-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@galacean/benchmark",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.28.4",
"@babylonjs/core": "^8.27.0",
"@babylonjs/gui": "^8.27.0",
"@babylonjs/havok": "^1.3.10",
"@babylonjs/loaders": "^8.27.0",
"@galacean/engine": "^1.5.14",
"@galacean/engine-physics-lite": "^1.5.14",
"@galacean/engine-physics-physx": "^1.5.14",
"@galacean/engine-shader-lab": "^1.3.30",
"@galacean/engine-spine": "1.1.0-beta.23",
"@galacean/engine-toolkit": "^1.3.13",
"@types/three": "^0.180.0",
"babylonjs": "^8.27.0",
"dat.gui": "^0.7.9",
"pixi.js": "^8.13.2",
"stats.js": "^0.17.0",
"three": "^0.180.0",
"three-nebula": "^10.0.3",
"three-spritetext": "^1.10.0"
},
"scripts": {
"dev": "vite serve template --config template/vite.config.ts",
"build": "vite build template --config template/vite.config.ts --base=/benchmark/"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^24.3.3",
"fs-extra": "^11.3.1",
"sass": "^1.92.1",
"typescript": "^5.9.2",
"vite": "^7.1.5"
},
"packageManager": "pnpm@10.16.1"
}