forked from Bitcoin-com/developer.bitcoin.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "developer.bitcoin.com",
"description": "Bitcoin.com developer resources and documentation",
"version": "2.1.1",
"author": "Peter <[email protected]> and Gabriel Cardona <[email protected]>",
"dependencies": {
"gatsby": "^2.0.9",
"gatsby-image": "^2.0.10",
"gatsby-plugin-flow": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.0.5",
"gatsby-plugin-manifest": "^2.0.4",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.3.0",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-remark-autolink-headers": "^2.0.6",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.3",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.4",
"gatsby-transformer-sharp": "^2.1.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"react-syntax-highlighter": "^8.0.1",
"recompose": "^0.30.0",
"rehype-react": "^3.0.3",
"styled-components": "^3.4.9"
},
"keywords": [
"gatsby",
"bitcoin",
"bitcoin cash",
"wormhole",
"bch"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.7.1",
"husky": "^1.0.0",
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bitcoin-com/developer.bitcoin.com"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}