-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
86 lines (86 loc) · 2.6 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
{
"name": "qd-clis",
"version": "1.0.3",
"main": "bin/cli.js",
"repository": "git@github.com:nwa2018/qd-cli.git",
"author": "fujuewen <fujuewen@yy.com>",
"license": "MIT",
"bin": {
"qd": "./bin/cli.js"
},
"dependencies": {
"art-template": "^4.12.2",
"art-template-loader": "^1.4.3",
"axios": "^0.18.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-runtime": "^1.0.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"caniuse-lite": "^1.0.30000835",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"commander": "^2.15.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"easy-config-mock": "^1.0.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.2.0",
"jquery": "^3.3.1",
"jsonp": "^0.2.1",
"lodash": "^4.17.10",
"mime": "^2.3.1",
"mini-css-extract-plugin": "^0.4.0",
"mock-webpack-plugin": "^2.0.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"os": "^0.1.1",
"postcss-aspect-ratio-mini": "^0.0.2",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"postcss-px-to-viewport": "^0.0.3",
"postcss-url": "^7.3.2",
"postcss-viewport-units": "^0.1.4",
"postcss-write-svg": "^3.0.1",
"promise-polyfill": "^7.1.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"ramda": "^0.25.0",
"sass-loader": "^7.0.1",
"standard": "^11.0.1",
"strict-uri-encode": "^2.0.0",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.0.9",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^4.8.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
}
}