-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
32
{
"name": "study-babylonjs",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/cannon": "^0.1.12",
"@types/dat.gui": "^0.7.13",
"@types/earcut": "^2.1.4",
"@types/node": "^20.12.12",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@babylonjs/controls": "2.0.0-alpha.1",
"@babylonjs/havok": "^1.3.4",
"babylonjs": "^7.7.0",
"babylonjs-gui": "^7.7.0",
"babylonjs-loaders": "^7.7.0",
"babylonjs-materials": "^7.7.0",
"babylonjs-procedural-textures": "^7.7.0",
"cannon": "^0.6.2",
"dat.gui": "^0.7.9",
"earcut": "^2.2.4",
"recastjs": "^0.1.16"
}
}