-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 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
{
"name": "kinematic-character-controller-example",
"version": "0.0.1",
"description": "Physics-based game demo.",
"author": "Jacob DeBenedetto",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"dist": "vite build && node extension.js"
},
"dependencies": {
"@tweenjs/tween.js": "^25.0.0",
"sass": "^1.93.3",
"three": "^0.181.1",
"vue": "^3.5.24",
"vue-i18n": "^11.1.12",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@dimforge/rapier3d": "^0.19.3",
"@vitejs/plugin-vue": "^6.0.1",
"gulp": "^5.0.1",
"gulp-zip": "^6.1.0",
"vite": "^7.2.2",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}