-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 Bytes
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
{
"name": "sensai-webxr-worldmodels",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@iwsdk/core": "0.2.2",
"@sparkjsdev/spark": "github:sparkjsdev/spark#v2.0.0-preview",
"axios": "^1.13.6",
"convai-web-sdk": "^2.0.0",
"lil-gui": "^0.21.0",
"three": "npm:super-three@0.181.0"
},
"devDependencies": {
"@iwsdk/vite-plugin-gltf-optimizer": "0.2.2",
"@iwsdk/vite-plugin-iwer": "0.2.2",
"@iwsdk/vite-plugin-uikitml": "0.2.2",
"@types/three": "^0.181.0",
"typescript": "^5.5.0",
"vite": "^7.1.4",
"vite-plugin-mkcert": "^1.17.0"
},
"engines": {
"node": ">=20.19.0"
}
}