-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.0.57",
"gatsby-cli": "^2.7.10",
"gatsby-link": "^2.0.6",
"gatsby-plugin-manifest": "^2.0.10",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-styled-components": "^3.0.3",
"gatsby-source-filesystem": "^2.0.9",
"gatsby-transformer-json": "^2.1.5",
"gh-pages": "^2.0.1",
"hoek": "^6.1.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-instagram-embed": "^1.4.1",
"rss": "^1.2.2",
"styled-components": "^4.1.2"
},
"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": "gatsby build && gh-pages -d public"
},
"devDependencies": {
"prettier": "^1.15.2"
}
}