-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 845 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 845 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
30
31
32
33
{
"name": "digitaltwincity-interface",
"version": "1.5",
"type": "module",
"license": "MIT",
"scripts": {
"start": "vite-node automation/dev.ts",
"dev": "vite-node automation/dev.ts",
"dev-neu": "vite-node automation/neu-dev.ts",
"build": "rimraf dist && vite build",
"postinstall": "vite-node automation/setup.ts"
},
"dependencies": {
"@neutralinojs/lib": "^3.10.0",
"phaser": "^3.86.0",
"phaser3-rex-plugins": "^1.60.7"
},
"devDependencies": {
"@neutralinojs/neu": "^9.6.0",
"png-to-ico": "^2.1.8",
"resedit": "^2.0.0",
"rimraf": "^5.0.5",
"sharp": "^0.32.6",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-node": "^0.34.6",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-zip-pack": "^1.0.6",
"vite-tsconfig-paths": "^4.2.1"
}
}