forked from opensource254/covid-19-web-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 902 Bytes
/
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
{
"name": "covid-19-tracker",
"private": true,
"description": "Opensource coronavirus tracker",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-sass": "^2.2.1",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-content-loader": "^5.0.2",
"react-dom": "^16.12.0",
"react-fade-in": "^0.1.8",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}