-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "covid-track",
"version": "1.0.0",
"private": true,
"description": "A Covid 19 informative website",
"keywords": [
"WE",
"Covid",
"Corona",
"Covid Track",
"Pandemic"
],
"homepage": "https://github.com/SatvikVirmani/we-covid-track",
"bugs": {
"url": "https://github.com/SatvikVirmani/we-covid-track/issues",
"email": "virmanisatvik01@gmail.com"
},
"author": {
"name": "Satvik Virmani",
"email": "virmanisatvik01@gmail.com",
"url": "https://satvikvirmani.github.io"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"framer-motion": "^4.1.13",
"gatsby": "^3.5.0",
"gatsby-plugin-google-gtag": "^3.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-minify": "^0.4.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sass": "^4.4.0",
"mapbox-gl": "^2.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.1",
"sass": "^1.32.12",
"sass-loader": "^11.1.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"gatsby-plugin-postcss": "^4.4.0",
"gatsby-plugin-purgecss": "^6.0.1",
"postcss": "^8.2.14",
"tailwindcss": "^2.1.2"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}