{
  "name": "@react-ui-org/docoff",
  "description": "Library of custom HTML elements for creating flexible and simple to use `React.Component` documentation",
  "version": "0.6.1",
  "keywords": [
    "react",
    "documentation",
    "ui",
    "components",
    "ui-library",
    "ui-components",
    "pattern-library",
    "react-components",
    "react-component-library"
  ],
  "homepage": "https://github.com/react-ui-org/docoff",
  "author": "The React UI Authors (https://github.com/react-ui-org/react-ui/graphs/contributors)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-ui-org/react-ui/issues"
  },
  "browser": "public/generated/bundle.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-ui-org/docoff"
  },
  "engines": {
    "node": ">=16.14.0",
    "npm": ">=8.5.1"
  },
  "dependencies": {
    "@swc/wasm-web": "^1.6.7",
    "@ungap/custom-elements": "^1.0.0",
    "assert": "^2.0.0",
    "buffer": "^6.0.3",
    "core-js": "^3.22.7",
    "markdown-it": "^14.1.0",
    "path-browserify": "^1.0.1",
    "prismjs": "^1.27.0",
    "process": "^0.11.10",
    "react-docgen": "^8.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.16.10",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.26.0",
    "@babel/register": "^7.16.9",
    "@visionappscz/eslint-config-visionapps": "^1.5.0",
    "babel-loader": "^9.2.1",
    "babel-plugin-prismjs": "^2.1.0",
    "css-loader": "^7.1.2",
    "eslint": "^8.9.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-markdown": "^2.2.1",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "jest": "^29.7.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.1",
    "uglify-js": "^3.15.5",
    "webpack": "^5.66.0",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.0"
  },
  "scripts": {
    "build": "webpack --mode=production",
    "prepublishOnly": "npm run build",
    "start": "webpack serve --mode=development",
    "test": "npm run test:eslint && npm run test:jest",
    "test:eslint": "eslint --ext js,jsx src public/exampleJS",
    "test:jest": "jest"
  }
}
