-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1000 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
36
37
38
39
40
41
42
{
"name": "mark-shenouda.com",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/three": "^9.5.5",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@react-three/flex": "^1.0.0",
"@react-three/postprocessing": "^2.7.0",
"@react-three/xr": "^5.0.5",
"@types/three": "^0.144.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "0.143",
"zustand": "^4.1.3"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"vite": "^3.2.0"
},
"browserslist": [
"supports es6-module",
"maintained node versions",
"not dead",
"not op_mini all",
"not IE <= 11",
"not Safari <= 8",
"not Android <= 4.4"
]
}