UNPKG

textcrafter

Version:

TextCrafter: A modern, customizable rich text editor for React. Supports rich formatting, media embedding and real-time collaboration. Ideal for content creators.

71 lines (70 loc) 2.1 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "textcrafter", "version": "1.0.0-stable-2", "type": "module", "description": "TextCrafter: A modern, customizable rich text editor for React. Supports rich formatting, media embedding and real-time collaboration. Ideal for content creators.", "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "build:dev": "rollup -c --environment NODE_ENV:development", "build": "rollup -c --environment NODE_ENV:production", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "keywords": [ "textcrafter", "texteditor", "rich texteditor", "rich text-editor", "WYSIWYG", "editor", "react editor", "next editor", "content editor", "media embedding", "blog editor", "customizable editor" ], "author": "mesu", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mesu-ai/textcrafter" }, "bugs": { "url": "https://github.com/mesu-ai/textcrafter/issues" }, "homepage": "https://github.com/mesu-ai/textcrafter#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.25.0", "rollup-plugin-postcss": "^4.0.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "tslib": "^2.8.1" } }