{
  "name": "react-notion-x-dohun",
  "version": "6.13.15",
  "type": "module",
  "description": "Fast and accurate React renderer for Notion.",
  "repository": "dohun-toss/react-notion-x",
  "author": "Travis Fischer <travis@transitivebullsh.it>",
  "license": "MIT",
  "main": "./build/index.js",
  "module": "./build/index.js",
  "types": "./build/index.d.ts",
  "sideEffects": false,
  "files": [
    "build",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "build": "tsup",
    "watch": "tsup --watch --silent --onSuccess 'echo build successful'"
  },
  "dependencies": {
    "@fisch0920/medium-zoom": "^1.0.7",
    "@matejmazur/react-katex": "^3.1.3",
    "@radix-ui/react-dropdown-menu": "^0.1.6",
    "katex": "^0.15.3",
    "notion-types": "^6.13.4",
    "notion-utils": "^6.13.4",
    "prismjs": "^1.27.0",
    "react-fast-compare": "^3.2.0",
    "react-hotkeys-hook": "^3.0.3",
    "react-image": "^4.0.3",
    "react-lazy-images": "^1.1.0",
    "react-modal": "^3.14.3",
    "react-pdf": "^5.7.1",
    "react-use": "^17.3.1"
  },
  "devDependencies": {
    "@types/lodash.throttle": "^4.1.6",
    "@types/node": "^16.11.2",
    "@types/react": "^17.0.31",
    "clipboard-copy": "^4.0.1",
    "date-fns": "^2.28.0",
    "format-number": "^3.0.0",
    "lodash.throttle": "^4.1.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "gitHead": "0b04c678934d10d80f465ed63d5b5a7bf3dfc850"
}
