-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
{
"name": "stellar-nomad",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev -H 0.0.0.0",
"build": "next build",
"serve": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.13",
"@react-three/postprocessing": "^2.15.11",
"@types/three": "^0.160.0",
"@use-gesture/react": "^10.3.0",
"@vercel/analytics": "^1.1.1",
"jotai": "^2.6.3",
"next": "14.0.4",
"postprocessing": "^6.34.1",
"react": "^18",
"react-dom": "^18",
"react-hotkeys-hook": "^4.4.4",
"react-joystick-component": "^6.2.1",
"three": "^0.160.0"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"sass": "^1.69.7",
"typescript": "^5"
}
}