-
Notifications
You must be signed in to change notification settings - Fork 212
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
{
"name": "CMS2",
"description": "CMS of Blog V2.0.0, Powered by Vue2.0",
"version": "2.1.1",
"author": "Lei Jiang <[email protected]>",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "node ./server/index",
"lint": "eslint --ext .js,.vue .",
"fix": "eslint --fix --ext .js,.vue ."
},
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
},
"dependencies": {
"babel-eslint": "^7.1.1",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"mongoose": "^4.6.4",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.0.0",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^3.11.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.6",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"node-sass": "^3.10.1",
"sass": "^0.5.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.0.1",
"vue-loader": "^10.2.3",
"vue-resource": "^1.0.3",
"vue-router": "^2.0.1",
"vue-template-compiler": "^2.1.10",
"vuex": "^2.0.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.0"
},
"licence": "MIT"
}