forked from SCHacks/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 873 Bytes
/
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
{
"name": "@schacks/site",
"description": "State High Hack Club site",
"version": "3.0.0",
"author": "Lachlan Campbell",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"fmt": "prettier --no-semi --single-quote --write \"src/**/*.js\""
},
"dependencies": {
"@hackclub/banner": "^1.0.1",
"@hackclub/design-system": "^0.0.1-13",
"babel-plugin-styled-components": "^1.8.0",
"gatsby": "^2.0.19",
"gatsby-link": "^2.0.4",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.9"
},
"devDependencies": {
"prettier": "^1.14.3"
}
}