-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 2.45 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": "wis2box-ui",
"version": "1.0.0-beta8",
"description": "wis2box-ui is the web application component of the WIS 2.0 in a box project",
"keywords": [
"wmo",
"wis 2.0"
],
"homepage": "https://github.com/wmo-im/wis2box-ui",
"documentation": "https://docs.wis2box.wis.wmo.int",
"repository": "github:wmo-im/wis2box-ui",
"bugs": {
"url": "https://github.com/wmo-im/wis2box-ui/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"postinstall": "patch-package",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"axios": "^0.21.4",
"core-js": "^3.21.1",
"follow-redirects": "^1.14.9",
"ify-loader": "^1.1.0",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.0",
"patch-package": "^7.0.0",
"plotly.js-cartesian-dist-min": "^2.30.1",
"roboto-fontface": "*",
"vue": "^3.2.33",
"vue-axios": "^3.4.1",
"vue-i18n": "^9.2.0-beta.20",
"vue-router": "^4.0.14",
"vue3-tabs": "^0.1.12",
"vuetify": "^3.0.0-beta.0",
"vuex": "^4.0.0-0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@mdi/js": "^6.6.96",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "5.0.0-beta.7",
"@vue/cli-plugin-e2e-webdriverio": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "5.0.0-beta.7",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"chromedriver": "94",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"geckodriver": "^3.2.0",
"prettier": "^2.6.2",
"sass": "^1.50.0",
"sass-loader": "^10.2.1",
"vue-cli-plugin-vuetify": "~2.4.8",
"vuetify-loader": "^2.0.0-alpha.9",
"wdio-chromedriver-service": "^6.0.3",
"wdio-geckodriver-service": "^1.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}