-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 950 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
34
35
36
37
38
39
40
{
"name": "showcase",
"description": "Showcase Website",
"author": "Shuaib Abdulrazaq (https://github.com/Zhaqyy)",
"type": "module",
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-three/drei": "9.122.0",
"@react-three/fiber": "8.18.0",
"@react-three/postprocessing": "^3.0.4",
"gsap": "^3.12.5",
"lenis": "^1.1.13",
"leva": "^0.10.0",
"r3f-perf": "^7.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.26.2",
"react-transition-group": "^4.4.5",
"three": "0.176.0",
"wiggle": "^0.0.17"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"sass-embedded": "^1.83.1",
"terser": "^5.43.1",
"vite": "^5.0.12"
},
"scripts": {
"dev": "vite",
"devHost": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}