-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 Bytes
/
package.json
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
{
"name": "the-floor-is-lava",
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@taoro/audio": "^1.0.2",
"@taoro/audio-channel": "^1.0.2",
"@taoro/collider-nano-2d": "^1.0.5",
"@taoro/component": "^1.0.2",
"@taoro/component-transform-2d": "^1.0.2",
"@taoro/game": "^1.0.2",
"@taoro/image-sheet": "^1.0.4",
"@taoro/input": "^1.0.2",
"@taoro/math-interpolation": "^1.0.2",
"@taoro/math-point": "^1.0.2",
"@taoro/math-rect": "^1.0.2",
"@taoro/pool": "^1.0.2",
"@taoro/renderer-2d": "^1.0.3",
"@taoro/scheduler": "^1.0.4",
"@taoro/viewport": "^1.0.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.6"
}
}