-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.72 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
{
"name": "davis",
"version": "1.13.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@panzoom/panzoom": "^4.5.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"colormap": "^2.3.2",
"core-js": "^3.6.5",
"echarts": "^4.9.0",
"echarts-gl": "^1.1.2",
"fuse.js": "^6.6.2",
"jquery": "^3.6.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.41",
"register-service-worker": "^1.7.1",
"v-viewer": "^1.6.4",
"viewerjs": "^1.10.1",
"vue": "^2.6.11",
"vue-bootstrap-datetimepicker": "^5.0.1",
"vue-clickaway": "^2.2.2",
"vue-echarts": "^5.0.0-beta.0",
"vue-infinite-loading": "^2.4.5",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~4.5.13",
"@vue/cli-service": "~4.5.0",
"@vue/composition-api": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.16.0",
"prettier": "^2.3.2",
"sass": "^1.37.5",
"sass-loader": "^10.2.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"volta": {
"node": "16.20.2"
}
}