-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 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
36
37
38
39
40
41
42
{
"name": "chamber",
"private": true,
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"gitRelease": "node ./releaseFile.js --version_tag=npm_config_version_tag"
},
"dependencies": {
"@babylonjs/core": "8.9.0",
"@babylonjs/gui": "8.9.0",
"@babylonjs/inspector": "8.9.0",
"@babylonjs/loaders": "8.9.0",
"@babylonjs/materials": "8.9.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@mediapipe/tasks-genai": "^0.10.25",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.0",
"@tauri-apps/plugin-updater": "2.10.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"jquery": "^3.7.1",
"monaco-editor": "^0.52.2",
"pako": "^2.1.0",
"quickjs-emscripten": "^0.31.0",
"wait-on": "^8.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^24.0.10",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}