-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
44
45
46
47
48
49
50
51
{
"name": "challenge-spaceship",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@alienkitty/space.js": "^1.2.0",
"@dimforge/rapier3d-compat": "^0.14.0",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.116.2",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@react-three/rapier": "^1.5.0",
"detect-gpu": "^5.0.56",
"framer-motion": "^11.11.17",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"space-travel": "^1.1.0",
"three": "^0.170.0",
"three-stdlib": "^2.34.0",
"vite-plugin-glsl": "^1.3.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@pandacss/dev": "^0.48.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.170.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"leva": "^0.9.35",
"postcss": "^8.4.49",
"r3f-perf": "^7.2.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
}
}