-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
40
41
42
43
{
"name": "my-react-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@popperjs/core": "^2.11.8",
"@react-spring/core": "^9.7.2",
"@react-three/drei": "^9.50.3",
"@react-three/fiber": "^8.9.2",
"@react-three/postprocessing": "^2.7.1",
"clsx": "^1.2.1",
"gsap": "^3.11.5",
"react": "^18.2.0",
"react-custom-scroll": "^5.0.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"three": "^0.148.0",
"three-stdlib": "^2.21.8",
"wouter": "^2.10.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.150.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"leva": "^0.9.34",
"postcss": "^8.4.21",
"r3f-perf": "^7.1.2",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-svgr": "^3.2.0"
}
}