This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
70 lines (70 loc) · 2.02 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
64
65
66
67
68
69
70
{
"name": "developer.bitcoin.com",
"description": "Bitcoin.com developer resources and documentation",
"version": "8.5.2",
"author": "Peter <[email protected]> and Gabriel Cardona <[email protected]>",
"dependencies": {
"badger-components-react": "^0.3.0",
"gatsby": "^2.1.18",
"gatsby-image": "^2.0.30",
"gatsby-plugin-flow": "^1.0.2",
"gatsby-plugin-google-tagmanager": "^2.0.9",
"gatsby-plugin-manifest": "^2.0.19",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-plugin-sitemap": "^2.0.6",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-remark-autolink-headers": "^2.0.14",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-images": "^3.0.5",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-remark": "^2.2.6",
"gatsby-transformer-sharp": "^2.1.14",
"isomorphic-fetch": "^2.2.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-icons": "^3.4.0",
"react-syntax-highlighter": "^10.1.3",
"recompose": "^0.30.0",
"rehype-react": "^3.1.0",
"styled-components": "^4.1.3"
},
"keywords": [
"gatsby",
"bitcoin",
"bitcoin cash",
"bch",
"bitcoin developer tools",
"build on BCH"
],
"license": "MIT",
"engines": {
"node": ">=10.15.3"
},
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0",
"husky": "^1.3.1",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bitcoin-com/developer.bitcoin.com"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}