-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.21 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
{
"name": "covid-19",
"version": "2.4.0",
"description": "COVID-19 Greece Visualization",
"author": "andefined <[email protected]>",
"domainname": "lab.imedd.org",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "NODE_ENV=production vue-cli-service build --mode production",
"production": "vue-cli-service build --mode production",
"staging": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ambitiondev/vue-cookiebot-plugin": "^1.0.1",
"@d3fc/d3fc-label-layout": "^7.0.3",
"axios": "^0.24.0",
"chroma-js": "^2.1.0",
"d3": "^6.2.0",
"d3-svg-annotation": "^2.5.1",
"lodash": "^4.17.21",
"mapbox-gl": "^1.12.0",
"moment": "^2.29.1",
"moving-averages": "^4.0.5",
"register-service-worker": "^1.7.1",
"simple-statistics": "^7.3.0",
"simple-syntax-highlighter": "^1.4.4",
"vue": "^2.6.12",
"vue-i18n": "^8.22.0",
"vue-observe-visibility": "^0.4.6",
"vue-router": "^3.4.7",
"vue-social-sharing": "^3.0.7",
"vuetify": "^2.3.19",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0",
"zipson": "^0.2.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-pwa": "^4.2.3",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.0.3",
"compression-webpack-plugin": "^6.1.1",
"csvtojson": "^2.0.10",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=12.16.1"
},
"gitHooks": {},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}