-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
40
41
42
43
{
"name": "gatsby-ipfs-boilerplate",
"description": "IPFS-ready static site",
"version": "1.0.0",
"author": "Chris Troutner <[email protected]>",
"dependencies": {
"gatsby": "^2.3.25",
"gatsby-plugin-ipfs": "^2.0.2",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.36",
"gatsby-remark-images": "^3.0.11",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"node-sass": "^4.12.0",
"react": "^16.8.5",
"react-collapsible": "^2.6.0",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
"styled-components": "^4.2.0",
"ipfs": "^0.37.1",
"orbit-db": "^0.22.0-rc4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}