-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
{
"name": "holodata",
"scripts": {
"build": "next build",
"dev": "node server.js",
"lint": "next lint",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@react-spring/three": "^9.4.5",
"@react-three/cannon": "^6.3.0",
"@react-three/drei": "^9.16.0",
"@react-three/fiber": "^8.0.27",
"axios": "^0.27.2",
"express": "^4.18.1",
"kafkajs": "^2.1.0",
"lru-cache": "^7.12.0",
"maath": "^0.0.2",
"masterchat": "^1.1.0",
"next": "12.2.0",
"node-schedule": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.5",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"styled-components": "^5.3.5",
"three": "^0.142.0",
"uuid": "^8.3.2",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/styled-components": "^5.1.25",
"@types/three": "^0.141.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
},
"private": true
}