docusaurus-theme-redoc
Version:
Redoc Component for DocusaurusV2
73 lines (72 loc) • 2.13 kB
JSON
{
"name": "docusaurus-theme-redoc",
"version": "2.2.3",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist-jsx",
"src"
],
"scripts": {
"copy": "sh copy.sh",
"copy:watch": "nodemon --watch ./src/**/*.css -e css --exec \"yarn copy\"",
"build": "tsc -p tsconfig.jsx.json && tsc && yarn copy && echo \"built theme\"",
"dev": "concurrently 'tsc -w -p tsconfig.jsx.json' 'tsc -w' 'yarn copy:watch'",
"prepublish": "rm -rf rm .tsbuild.info .tsbuild.jsx.info",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohit-gohri/redocusaurus.git"
},
"keywords": [
"docusaurus",
"docusaurus-theme"
],
"author": "Rohit Gohri <code@rohit.page>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohit-gohri/redocusaurus/issues"
},
"homepage": "https://github.com/rohit-gohri/redocusaurus/tree/main/packages/docusaurus-theme-redoc#readme",
"dependencies": {
"@redocly/openapi-core": "1.16.0",
"clsx": "^1.2.1",
"lodash": "^4.17.21",
"mobx": "^6.12.4",
"postcss": "^8.4.45",
"postcss-prefix-selector": "^1.16.1",
"redoc": "2.4.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.0",
"@docusaurus/theme-classic": "^3.6.0",
"@docusaurus/theme-common": "^3.6.0",
"@docusaurus/types": "^3.6.0",
"@types/lodash": "^4.14.200",
"@types/postcss-prefix-selector": "^1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"copyfiles": "^2.4.1",
"core-js": "^3.36.0",
"nodemon": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.94.0"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.6.0",
"webpack": "^5.0.0"
},
"engines": {
"node": ">=18"
}
}