-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 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
33
34
{
"name": "game3d",
"version": "0.1.2",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite dev",
"build": "vite build --config vite.config.client.js",
"build-gh-pages": "vite build --config vite.config.client-gh-pages.js",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@types/ws": "8.18.1",
"npm-check-updates": "18.3.0",
"tslib": "2.8.1",
"typescript": "5.9.2",
"vite": "7.3.2",
"vitest": "3.2.4"
},
"type": "module",
"dependencies": {
"@babylonjs/core": "8.28.2",
"@babylonjs/loaders": "8.28.2",
"ts-mixer": "6.0.4",
"uuid": "13.0.0",
"ws": "8.18.3",
"xss": "1.0.15"
},
"optionalDependencies": {
"bufferutil": "4.0.9",
"utf-8-validate": "6.0.5",
"@types/utf-8-validate": "5.0.2"
}
}