-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
{
"name": "network-lab",
"version": "2.6.0",
"type": "module",
"homepage": "https://mchu-1.github.io/metaverse-lab",
"scripts": {
"dev": "vite",
"build": "npm run build:transition && tsc && vite build && sed -i '' 's/from \"ws\"/from \"\\/metaverse-lab\\/ws-shim.js\"/g' dist/assets/*.js",
"build:transition": "vite build --mode lib",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.34.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@sparkjsdev/spark": "^0.1.10",
"@supabase/supabase-js": "^2.89.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.1.2",
"gsap": "^3.14.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"three": "^0.182.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"ws": "^8.18.3"
},
"devDependencies": {
"gh-pages": "^6.3.0"
}
}