-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "rpg",
"version": "0.0.0",
"scripts": {
"start": "npm run imgo && npm run build && node ./public/server.js",
"build": "webpack",
"imgo": "imgo . -m -b"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"body-parser": "^1.18.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"css-loader": "^0.28.7",
"express": "^4.16.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"imgo": "^3.5.1",
"morgan": "^1.9.0",
"node-prune": "^1.0.2",
"node-sass": "^4.6.1",
"normalize.css": "^7.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"uuid": "^3.1.0",
"webpack": "^3.5.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.9.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.1",
"webpack": "^3.7.1",
"express-history-api-fallback": "^2.2.1"
}
}