UNPKG

react-zen-editor

Version:

A modern, feature-rich WYSIWYG editor for React with Korean/English support

75 lines (74 loc) 1.97 kB
{ "name": "react-zen-editor", "version": "1.1.4", "description": "A modern, feature-rich WYSIWYG editor for React with Korean/English support", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src/**/*.{ts,tsx}", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build", "test-dev": "./dev.sh" }, "keywords": [ "react", "editor", "wysiwyg", "rich-text", "korean", "multilingual", "contenteditable", "html-editor" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/react-zen-editor.git" }, "bugs": { "url": "https://github.com/yourusername/react-zen-editor/issues" }, "homepage": "https://github.com/yourusername/react-zen-editor#readme", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "lucide-react": "^0.263.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-typescript": "^11.1.3", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.48.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.6.4", "rollup": "^3.29.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.2.2" } }