-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 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
32
33
{
"name": "starter_reactjs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/web": "^9.6.0",
"@react-three/drei": "^9.46.4",
"@react-three/fiber": "^8.9.1",
"@types/three": "^0.146.0",
"axios": "^1.2.1",
"framer-motion": "^7.7.2",
"locomotive-scroll": "^4.1.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"sass": "^1.56.2",
"three": "^0.147.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"react-router-dom": "^6.4.5",
"vite": "^3.2.3"
}
}