-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "TackleCovid19",
"version": "1.0.0",
"description": "Tackle Covid19",
"author": "Yohannes Ejigu",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/toast": "^3.3.0",
"@vue/composition-api": "^0.4.0",
"apexcharts": "^3.16.1",
"aws-amplify": "^2.2.7",
"aws-amplify-vue": "^1.1.4",
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"echarts": "^4.6.0",
"feathers-hooks-common": "^5.0.2",
"feathers-vuex": "^3.7.0",
"leaflet": "^1.6.0",
"nuxt": "^2.0.0",
"nuxt-client-init-module": "^0.1.8",
"nuxt-leaflet": "0.0.21",
"socket.io-client": "^2.3.0",
"vue-apexcharts": "^1.5.2",
"vue-chartjs": "^3.5.0",
"vue-echarts": "^5.0.0-beta.0",
"vue-i18n": "^8.16.0",
"vue2-leaflet": "^2.5.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}