-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
91 lines (91 loc) · 2.65 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
{
"name": "Dcode-Editor",
"version": "0.2.0",
"private": true,
"scripts": {
"client": "vue-cli-service serve",
"server": "nodemon service/app.js dev -L",
"build": "vue-cli-service build --no-clean",
"start": "pm2 start service/app.js",
"doc": "docsify serve docs",
"h5-parse": "vue-cli-service build --target lib --name page-engine --dest service/public/engine_libs/h5-swiper engine-template/engine-h5-swiper/index.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",
"dnd.js": "^0.4.10",
"dom-to-image": "^2.6.0",
"echarts": "^4.1.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",
"node-schedule": "^1.3.2",
"nprogress": "^0.2.0",
"qrcode.vue": "^1.6.3",
"screenfull": "^5.1.0",
"swiper": "^6.3.5",
"v-charts": "^1.19.0",
"vant": "^2.12.14",
"vue": "^2.6.10",
"vue-awesome-swiper": "^4.1.1",
"vue-baidu-map": "^0.21.22",
"vue-brace": "^2.0.0",
"vue-clipboard2": "^0.3.1",
"vue-contextmenujs": "^1.3.13",
"vue-cropper": "^0.4.9",
"vue-drag-verify-img-chip": "^1.1.1",
"vue-echarts": "^6.0.0-rc.5",
"vue-mini-player": "^0.2.1",
"vue-router": "^3.0.3",
"vue-sketch-ruler": "^1.0.3",
"vue-swiper-component": "^2.1.3",
"vue-waterfall-easy": "^2.4.4",
"vue-waterfall-rapid": "^1.0.22",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "^1.0.3",
"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",
"debug": "^4.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"html2canvas-proxy": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.10.0",
"koa-art-template": "^1.1.1",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.6.0",
"koa-logger": "^3.2.1",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.1",
"koa2-cors": "^2.0.6",
"mongodb": "^3.3.3",
"mongoose": "^5.7.5",
"nightwatch": "^1.6.1",
"node-sass": "^4.9.0",
"nodemon": "^1.19.4",
"psd": "^3.2.0",
"pug": "^2.0.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}