forked from etclabscore/gatsby-theme-pristine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.27 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
72
73
74
75
76
77
{
"name": "@xops.net/gatsby-openrpc-theme",
"description": "A gatsby theme for generated OpenRPC documentation",
"version": "0.0.0-development",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.8.2",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@open-rpc/docs-react": "^1.1.4",
"gatsby": "^2.18.25",
"gatsby-image": "^2.2.34",
"gatsby-plugin-layout": "^1.1.21",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-mdx": "^1.0.67",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-autolink-headers": "^2.1.23",
"gatsby-remark-draw": "^1.0.16",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-mdx": "^1.1.3",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.7",
"lodash": "^4.17.15",
"mermaid": "^8.4.5",
"mermaid.cli": "^0.5.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-syntax-highlighter": "^12.2.1",
"remark-emoji": "^2.0.2",
"reusable": "^1.0.1",
"slash": "^3.0.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/mdx-js__react": "^1.5.0",
"@types/react-helmet": "^5.0.15",
"@types/react-syntax-highlighter": "^11.0.4",
"prettier": "^1.19.1",
"typescript": "^3.7.4"
},
"keywords": [
"gatsby",
"pristine"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "exit 0",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/xops/gatsby-openrpc-theme"
},
"bugs": {
"url": "https://github.com/xops/gatsby-openrpc-theme/issues"
}
}