UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

57 lines (56 loc) 1.5 kB
{ "name": "react-notion-x", "version": "6.12.7", "type": "module", "description": "Fast and accurate React renderer for Notion.", "repository": "NotionX/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/styles.css" ], "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.12.6", "notion-utils": "^6.12.6", "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": "08c666765f09b3a5f868a799e17b92f5adc1f8d9" }