-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 955 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
37
38
39
{
"name": "kurumai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/fiber": "^8.17.5",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/three": "^0.167.2",
"bufferutil": "^4.0.8",
"next": "^14.2.6",
"rc-slider": "^11.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "^5.8.0",
"react-tooltip": "^5.28.0",
"socket.io-client": "^4.7.5",
"three": "^0.167.1",
"typescript": "5.5.4",
"utf-8-validate": "^6.0.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}