This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
71 lines (71 loc) · 2.07 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
71
{
"name": "GraphQL-docs",
"private": true,
"description": "Dgraph GraphQL docs website",
"version": "0.1.0",
"author": "Apoorv Vardhan <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"algoliasearch": "^4.3.1",
"bootstrap": "^4.5.0",
"gatsby": "^2.20.25",
"gatsby-image": "^2.3.4",
"gatsby-plugin-algolia": "^0.11.1",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-feed": "^2.5.3",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-mdx": "^1.1.10",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.3.10",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-redirect-from": "^0.2.4",
"gatsby-remark-images": "^3.3.0",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-sharp": "^2.4.6",
"graphiql": "^0.17.5",
"graphiql-explorer": "^0.6.2",
"node-sass": "^4.14.1",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-instantsearch-dom": "^6.7.0",
"react-live": "^2.2.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"prettier": "2.0.4"
},
"keywords": [
"gatsby",
"dgraph",
"graphql"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build-version": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/dgraph-io/graphql-dgraph-web"
}
}