-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.72 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
{
"name": "hackcovid-app",
"version": "0.1.0",
"private": true,
"homepage": "https://hackcovid.com.br",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"predeploy": "npm run build",
"deploy": "gh-pages -d public",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettier": "prettier --write \"**/*.{js,jsx,json,md,scss}\"",
"lint:fix": "eslint . --ext .js,.jsx --fix",
"format": "yarn prettier && yarn lint:fix"
},
"dependencies": {
"@bbjacob123/cases-chart": "https://api.observablehq.com/@bbjacob123/cases-chart.tgz?v=3",
"@bbjacob123/cases-map-covid": "https://api.observablehq.com/@bbjacob123/cases-map-covid.tgz?v=3",
"@bbjacob123/covid-19-brasil-estado-curvas": "https://api.observablehq.com/@bbjacob123/covid-19-brasil-estado-curvas.tgz?v=3",
"@bbjacob123/fan-chart": "https://api.observablehq.com/@bbjacob123/fan-chart@1300.tgz?v=3",
"@bbjacob123/mapa-brasil-covid-19": "https://api.observablehq.com/@bbjacob123/mapa-brasil-covid-19.tgz?v=3",
"@bbjacob123/mortes-chart": "https://api.observablehq.com/@bbjacob123/mortes-chart.tgz?v=3",
"@bbjacob123/rt-chart": "https://api.observablehq.com/@bbjacob123/rt-chart@1475.tgz?v=3",
"@bbjacob123/rt-chart-inverted": "https://api.observablehq.com/@bbjacob123/rt-chart-inverted@982.tgz?v=3",
"@bernaferrari/brazil-coronavirus-daily-cases-map-covid-19-not-working": "https://api.observablehq.com/@bernaferrari/brazil-coronavirus-daily-cases-map-covid-19-not-working.tgz?v=3",
"@observablehq/runtime": "4",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@reach/router": "^1.3.4",
"@santanacostamarco/brazil-coronavirus-daily-cases-map-covid-19": "https://api.observablehq.com/d/5e2f7fffa0f4c03b@1903.tgz?v=3",
"@santanacostamarco/covid-19-casos-por-estado": "https://api.observablehq.com/d/8f3c65cc05d8cbfe@669.tgz?v=3",
"@santanacostamarco/mobility-in-brazilian-states": "https://api.observablehq.com/d/44bbd9948e348a1b.tgz?v=3",
"gatsby": "^2.21.21",
"gatsby-alias-imports": "^1.0.4",
"gatsby-env-variables": "^2.0.0",
"gatsby-optional-chaining": "^1.0.1",
"gatsby-plugin-dynamic-routes": "^1.0.0",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-provide-react": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.2.1",
"gh-pages": "^2.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.2",
"node-sass": "^4.13.1",
"prettier": "^1.19.1"
}
}