-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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": "iz-minigames",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "webpack-dev-server --hot --mode development",
"start": "webpack-dev-server --mode production",
"build": "webpack --mode production",
"gp-deploy": "./gp-deploy.sh"
},
"devDependencies": {
"babel-eslint": "8",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"expose-loader": "^0.7.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.5",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"tslint": "^5.12.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.6",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}