-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 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
32
33
34
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"autoprefixer": "8.2.0",
"gatsby": "^1.9.241",
"gatsby-link": "^1.6.39",
"gatsby-plugin-postcss-sass": "1.0.19",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-sass": "1.0.25",
"normalize-scss": "7.0.1",
"react-helmet": "^5.2.0"
},
"engines": {
"node": "8.8.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"local": "gatsby build && gatsby serve",
"heroku-postbuild": "gatsby build"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}