-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 Bytes
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
{
"name": "react-three-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@react-three/drei": "^9.4.2",
"@react-three/fiber": "^8.0.11",
"framer-motion": "6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "^0.139.2"
},
"devDependencies": {
"@types/react": "^18.0.4",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.139.0",
"@vitejs/plugin-react": "^1.3.1",
"sass": "^1.50.0",
"typescript": "^4.6.3",
"vite": "^2.9.3",
"vite-plugin-glsl": "^0.1.2"
}
}