-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
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
49
50
51
52
53
54
55
56
{
"name": "express-webpack-vue",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rm -rf ./public/assert",
"start": "node ./bin/www",
"build": "node webpack/build.js"
},
"dependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"css-loader": "^0.25.0",
"debug": "~2.2.0",
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-import": "^1.15.0",
"eventsource-polyfill": "^0.9.6",
"express": "~4.13.4",
"express-webpack-assets": "0.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"ora": "^0.3.0",
"serve-favicon": "~2.3.0",
"shelljs": "^0.7.4",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"vue": "^1.0.26",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.2",
"vue-resource": "^1.0.2",
"vue-style-loader": "^1.0.0",
"webpack-dev-middleware": "^1.8.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1"
},
"devDependencies": {
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.1",
"webpack-hot-middleware": "^2.12.2"
}
}