-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.95 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
92
93
94
95
96
97
98
99
100
101
{
"name": "cfcovid",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^3.6.95",
"@sap-theming/theming-base-content": "^11.1.18",
"@types/chart.js": "^2.9.19",
"@what3words/api": "^3.1.0",
"apexcharts": "^3.24.0",
"axios": "^0.28.0",
"chart.js": "^2.9.4",
"core-js": "^3.6.4",
"csvtojson": "^2.0.10",
"fiori-fundamentals": "^1.7.5",
"fundamental-styles": "^0.1.0",
"fundamental-vue": "^0.18.3",
"intersection-observer": "^0.7.0",
"less": "^3.11.1",
"material-icons": "^0.2.3",
"papaparse": "^5.2.0",
"quick-sort": "^0.2.1",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"strip-ansi": "^6.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-apexcharts": "^1.5.3",
"vue-browser-geolocation": "^1.8.0",
"vue-chartjs": "^3.5.0",
"vue-chartkick": "^0.6.0",
"vue-class-component": "^7.2.3",
"vue-material": "^1.0.0-beta-11",
"vue-observe-visibility": "^0.4.4",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue-virtual-scroller": "^1.0.6",
"vuesax": "^3.11.13",
"vuetify": "^2.6.10",
"vuetrend": "^0.3.4",
"vuex": "^3.1.3"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^5.0.6",
"@vue/cli-plugin-eslint": "^5.0.6",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-mocha": "^5.0.6",
"@vue/cli-service": "^5.0.6",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less-loader": "^4.1.0",
"lint-staged": "^13.0.2",
"node-sass": "^7.0.1",
"prettier": "^2.0.4",
"sass": "^1.19.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"typescript": "~3.8.3",
"vue-cli-plugin-fundamental": "^0.4.0",
"vue-cli-plugin-vuesax": "^1.0.0",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
}
}