-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "nvr",
"version": "1.0.0",
"description": "NVR",
"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.12",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"echarts": "^4.9.0",
"element-ui": "^2.13.2",
"jquery": "^3.5.1",
"qrcodejs2": "0.0.2",
"view-design": "^4.3.2",
"vue": "^2.6.12",
"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",
"babel-eslint": "~10.0.3",
"babel-jest": "~25.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"chromedriver": "^80.0.2",
"core-js": "^3.6.5",
"eslint": "~6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "~4.13.1",
"npm-run-all": "~4.1.5",
"sass-loader": "~8.0.2",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
],
"engines": {
"node": ">= 8.10.x",
"npm": ">= 5.6.0"
}
}