-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "h5s",
"version": "3.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"clearCache": "jest --clearCache",
"release": "npm-run-all clearCache lint build test:unit test:e2e"
},
"dependencies": {
"@coreui/coreui-pro": "^3.0.0",
"@coreui/icons": "^1.0.1",
"@coreui/vue": "^3.0.5",
"babel-polyfill": "^6.26.0",
"echarts": "^5.0.0",
"element-ui": "^2.14.1",
"qrcodejs2": "0.0.2",
"vue": "~2.6.11",
"vue-i18n": "^8.21.0",
"vue-router": "~3.1.6",
"vuex": "~3.1.3"
},
"devDependencies": {
"@babel/core": "~7.8.7",
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-e2e-nightwatch": "~4.2.3",
"@vue/cli-plugin-eslint": "~4.2.3",
"@vue/cli-plugin-unit-jest": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "^0.20.0",
"babel-eslint": "~10.1.0",
"babel-jest": "~25.1.0",
"chromedriver": "~80.0.1",
"core-js": "~3.6.4",
"eslint": "~6.8.0",
"eslint-plugin-vue": "~6.2.2",
"jquery": "^3.5.1",
"node-sass": "~4.13.1",
"npm-run-all": "~4.1.5",
"sass-loader": "~8.0.2",
"vue-template-compiler": "~2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
],
"engines": {
"node": ">= 8.10.x",
"npm": ">= 5.6.0"
}
}