-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 829 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 829 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
{
"name": "eleet",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"export:model": "blender --background --python scripts/export.py -- $1",
"export:models": "for f in public/models/*.blend; do blender --background --python scripts/export.py -- $f; done"
},
"devDependencies": {
"nw-builder": "^4.13.7",
"vite": "^5.3.3"
},
"packageManager": "pnpm@8.15.5+sha1.a58c038faac410c947dbdb93eb30994037d0fce2",
"dependencies": {
"@taoro/component": "^1.0.2",
"@taoro/component-transform-3d": "^1.0.2",
"@taoro/game": "^1.0.2",
"@taoro/input": "^1.0.2",
"@taoro/math-matrix4": "^1.0.1",
"@taoro/math-vector3": "^1.0.1",
"@taoro/webgl": "^1.0.1",
"gl-matrix": "^3.4.3"
}
}