-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 898 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
33
{
"name": "js13k-thibautre",
"private": true,
"author": {
"email": "[email protected]",
"name": "Thibaut Remy"
},
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "NODE_ENV=production webpack -p --progress",
"postbuild": "node postbuild.js"
},
"devDependencies": {
"archiver": "^2.0.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"chalk": "^2.4.1",
"css-loader": "^0.28.4",
"eslint": "^5.2.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-inline-source-plugin": "^0.0.9",
"html-webpack-plugin": "^2.29.0",
"prettier": "^1.14.0",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1"
}
}