-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "covid19-visualisation",
"version": "1.0.0",
"description": "A simple visualisation of COVID-19 response data.",
"author": "Mark Brough",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"gen-gh": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/markdownit": "^2.0.0",
"bootstrap-vue": "^2.22.0",
"chart.js": "^2.9.4",
"csvtojson": "^2.0.10",
"d3": "^5.16.0",
"d3-sankey": "^0.12.3",
"nuxt": "^2.15.8",
"nuxt-vue-select": "^0.1.4",
"vue-select": "^2.5.1",
"popper.js": "^1.16.1",
"vue": "2.7.8",
"vue-chartjs": "^3.5.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^7.19.0",
"eslint-plugin-nuxt": "^2.0.0",
"nodemon": "^1.19.4",
"push-dir": "^0.4.1"
}
}