-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.26 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
{
"name": "redhat-airline-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"@mdi/font": "^5.9.55",
"@patternfly/patternfly": "^4.103.6",
"@types/leaflet": "^1.7.1",
"@types/leaflet-rotatedmarker": "^0.2.1",
"@types/luxon": "^1.26.5",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"core-js": "^3.14.0",
"dotenv": "^8.6.0",
"env-var": "^7.0.1",
"eslint": "^6.7.2",
"gantt-elastic": "^1.0.12",
"leaflet": "^1.7.1",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.geodesic": "^2.5.5-0",
"luxon": "^1.27.0",
"material-design-icons-iconfont": "^6.1.0",
"register-service-worker": "^1.7.1",
"typescript": "^3.9.9",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.5.1",
"vue-sidebar-menu": "^4.7.4",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.5.3",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-eslint": "^10.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {
"no-unused-vars": "off",
"no-array-constructor": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}