-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.79 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "sum-monsters",
"version": "1.0.4",
"private": true,
"description": "Play the mathimagical game where you arrange monsters to complete the dungeon’s sum-mons. May Trix the Witch is doing all she can to bring the dungeon to order!",
"author": {
"name": "Excalibur.js Team",
"url": "https://github.com/excaliburjs"
},
"main": "src/electron-main.js",
"scripts": {
"start": "parcel serve --https ./index.html",
"electron:start": "npm run build && electron-forge start",
"build": "parcel build --no-optimize ./index.html --dist-dir ./dist --public-url ./",
"clean": "rimraf dist && rimraf .parcel-cache",
"serve": "serve dist/",
"package": "npm run clean && npm run build && electron-forge package",
"make": "npm run clean && npm run build && electron-forge make"
},
"targets": {
"main": false
},
"dependencies": {
"@excaliburjs/plugin-aseprite": "0.29.0",
"@excaliburjs/plugin-jsfxr": "^0.29.4",
"@parcel/service-worker": "^2.12.0",
"classnames": "2.5.1",
"electron-squirrel-startup": "^1.0.0",
"excalibur": "0.29.2",
"lit": "3.1.2",
"store": "2.0.12"
},
"devDependencies": {
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-inline-string": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"@types/storejs": "2.0.3",
"@types/zepto": "1.0.36",
"electron": "29.0.1",
"parcel": "2.12.0",
"posthtml-expressions": "1.11.3",
"rimraf": "5.0.5",
"serve": "14.2.1",
"typescript": "5.4.5"
}
}