-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 862 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
{
"private": true,
"name": "gladiator-arena",
"author": "Radomír Žemlička <[email protected]> (https://razem.cz)",
"license": "WTFPL",
"scripts": {
"start": "node scripts/deploy.js && tsc --noEmit && parcel templates/*.html --out-dir build",
"clean": "node scripts/clean.js",
"deploy": "node scripts/deploy.js && tsc --noEmit && parcel build templates/*.html --out-dir build --no-cache --no-source-maps",
"lint": "tslint --project tslint.json",
"clean_materials": "node scripts/clean-materials.js"
},
"devDependencies": {
"@types/matter-js": "^0.10.4",
"parcel-bundler": "^1.12.3",
"parcel-plugin-json-url-loader": "^0.1.2",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"dependencies": {
"matter-js": "^0.14.2",
"pixi-sound": "^3.0.3",
"pixi.js": "^5.1.3",
"poly-decomp": "^0.3.0"
}
}