-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
30 lines (30 loc) · 937 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
{
"name": "wandering-wraith",
"version": "1.0.0",
"description": "A 13kB 2d platformer",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode=development --host 0.0.0.0",
"build": "webpack --mode=production --env=prod && ./advzip.js && ./checkBundleLimit.js",
"publish": "npm run build && ./publish.js"
},
"author": "Mateusz Tomczyk",
"license": "MIT",
"devDependencies": {
"advzip-bin": "^1.1.0",
"colors": "^1.3.3",
"gh-pages": "^2.1.1",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.0",
"pretty-bytes": "^5.3.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"ts-loader": "^4.5.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-conditional-loader": "^1.0.12",
"webpack-dev-server": "^3.8.0",
"zip-webpack-plugin": "^3.0.0",
"extra-watch-webpack-plugin": "^1.0.3"
}
}