-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "handshake-alliance-website",
"version": "0.1.0",
"description": "Website of HandshakeAlliance.org",
"main": "index.js",
"author": "Jake Geiser <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@urkellabs/ucl": "^0.1.113",
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.24.2",
"gatsby-image": "^2.4.13",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-mdx": "^1.2.33",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-sharp": "^2.5.11",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "^2.0.5"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d public",
"build": "gatsby clean && gatsby build",
"develop": "gatsby clean && gatsby develop",
"start": "npm run develop",
"serve": "gatsby clean && gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/HandshakeAlliance/handshakealliance.org"
},
"bugs": {
"url": "https://github.com/HandshakeAlliance/handshakealliance.org/issues"
},
"keywords": [
"handshake",
"alliance",
"dns",
"blockchain",
"crypto"
]
}