-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "covid19-comparison",
"private": true,
"description": "Covid19 situation is now declared as pandemic. Here we can see comparison between countries in desired date ranges",
"version": "0.1.0",
"author": "Sharafat Ahmed <[email protected]>",
"dependencies": {
"bootstrap": "4.4.1",
"chart.js": "2.9.3",
"gatsby": "2.20.24",
"gatsby-image": "2.3.4",
"gatsby-plugin-catch-links": "2.2.3",
"gatsby-plugin-facebook-pixel": "1.0.3",
"gatsby-plugin-google-analytics": "2.2.4",
"gatsby-plugin-manifest": "2.3.5",
"gatsby-plugin-nprogress": "2.2.3",
"gatsby-plugin-react-helmet": "3.2.4",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sitemap": "2.3.4",
"gatsby-source-filesystem": "2.2.4",
"gatsby-source-rest-api": "0.2.3",
"moment": "2.24.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-chartjs-2": "2.9.0",
"react-datepicker": "2.14.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-select": "3.1.0",
"reactstrap": "8.4.1"
},
"devDependencies": {
"prettier": "2.0.4"
},
"keywords": [
"Plugin",
"covid19",
"coronavirus",
"corona",
"country",
"comparison"
],
"license": "All rights reserved by Sharafat Ahmed",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}