-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.14 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
{
"name": "js13k-2020",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:trezy-studios/js13k-2020.git",
"author": "Trezy <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"postbuild": "node scripts/postbuild.js",
"prebuild": "node scripts/prebuild.js",
"start": "webpack-dev-server --mode development",
"debug": "webpack -v"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.5",
"archiver": "^5.0.0",
"babel-loader": "^8.1.0",
"closure-webpack-plugin": "^2.3.0",
"css-loader": "^4.2.2",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"google-closure-compiler": "^20200830.0.0",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.11.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^5.0.0-beta.29",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}