-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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": "hack-cincinnati",
"private": true,
"author": "Dalton Craven <daltonjcraven@gmail.com>",
"dependencies": {
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"formik": "^1.5.7",
"gatsby": "^2.12.0",
"gatsby-image": "^2.2.3",
"gatsby-plugin-google-analytics": "^2.1.1",
"gatsby-plugin-manifest": "^2.2.0",
"gatsby-plugin-netlify": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-sharp": "^2.2.1",
"gatsby-plugin-sitemap": "^2.2.1",
"gatsby-plugin-styled-components": "^3.1.0",
"gatsby-source-filesystem": "^2.1.1",
"gatsby-transformer-sharp": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"styled-components": "^4.3.2",
"styled-icons": "^8.1.0",
"yup": "^0.27.0"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\""
}
}