aboutsummaryrefslogtreecommitdiff
path: root/front/package.json
blob: 7b764bab68eae0a6149358ad9e6c315a537f7548 (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
{
  "name": "mccarthyism-front",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "tsc": "tsc",
    "preinstall": "cd ../core && npm i && npm run build"
  },
  "dependencies": {
    "mccarthyism-core": "file:../core",
    "next": "10.0.6",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "socket.io-client": "^3.1.1"
  },
  "devDependencies": {
    "@types/node": "^14.14.27",
    "@types/react": "^17.0.2",
    "@types/socket.io-client": "^1.4.35",
    "typescript": "^4.1.5"
  }
}