-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "nelson-huang",
"description": "description",
"version": "1.0.0",
"author": "Nelson Huang",
"dependencies": {
"gatsby": "^1.9.73",
"gatsby-image": "^1.0.16",
"gatsby-link": "^1.6.22",
"gatsby-plugin-google-analytics": "^1.0.11",
"gatsby-plugin-google-fonts": "0.0.3",
"gatsby-plugin-netlify": "^1.0.6",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-styled-components": "^1.0.5",
"gatsby-source-contentful": "^1.3.19",
"gatsby-source-filesystem": "^1.5.7",
"normalize-wheel": "^1.0.1",
"styled-components": "2.2.0",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"develop-hosted": "gatsby develop -H 192.168.0.21"
},
"devDependencies": {
"prettier": "^1.7.4"
}
}