-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 890 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
{
"name": "animated-highlights-r3f",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@react-three/drei": "^9.80.4",
"@react-three/fiber": "^8.13.7",
"@use-gesture/react": "^10.3.0",
"gsap": "^3.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-gesture": "^9.1.3",
"three": "^0.155.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.0",
"@vitejs/plugin-react": "^4.0.3",
"gh-pages": "^6.1.0",
"vite": "^4.3.8"
},
"engines": {
"node": "16.x"
}
}