-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 963 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": "jeffrey-huysentruyt",
"description": "Jeffrey Huysentruyt personal website",
"version": "1.0.0",
"author": "Jonathan Wagoner <[email protected]>",
"dependencies": {
"gatsby": "^1.9.255",
"gatsby-cli": "^1.1.52",
"gatsby-image": "^1.0.51",
"gatsby-link": "^1.6.30",
"gatsby-plugin-google-fonts": "0.0.3",
"gatsby-plugin-postcss-sass": "^1.0.14",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.44",
"gatsby-source-filesystem": "^1.5.36",
"gatsby-transformer-sharp": "^1.6.24",
"lodash": "^4.17.5",
"react-scroll": "^1.7.5"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"gh-pages": "^1.1.0",
"prettier": "^1.8.2"
}
}