-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "cvd19.cf",
"private": false,
"description": "A tool to track global progress in defeating Covid-19",
"version": "0.3.2",
"author": "Dzmitry Sviryn <svirins@gmail.com>",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.4.0",
"@nivo/core": "^0.67.0",
"@nivo/line": "^0.67.0",
"@reach/router": "^1.3.4",
"@saeris/apollo-server-vercel": "^0.4.0",
"antd": "4.12.2",
"apollo-server-micro": "^2.19.2",
"babel-plugin-import": "^1.13.3",
"country-list": "^2.2.0",
"date-fns": "^2.16.1",
"gatsby": "^2.32.2",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-less": "^4.7.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-leaflet": "^3.0.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-filesystem": "^2.11.0",
"graphql": "^15.5.0",
"graphql-request": "3.4.0",
"immer": "^8.0.1",
"isomorphic-unfetch": "^3.1.0",
"leaflet": "^1.7.1",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"micro-cors": "^0.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-leaflet": "3.1.0",
"react-table": "^7.6.3",
"replace-in-file": "^6.2.0",
"use-immer": "^0.4.2"
},
"devDependencies": {
"@types/country-list": "^2.1.0",
"@types/d3-color": "^2.0.1",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/leaflet": "^1.5.21",
"@types/micro-cors": "^0.1.1",
"@types/node": "^14.14.25",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-leaflet": "^2.5.2",
"@types/react-motion": "^0.0.29",
"@types/react-table": "^7.0.28",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "4.1.3"
},
"keywords": [
"Covid-19",
"Epidemic analysis"
],
"scripts": {
"clean": "gatsby clean",
"develop": "node postinstall.js && gatsby develop",
"develop_normal": "gatsby clean && gatsby develop",
"develop_lazy": "gatsby clean && GATSBY_EXPERIMENTAL_LAZY_DEVJS=true gatsby develop",
"build": "node postinstall.js && gatsby build --log-pages",
"build_exp": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"build-profile": "gatsby build --profile",
"deploy": "vercel --prod",
"serve": "gatsby serve",
"generate": "graphql-codegen --config codegen.yml",
"type-check": "tsc --noEmit --strict --extendedDiagnostics",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/svirins/cvd19.cf"
},
"bugs": {
"url": "https://github.com/svirins/cvd19.cf/issues"
},
"scarfSettings": {
"enabled": false
},
"volta": {
"node": "12.20.1",
"yarn": "1.22.10"
}
}