package.json
1.91 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
{
"name": "luban-h5",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"deploy": "rm -rf dist && npm run build && ./deploy.sh",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"editor:build": "PAGE=EDITOR vue-cli-service build",
"engine:build": "PAGE=ENGINE vue-cli-service build --target lib --name engine ./src/engine-entry.js"
},
"dependencies": {
"@luban-h5/lbc-button": "^0.0.2",
"@luban-h5/lbp-slide": "^0.0.7",
"@luban-h5/lbs-text-align": "^0.0.3",
"animate.css": "^3.7.2",
"ant-design-vue": "^1.3.14",
"core-js": "^2.6.5",
"element-ui": "^2.13.0",
"font-awesome": "4.7.0",
"html2canvas": "^1.0.0-rc.3",
"medium-editor": "^5.23.3",
"proxy-agent": "^3.1.0",
"qrcode": "^1.4.1",
"register-service-worker": "^1.6.2",
"strapi-sdk-javascript": "^0.3.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"v-click-outside": "^2.1.4",
"vant": "^2.2.12",
"vue": "^2.6.10",
"vue-i18n": "^8.14.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vue2-medium-editor": "^1.1.6",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-component": "^1.1.1",
"dart-sass": "^1.23.7",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
}
}