-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.1 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 <mathews.kyle@gmail.com>",
"dependencies": {
"classnames": "^2.2.5",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-netlify-cms": "^2.0.1",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-source-filesystem": "^1.5.34",
"gatsby-transformer-json": "^1.0.17",
"gatsby-transformer-remark": "^1.7.40",
"gatsby-transformer-yaml": "^1.5.16",
"netlify-cms": "^1.7.0",
"react-anchor-link-smooth-scroll": "^1.0.9",
"react-helmet": "^5.2.0",
"slug": "^0.9.1",
"smooth-anchorate": "^1.2.1",
"tachyons-react-social-icons": "^2.8.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.12.0",
"react-social-icons": "^3.0.0",
"tachyons": "^4.9.1"
}
}