-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 865 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": "rhythm-sheriff",
"version": "0.0.0",
"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": "^5.1.0",
"phaser": "^3.80.1",
"phaser3-rex-plugins": "^1.80.2"
},
"devDependencies": {
"@electron/asar": "^3.2.9",
"@neutralinojs/neu": "^11.0.1",
"png-to-ico": "^2.1.8",
"resedit": "^2.0.0",
"rimraf": "^5.0.5",
"sharp": "^0.33.3",
"terser": "^5.30.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-node": "^1.5.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-zip-pack": "^1.2.3",
"vite-tsconfig-paths": "^4.3.2"
}
}