-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 888 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"blockstack": "^0.15.1",
"gatsby": "^1.9.199",
"gatsby-link": "^1.6.37",
"gatsby-plugin-react-helmet": "^2.0.5",
"react-helmet": "^5.2.0"
},
"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 --prefix-paths && dat share public && ipfs add -r public && gh-pages -d public"
},
"devDependencies": {
"dat": "^13.10.0",
"gatsby-cli": "^1.1.40",
"gh-pages": "^1.1.0",
"prettier": "^1.10.2"
}
}