-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 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
{
"scripts": {
"build": "webpack",
"size": "for %I in (public.zip) do @echo %~zI",
"prod": "npm run build && gulp build && npm run size"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"del": "^5.0.0",
"google-closure-compiler": "^20240317.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^3.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-include": "^2.4.1",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-zip": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"name": "dungeon-xiii",
"version": "1.0.0",
"description": "A web game created for the 2024 [js13k game development competition](https://js13kgames.com/).",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"kontra": "^10.0.2"
}
}