-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "space-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "webpack --config ./build/webpack.dev.config.js --watch --color",
"bulid": "node ./build/prod.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "~1.15.1",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
<<<<<<< HEAD
"ejs": "^2.5.7",
=======
"ejs": "~2.4.1",
>>>>>>> 82aa30e64d5baaa2f2ca8994a5d0383c269f5d58
"element-ui": "^1.4.6",
"express": "~4.13.4",
"express-session": "^1.15.6",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"mongoose": "^4.7.0",
"morgan": "~1.7.0",
"multer": "^1.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^2.6.3",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-component": "^0.10.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"vue": "^2.5.2",
"vue-loader": "^13.0.4",
"vue-resource": "^1.3.4",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5"
}
}