-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "hackwit.us",
"description": "HackWITus Website",
"version": "1.0.0",
"author": "Ethan Arrowood",
"dependencies": {
"gatsby": "^1.9.243",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.40",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.24",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.60",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.39",
"gatsby-transformer-sharp": "^1.6.22",
"gulp-sass": "^4.0.2",
"lodash": "^4.17.15",
"react-mailchimp-subscribe": "^2.1.0",
"serve": "^8.2.0"
},
"homepage": "https://github.com/hackwitus/hackwit.us",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "[email protected]:hackwitus/hackwit.us.git"
},
"scripts": {
"dev": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"start": "serve public/",
"deploy": "gatsby build && gh-pages -d public -o upstream"
},
"devDependencies": {
"gh-pages": "^1.2.0"
}
}