-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.19 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
{
"name": "@windyhacks/site",
"description": "Chicago’s high school hackathon, June 22–23, 2019.",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@windyhacks.com> (https://lachlanjc.me)",
"license": "MIT",
"private": true,
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "yarn run dev",
"fmt": "npx prettier \"{src/**,}/*.js\" --single-quote --no-semi --write"
},
"dependencies": {
"@hackclub/design-system": "^0.0.1-16",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"formik": "^1.5.4",
"gatsby": "^2.4.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify": "^2.0.16",
"gatsby-plugin-no-sourcemaps": "^2.0.2",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-styled-components": "^3.0.7",
"js-cookie": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-map-gl": "^5.0.3",
"styled-components": "^3.4.10",
"styled-system": "1.1.7",
"yup": "^0.27.0"
}
}