-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 850 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
{
"name": "threejs-journey-exercise",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vercel --prod"
},
"devDependencies": {
"@vitejs/plugin-react": "3.0",
"vite": "^4.0.4"
},
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@react-three/drei": "^9.50.3",
"@react-three/fiber": "^8.9.2",
"@react-three/postprocessing": "^2.10.0",
"@vercel/analytics": "^1.0.1",
"framer-motion": "^10.12.17",
"howler": "^2.2.3",
"lamina": "^1.1.23",
"leva": "^0.9.34",
"r3f-perf": "^6.6.3",
"react": "18.2",
"react-dom": "18.2",
"react-howler": "^5.2.0",
"react-icons": "^4.10.1",
"three": "^0.148.0",
"vercel": "^29.4.0"
}
}