{
  "name": "@chargeover/docusaurus-theme-redoc",
  "version": "1.1.11",
  "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": {
    "@chargeover/redoc": "2.0.9-rc.69",
    "@docusaurus/theme-common": "^2.0.0-beta.20",
    "@docusaurus/types": "^2.0.0-beta.20",
    "clsx": "^1.1.1",
    "copyfiles": "^2.4.1",
    "lodash": "^4.17.21",
    "mobx": "^6.5.0",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@docusaurus/module-type-aliases": "^2.0.0-beta.20",
    "@docusaurus/theme-classic": "^2.0.0-beta.20",
    "@types/lodash": "^4.14.182",
    "@types/react-dom": "^17.0.17",
    "@types/react-router-dom": "^5.3.3",
    "@types/rtlcss": "^3.1.4",
    "@types/styled-components": "^5.1.25",
    "nodemon": "^2.0.15",
    "typescript": "^4.6.4"
  },
  "engines": {
    "node": ">=14"
  }
}
