-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.51 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
{
"name": "vue-view-design",
"version": "1.0.0",
"description": "vue-view-design",
"scripts": {
"dev": "node webpack/dev",
"build": "node webpack/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvelousness/vue-view-design.git"
},
"keywords": [
"vue",
"iview",
"view-design",
"axios",
"mock",
"webpack"
],
"author": "marvelousness@foxmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/marvelousness/vue-view-design/issues"
},
"homepage": "https://github.com/marvelousness/vue-view-design#readme",
"dependencies": {
"axios": "0.18.1",
"crypto-js": "3.1.9-1",
"js-md5": "0.7.3",
"mockjs": "1.1.0",
"qs": "6.9.1",
"view-design": "4.1.3-rc.2",
"vue": "2.6.10",
"vue-native-websocket": "2.0.13",
"vue-router": "3.1.3",
"vuex": "3.1.2"
},
"devDependencies": {
"autoprefixer": "9.7.1",
"babel-core": "6.26.3",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "7.1.5",
"babel-plugin-dynamic-import-node": "1.2.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es5-property-mutators": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-vue-jsx": "3.7.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"compression-webpack-plugin": "3.0.0",
"css-loader": "0.28.11",
"cssnano": "4.1.10",
"es6-promise": "4.2.8",
"express": "^4.16.2",
"file-loader": "4.2.0",
"html-webpack-plugin": "3.2.0",
"less": "3.9.0",
"less-loader": "4.1.0",
"mini-css-extract-plugin": "0.8.2",
"node-sass": "4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-import": "11.1.0",
"postcss-loader": "2.1.6",
"postcss-url": "7.3.2",
"sass-loader": "6.0.7",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"thread-loader": "2.1.3",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "0.6.2",
"vue-loader": "15.7.2",
"vue-template-compiler": "2.6.10",
"webpack": "4.41.2",
"webpack-bundle-analyzer": "3.6.0",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2"
},
"engines": {
"node": ">=8.0",
"npm": ">=4.0"
},
"__npminstall_done": false
}