forked from OCHA-DAP/viz-iati-c19-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "covid19-visualisation",
"version": "1.0.0",
"description": "A simple visualisation of COVID-19 response data.",
"author": "Centre for Humanitarian Data",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"gen-gh": "DEPLOY_ENV=GH_PAGES nuxt generate",
"gen-subfolder": "DEPLOY_ENV=WITH_SUBFOLDER 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",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.7.0",
"csvtojson": "^2.0.10",
"d3": "^5.16.0",
"d3-sankey": "^0.12.3",
"mixpanel-browser": "^2.41.0",
"numeral": "^2.0.6",
"nuxt": "^2.15.7",
"nuxt-vue-select": "^0.1.4",
"popper.js": "^1.16.1",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-hotjar": "^1.4.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^7.31.0",
"eslint-plugin-nuxt": "^2.0.0",
"fibers": "^5.0.0",
"nodemon": "^1.19.4",
"push-dir": "^0.4.1",
"sass": "^1.36.0",
"sass-loader": "^10.2.0"
}
}