-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
44
{
"name": "dao",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "bunx --bun tsc --noEmit && vite build",
"preview": "vite preview",
"vis": "bunx vite-bundle-visualizer"
},
"dependencies": {
"@p5-wrapper/react": "^4.4.2",
"@react-three/drei": "^10.0.3",
"@react-three/fiber": "~8",
"@tweenjs/tween.js": "^25.0.0",
"@types/three": "^0.174.0",
"@unocss/reset": "^0.61.3",
"leva": "^0.10.0",
"lodash-es": "^4.17.21",
"p5.fillgradient": "^0.1.1",
"react": "~18",
"react-dom": "~18",
"react-router-dom": "^6.24.1",
"react-use": "^17.5.0",
"three": "^0.174.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@snowdream_x/eslint-config": "^1.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.10",
"@types/p5": "^1.7.6",
"@types/react": "~18",
"@types/react-dom": "~18",
"@unocss/preset-icons": "^0.61.5",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^9.6.0",
"sass": "^1.77.8",
"typescript": "^4.5.4",
"unocss": "^0.61.3",
"vite": "^2.9.0"
}
}