gatsby-openrpc-theme
Version:
A gatsby theme for generated OpenRPC documentation
84 lines (83 loc) • 2.33 kB
JSON
{
"name": "gatsby-openrpc-theme",
"description": "A gatsby theme for generated OpenRPC documentation",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"gatsby-browser.js",
"gatsby-config.js",
"gatsby-node.js",
"gatsby-ssr.js"
],
"dependencies": {
"@mdx-js/mdx": "3.1.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/styles": "6.3.1",
"@open-rpc/docs-react": "^2.0.0",
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lodash": "^4.17.21",
"mermaid": "^10.8.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "^15.5.0",
"slash": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@types/lodash": "^4.14.202",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"typescript": "^5.0.0"
},
"keywords": [
"gatsby",
"pristine"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"build:ts": "tsc",
"develop": "gatsby develop",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "exit 0",
"type-check": "tsc --noEmit",
"example": "yarn --cwd example",
"prepare": "npm run build:ts"
},
"repository": {
"type": "git",
"url": "https://github.com/zcstarr/gatsby-openrpc-theme"
},
"bugs": {
"url": "https://github.com/zcstarr/gatsby-openrpc-theme/issues"
}
}