-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 939 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-catch-links": "^1.0.19",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-remark-katex": "^2.0.6",
"gatsby-source-filesystem": "^1.5.33",
"gatsby-transformer-remark": "^1.7.40",
"gh-pages": "^1.2.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"deploy": "gatsby build && gh-pages -d public -b master",
"test": "echo \"Error: no test specified\" && exit 1",
"bitbucket": "git push bitbucket master"
},
"devDependencies": {
"prettier": "^1.12.0"
}
}