-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 867 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
{
"name": "portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"prebuild": "prettier -w ./src",
"start": "vite",
"build": "tsc && vite build"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/three": "^0.152.1",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.8"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@react-spring/web": "^9.7.2",
"@react-three/drei": "^9.69.2",
"@react-three/fiber": "^8.13.0",
"install": "^0.13.0",
"leva": "^0.9.34",
"npm": "^9.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.152.2",
"three-stdlib": "^2.23.4",
"vite-plugin-svgr": "^3.2.0",
"zustand": "^4.3.8"
}
}