UNPKG

mertz-rich-text

Version:

A flexible rich text editor and viewer for React applications

36 lines (35 loc) 924 B
{ "name": "mertz-rich-text", "version": "1.0.5", "description": "A flexible rich text editor and viewer for React applications", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "build": "rollup -c", "test": "jest", "prepare": "bun run build" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "prop-types": "^15.8.1" }, "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@babel/preset-react": "^7.22.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2" }, "keywords": ["react", "rich-text", "editor", "wysiwyg", "content-editor"], "author": "Your Name", "license": "MIT" }