@tohuhono/puck-rich-text
Version:
A puck component for rich text editing made for OberonCMS
90 lines • 2.12 kB
JSON
{
"name": "@tohuhono/puck-rich-text",
"version": "0.13.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A puck component for rich text editing made for OberonCMS",
"keywords": [
"oberon",
"oberoncms",
"cms",
"puck",
"block",
"component",
"nextjs",
"react",
"rich",
"text",
"editor",
"content-editable"
],
"repository": {
"type": "git",
"url": "https://github.com/Tohuhono/Oberon.git",
"directory": "puck/rich-text"
},
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src",
"scripts",
"CHANGELOG*",
"README*",
"LICENSE*"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.js",
"node": "./dist/server.js"
},
"./legacy": "./dist/index.js"
},
"dependencies": {
"@lexical/code": "0.20.0",
"@lexical/headless": "0.20.0",
"@lexical/html": "0.20.0",
"@lexical/link": "0.20.0",
"@lexical/list": "0.20.0",
"@lexical/react": "0.20.0",
"@lexical/rich-text": "0.20.0",
"@lexical/selection": "0.20.0",
"@lexical/utils": "0.20.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"classnames": "^2.5.1",
"dompurify": "^3.2.3",
"jsdom": "^25.0.1",
"lexical": "0.20.0",
"lucide-react": "^0.460.0",
"next": "^15.0.3"
},
"peerDependencies": {
"@measured/puck": ">=0.18.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@measured/puck": "^0.18.0",
"@types/dompurify": "^3.2.0",
"@types/jsdom": "^21.1.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "^9.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-plugin-css-injected-by-js": "^3.5.2",
"@tohuhono/dev": "0.13.0"
},
"scripts": {
"build": "vite build",
"clean": "odt clean",
"dev": "vite build --watch",
"wait": "wait-on dist/version",
"wait:clean": "rimraf ./dist/version",
"lint": "eslint .",
"tsc": "tsc --pretty"
}
}