-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.69 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": "covhack2021",
"private": true,
"description": "covhack.org 2021 site",
"version": "0.1.0",
"license": "ISC",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write *.js src/**/*.{js,jsx,scss}",
"serve": "gatsby serve",
"clean": "rm -rf public .cache",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^4.4.1",
"countdown": "^2.6.0",
"gatsby": "^2.19.47",
"gatsby-background-image": "^0.10.2",
"gatsby-image": "^2.2.45",
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-netlify-cms": "^4.1.43",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sass": "^2.1.31",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-social-cards": "^0.5.7",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-remark": "^2.6.59",
"gatsby-transformer-sharp": "^2.3.19",
"jmsv-gatsby-image-gallery": "*",
"netlify-cms-app": "^2.11.29",
"node-sass": "^4.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"reactstrap": "^8.4.1",
"styled-components": "^5.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"gatsby-plugin-eslint": "^2.0.8",
"husky": "^4.2.3",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CovHack/CovHack2021"
}
}