-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
{
"name": "vuedemo",
"version": "0.1.0",
"private": true,
"author": "ludan",
"scripts": {
"start": "vue-cli-service serve",
"serve:randy": "cross-env API_TYPE=randy vue-cli-service serve",
"serve:peter": "cross-env API_TYPE=peter vue-cli-service serve",
"build": "vue-cli-service build",
"analyze": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"dll": "webpack -p --progress --config ./webpack.dll.conf.js"
},
"dependencies": {
"ali-oss": "^6.1.1",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"crypto-js": "^3.1.9-1",
"dom-to-image": "^2.6.0",
"element-ui": "^2.12.0",
"html2canvas": "^1.0.0-rc.5",
"koa-body": "^4.1.1",
"koa-ejs": "^4.2.0",
"lodash": "^4.17.15",
"nprogress": "^0.2.0",
"qrcode.vue": "^1.6.3",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-cropper": "^0.4.9",
"vue-router": "^3.0.3",
"vue-swiper-component": "^2.1.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"art-template": "^4.13.2",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.12.2",
"babel-preset-env": "^1.7.0",
"co": "^4.6.0",
"compression-webpack-plugin": "^3.0.0",
"debug": "^4.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"html2canvas-proxy": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"qiniu-webpack-plugin": "^0.4.2",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"svg-sprite-loader": "^3.9.2",
"swiper": "^6.1.1",
"vue-awesome-swiper": "^4.1.1",
"vue-swiper-component": "^2.1.3",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.2.3"
}
}