-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "qidian-vhtml-template",
"version": "0.0.1",
"description": "A vhtml template created project",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node build/dev-server.js",
"build": "node build/build-dev.js",
"prod": "node build/build-prod.js",
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --quiet --fix",
"pretty": "node pretty.js",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"new": "node build/bin/new.js",
"component": "node build/build-component.js component"
},
"lint-staged": {
"build/**/*": "eslint",
"config/**/*": "eslint",
"src/**/*.{js,vue}": "eslint"
},
"dependencies": {
"axios": "^0.15.3",
"babel-helper-vue-jsx-merge-props": "^2.0.0",
"moment": "^2.18.1",
"vue": "2.5.13",
"vue-router": "3.0.1",
"webpack-monitor": "^1.0.13",
"webpack-visualizer-plugin": "^0.1.11"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-cli": "^6.24.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.2.0",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"body-parser": "^1.17.0",
"chalk": "^1.1.3",
"commander": "^2.11.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.26.1",
"css-split-webpack-plugin": "0.2.5",
"eslint": "^3.14.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-vue": "^2.1.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"faker": "4.1.0",
"faker-zh-cn": "^0.5.9",
"friendly-errors-webpack-plugin": "^1.1.3",
"fs-extra": "^2.0.0",
"function-bind": "^1.1.0",
"glob": "^7.1.1",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"json-templater": "^1.1.0",
"jsonschema": "^1.1.1",
"lerna": "^3.15.0",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"lint-staged": "^4.0.2",
"mockjs": "^1.0.1-beta3",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"ora": "^1.1.0",
"postcss": "^5.1.2",
"postcss-loader": "^1.0.0",
"postcss-salad": "^1.0.8",
"precommit": "^1.2.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"script": "^0.1.4",
"semver": "^5.3.0",
"socket.io": "^1.7.3",
"socket.io-client": "1.7.3",
"superagent": "^3.5.0",
"svg-sprite-loader": "^0.3.0",
"thunkify": "^2.1.2",
"transliteration": "^1.1.11",
"ua-parser": "^0.3.5",
"underscore": "^1.7.0",
"uppercamelcase": "^1.1.0",
"url-loader": "^0.5.7",
"validate-commit-msg": "^2.13.1",
"vue-loader": "^11.0.0",
"vue-markdown-loader": "^0.6.2",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "2.5.13",
"watch": "^1.0.2",
"webpack": "^2.7.0",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1",
"webpack-node-externals": "^1.5.4",
"zip-webpack-plugin": "^2.1.0"
},
"browserlist": [
"last 2 versions",
"ie > 8"
]
}