-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 966 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
{
"name": "ecs-sharedarraybuffer-playground",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"serve": "vite",
"start": "npm run serve",
"build": "vite build",
"lint": "eslint src/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"preview": "vite preview",
"update": "ncu",
"update:commit": "ncu -u && npm install"
},
"dependencies": {
"@daneren2005/shared-memory-objects": "^0.0.4",
"bitecs": "^0.3.40",
"core-js": "^3.36.1",
"phaser": "^3.80.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@timohausmann/quadtree-ts": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.1",
"typescript": "~5.4.4",
"vite": "^5.2.8"
}
}