-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 977 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "geister_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "ts-node --project tsconfig.server.json server/index.ts",
"build:next": "next build",
"build:server": "tsc --project tsconfig.server.json",
"start": "NODE_ENV=production node dist/index.js"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"async-lock": "^1.2.4",
"classnames": "^2.2.6",
"express": "^4.17.1",
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"socket.io-client": "^2.3.0",
"socketio": "^1.0.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"@types/async-lock": "^1.1.2",
"@types/classnames": "^2.2.10",
"@types/express": "^4.17.6",
"@types/node": "^14.0.5",
"@types/react": "^16.9.35",
"@types/socket.io": "^2.1.8",
"@types/socket.io-client": "^1.4.33",
"@types/uuid": "^8.0.0",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.3"
}
}