-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "webpack-f2e",
"version": "0.1.0",
"description": "f2e demo",
"author": "vhtml",
"license": "ISC",
"scripts": {
"dev": "node server",
"build": "rm -rf public/* views/* && NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"art-template": "^3.0.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~1.0.0",
"express": "~4.13.1",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"cross-env": "^5.0.0",
"css-loader": "^0.23.1",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"glob": "^7.0.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.9.0",
"jquery": "^1.12.0",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"shelljs": "^0.7.7",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.18.0"
}
}