forked from theleadio/corona-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 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
76
77
78
{
"name": "corona-tracker",
"version": "1.0.0",
"description": "Corona Tracker",
"author": "weiseng",
"private": true,
"scripts": {
"dev": "NUXT_PORT=8080 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "jest",
"precommit": "npm run lint"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test",
"pre-push": "npm test"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/sitemap": "^2.2.0",
"animated-number-vue": "^1.0.0",
"apexcharts": "^3.18.1",
"flag-icon-css": "^3.4.6",
"leaflet": "^1.6.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.8.1",
"nuxt-leaflet": "0.0.19",
"nuxt-svg-loader": "^1.2.0",
"popper.js": "^1.16.1",
"save": "^2.4.0",
"vanilla-back-to-top": "^7.2.1",
"vue-apexcharts": "^1.5.3",
"vue-clamp": "^0.2.2",
"vue-clickaway": "^2.2.2",
"vue-flag-icon": "^1.0.6",
"vue-gtag": "^1.6.2",
"vue-i18n": "^8.16.0",
"vue-lazyload": "^1.3.3",
"vue-server-renderer": "^2.6.11",
"vue-social-sharing": "^2.4.7",
"vue-sticky-directive": "0.0.10",
"vue2-leaflet": "^2.5.2",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.9.2",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/tailwindcss": "^1.4.0",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/test-utils": "^1.0.0-beta.32",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.1.0",
"core-js": "^2.6.11",
"eslint": "^6.8.0",
"eslint-config-prettier": "^4.3.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-nuxt": "^0.5.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.3",
"jest": "^24.1.0",
"jest-transform-stub": "^2.0.0",
"prettier": "^1.19.1",
"vue-jest": "^4.0.0-0"
}
}