-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 902 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^1.9.35",
"gatsby-link": "^1.6.15",
"gatsby-plugin-catch-links": "^1.0.8",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-styled-components": "^1.0.5",
"react-typography": "^0.16.5",
"rebass": "^1.0.4",
"typography": "^0.16.6",
"typography-breakpoint-constants": "^0.15.10"
},
"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",
"deploy": "firebase deploy"
},
"devDependencies": {
"prettier": "^1.6.1"
}
}