-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.38 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": "{{name}}",
"version": "1.0.0",
"description": "{{description}}",
"author": "{{author}}",
"private": true,
"scripts": {
"dev": "cross-env PORT=9800 node build/dev-server.js",
"start": "npm run dev",
"build": "node build/build.js",
"analyze": "cross-env npm run build --report",
"lint": "eslint src --fix"
},
"dependencies": {
"axios": ">=0.18.1",
"es6-promise": "^4.2.4",
"eventemitter3": "^3.1.0",
"mint-ui": "^2.2.13",
"q": "^1.5.1",
"qs": "^6.5.2",
"reqwest": "^2.0.5",
"vue": "^2.5.2",
"vue-infinite-scroll": "^2.0.2",
"vue-jsonp": "^0.1.6",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.0"
},
"devDependencies": {
"address": "^1.0.3",
"assets-webpack-plugin": "^3.8.4",
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-component": "^0.10.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.4.1",
"commander": "^2.15.1",
"compression-webpack-plugin": "^1.1.11",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.5.4",
"cross-env": "^1.0.6",
"css-loader": "^1.0.1",
"download-git-repo": "^1.0.2",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.5.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^2.0.0",
"file-type": "^5.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"function-bind": "^1.0.2",
"glob": "^7.1.2",
"gzip-size": "^4.1.0",
"handlebars": "^4.0.11",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.17.3",
"image-webpack-loader": "^4.3.1",
"inquirer": "^6.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"log-symbols": "^2.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^1.4.0",
"portfinder": "^1.0.13",
"postcss-loader": "^2.1.5",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.0",
"sass-loader": "^7.0.3",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"simple-git": "^1.95.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^4.23.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.4",
"webpack-uglify-parallel": "^0.1.4",
"yargs": "^11.0.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}