forked from centrifuge/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.26 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
{
"name": "developer.centrifuge.io",
"description": "Centrifuge User & Technical Documentation",
"version": "0.1.0",
"author": "@centrifuge",
"dependencies": {
"@centrifuge/axis-nav-bar": "^0.3.2-develop.47",
"@centrifuge/axis-theme": "0.3.1",
"@fontsource/space-mono": "^4.2.2",
"@mdx-js/mdx": "^0.16.8",
"@mdx-js/tag": "^0.16.8",
"docsearch.js": "^2.6.2",
"gatsby": "^2.0.118",
"gatsby-image": "^2.0.29",
"gatsby-mdx": "^0.3.6",
"gatsby-plugin-catch-links": "^2.0.11",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.0.10",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-sitemap": "^2.0.5",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-typescript": "^2.1.27",
"gatsby-redirect-from": "^0.2.1",
"gatsby-remark-copy-linked-files": "^2.1.31",
"gatsby-remark-image-attributes": "^0.1.3",
"gatsby-remark-images": "^3.1.32",
"gatsby-remark-mathjax": "^1.0.0",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-remark": "^2.6.21",
"gatsby-transformer-sharp": "^2.1.13",
"grommet": "^2.7.4",
"grommet-icons": "^4.2.0",
"prism-react-renderer": "^0.1.5",
"prop-types": "^15.7.1",
"query-string": "^6.9.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"rehype-katex": "^2.0.0",
"rehype-slug": "^2.0.2",
"remark-image-attributes": "^0.1.3",
"remark-math": "^2.0.0",
"styled-components": "^4.1.3",
"styled-icons": "^7.1.1",
"swagger-ui-react": "^3.38.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/centrifuge/developer.centrifuge.io.git"
},
"bugs": {
"url": "https://github.com/centrifuge/developer.centrifuge.io/issues"
},
"homepage": "https://github.com/centrifuge/developer.centrifuge.io#readme"
}