package.json
3.2 KB
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
{
"name": "vueadmin",
"version": "1.0.5",
"description": "vue admin project",
"author": "taylor <709161610@qq.com>",
"license": "MIT",
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@kangc/v-md-editor": "^1.7.12",
"@xkeshi/vue-barcode": "^1.0.0",
"axios": "^0.19.0",
"common": "^0.2.5",
"echarts": "^4.9.0",
"echarts-liquidfill": "^3.0.0",
"element-ui": "^2.13.2",
"eslint": "^5.14.1",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-vue": "^8.7.1",
"fecha": "^4.2.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"form-gen-parser": "^1.0.3",
"fs": "0.0.1-security",
"html2canvas": "^1.4.1",
"install": "^0.12.2",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.12",
"jspdf": "^1.5.3",
"jszip": "^3.2.2",
"minio": "^8.0.1",
"moment": "^2.29.4",
"npm": "^6.8.0",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"script-loader": "^0.7.2",
"sortablejs": "^1.15.0",
"vue": "^2.6.11",
"vue-beautiful-chat": "^2.5.0",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.14.0",
"vue-print-nb": "^1.7.5",
"vue-quill-editor": "^3.0.6",
"vue-router": "^2.3.0",
"vuex": "^3.6.2",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@babel/plugin-syntax-class-properties": "^7.12.13",
"autoprefixer": "^6.7.2",
"axios-mock-adapter": "^1.7.1",
"babel-core": "^6.22.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.19.1",
"json-loader": "^0.5.4",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.5.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.0.0",
"qs": "^6.7.0",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.8",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git@118.31.66.166:zp260/vue_cli.git"
},
"keywords": []
}