aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
blob: bb2e5b53b38318a99d736118daca024c14a7128d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "tomi.science",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "11.0.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-query": "3.18.1",
    "socket.io-client": "4.1.2"
  },
  "devDependencies": {
    "@types/react": "17.0.11",
    "@typescript-eslint/eslint-plugin": "4.28.1",
    "@typescript-eslint/parser": "4.28.1",
    "dotenv": "10.0.0",
    "eslint": "7.29.0",
    "eslint-config-next": "11.0.1",
    "eslint-plugin-react": "7.24.0",
    "typescript": "4.3.4"
  }
}