UNPKG

contenido

Version:

Contenido is a library with a set of tools to help you create your own rich text editor on top of draft-js without thinking about how to handle things.

102 lines (101 loc) 2.64 kB
{ "name": "contenido", "version": "1.3.1", "private": false, "description": "Contenido is a library with a set of tools to help you create your own rich text editor on top of draft-js without thinking about how to handle things.", "author": { "name": "Hosein Pouyanmehr", "email": "a.h.pouyanmehr@gmail.com", "url": "https://github.com/HPouyanmehr" }, "keywords": [ "contenido", "editor", "react", "richtext", "draft", "draftjs", "rte", "wysiwyg", "mui-rte", "mui-editor", "material-ui", "tailwind-rte", "tailwind-editor", "tailwindcss" ], "homepage": "https://github.com/HPouyanmehr/contenido", "bugs": { "url": "https://github.com/HPouyanmehr/contenido/issues" }, "license": "MIT", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.esm.js", "types": "./dist/index.d.ts" }, "./dist/styles.css": "./dist/styles.css" }, "scripts": { "start": "react-scripts start", "build-lib": "rollup -c" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "peerDependencies": { "@types/draft-js": "^0.11.0", "@types/react": "^18.0.0", "@types/react-dom": " ^18.0.0", "draft-js": "^0.11.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.0", "@types/draft-js": "^0.11.10", "@types/node": "^16.18.11", "@types/react": "^17.0.0 || ^18.0.0", "@types/react-dom": "^17.0.0 || ^18.0.0", "draft-js": "^0.11.7", "postcss": "^8.4.21", "postcss-import": "^15.1.0", "postcss-preset-env": "^8.2.0", "react": ">=17.0.0", "react-dom": ">=17.0.0", "react-scripts": "5.0.1", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.5.0", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "dependencies": { "classnames": "^2.3.2" } }