-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "gitconsensus-www",
"private": true,
"description": "GitConsensus Website",
"version": "2.0.0",
"author": "Alison Lynne Thompson",
"dependencies": {
"@material-ui/core": "^4.3.3",
"@material-ui/styles": "^4.3.3",
"gatsby": "^2.13.73",
"gatsby-background-image": "^0.8.5",
"gatsby-image": "^2.2.10",
"gatsby-plugin-fathom": "^1.1.0",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.2.13",
"gatsby-source-filesystem": "^2.1.11",
"gatsby-theme-material-ui": "^1.0.2",
"gatsby-transformer-sharp": "^2.2.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-syntax-highlighter": "^11.0.2",
"react-toggle": "^4.0.2",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npx gatsby build",
"develop": "npx gatsby develop -o",
"format": "npx prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npx gatsby develop -o -H 0.0.0.0",
"serve": "npx gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"deploy:github": "npx gatsby build && node ./scripts/deploy-github"
}
}