forked from hackclub/hackathons-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "@hackclub/hackathons",
"description": "hackathons.hackclub.com",
"version": "0.1.0",
"author": "Max Wofford <[email protected]>",
"dependencies": {
"@hackclub/design-system": "^0.0.1-10",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.5.1",
"formik": "^0.11.11",
"gatsby": "next",
"gatsby-plugin-canonical-urls": "^1.0.18",
"gatsby-plugin-favicon": "^3.1.2",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-resolve-src": "next",
"gatsby-plugin-segment": "^1.0.2",
"gatsby-plugin-sharp": "next",
"gatsby-plugin-sitemap": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-source-filesystem": "next",
"gatsby-transformer-json": "^1.0.20",
"gatsby-transformer-sharp": "^1.6.27",
"pluralize": "^7.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"styled-components": "^3.3.3",
"vanilla-tilt": "^1.5.0",
"yup": "^0.25.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"fmt": "prettier \"{src/**,}/*.js\" --single-quote --no-semi --write",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.13.5"
},
"keywords": [
"gatsby"
]
}