-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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": "covid-visualization",
"version": "0.0.0-development",
"author": "avimehenwal",
"description": "covid visualization dashboard webapp",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"generate": "yarn run build; yarn run export",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "[email protected]:avimehenwal/covid-visualization.git"
},
"bugs": {
"url": "https://github.com/avimehenwal/covid-visualization/issues"
},
"dependencies": {
"@nuxt/content": "^1.4.1",
"@nuxt/http": "^0.5.7",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/sitemap": "^2.4.0",
"chart.js": "^2.9.3",
"moment": "^2.27.0",
"nuxt": "^2.13.3",
"vue-chartjs": "^3.5.0",
"vue-google-charts": "^0.3.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/vuetify": "^1.11.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-nuxt": "^1.0.0",
"husky": "^4.2.5",
"semantic-release": "^17.1.1"
}
}