-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.71 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": "Theographic",
"description": "A Knowledge Graph of the Bible",
"version": "0.1.0",
"author": "Robert Rouse <[email protected]>",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@reach/router": "^1.3.4",
"@urbica/react-map-gl": "^1.13.0",
"apollo-boost": "^0.4.7",
"gatsby": "^2.20.31",
"gatsby-image": "^2.3.5",
"gatsby-plugin-manifest": "^2.3.7",
"gatsby-plugin-material-ui": "^2.1.7",
"gatsby-plugin-mdx": "^1.1.11",
"gatsby-plugin-offline": "^2.1.3",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-source-graphql": "^2.4.3",
"gatsby-transformer-sharp": "^2.4.7",
"graphql": "^14.6.0",
"isomorphic-fetch": "^2.2.1",
"mapbox-gl": "^1.9.1",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-markdown": "^4.3.1",
"react-refresh": "^0.7",
"typescript": "^2.8.0"
},
"resolutions": {
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"
},
"keywords": [
"gatsby",
"bible",
"react",
"graphql"
],
"license": "GPL-3.0-or-later",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 8001",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-loader": "^8.1.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/robertrouse/theographic"
}
}