-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 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": "hackthefog",
"description": "Website for Hack the Fog, San Francisco’s first high school hackathon.",
"version": "1.0.0",
"contributors": [
"Zane Davis-Barrs <[email protected]> (https://zane.sh)",
"Alex Ruiz <[email protected]> (https://www.ruizalex.com)"
],
"dependencies": {
"@hackclub/icons": "^0.0.1",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.8.0",
"formik": "^1.5.1",
"gatsby": "^2.32.4",
"gatsby-image": "^2.2.31",
"gatsby-plugin-google-analytics": "^2.0.15",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-transformer-sharp": "^2.3.3",
"js-cookie": "^2.2.0",
"palx": "^1.0.3",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-scroll": "^1.7.14",
"react-slideshow-image": "^1.3.0",
"sharp": "^0.27.1",
"styled-components": "^4.0.2",
"yup": "^0.26.10"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hackthefog/htf2.hackthefog.com"
}
}