generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
39 lines (39 loc) · 969 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": "v43-tier3-team-29",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.57.0",
"@react-three/fiber": "^8.11.5",
"@react-three/postprocessing": "^2.7.0",
"@theatre/core": "^0.6.0",
"@theatre/r3f": "^0.6.0",
"@types/three": "^0.149.0",
"babel-plugin-glsl": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"framer-motion": "^10.10.0",
"meshline": "^3.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-spring": "^9.7.1",
"three": "^0.150.1",
"use-gesture": "^1.0.0",
"web-vitals": "^2.1.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@theatre/studio": "^0.6.0",
"@vitejs/plugin-react": "^3.1.0",
"leva": "^0.9.34",
"prettier": "2.8.4",
"r3f-perf": "^7.1.2",
"vite": "^4.1.0"
}
}