UNPKG

scrivly

Version:

A powerful, feature-rich rich text editor for React with TypeScript support

101 lines (100 loc) 2.98 kB
{ "name": "scrivly", "version": "2.0.7", "description": "A powerful, feature-rich rich text editor for React with TypeScript support", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "next dev", "build": "rollup -c", "build:dev": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "keywords": [ "react", "editor", "rich-text", "wysiwyg", "typescript", "text-editor", "contenteditable", "markdown", "writing", "rich-text-editor", "react-component", "text-formatting", "content-editor" ], "author": { "name": "Mohammad Ali", "email": "md.ali.office@gmail.com", "url": "https://md-ali.vercel.app" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/md-ali-0/Scrivly.git" }, "bugs": { "url": "https://github.com/md-ali-0/Scrivly/issues" }, "homepage": "https://scrivly.vercel.app", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "lucide-react": "^0.263.1", "tslib": "^2.8.1" }, "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@types/node": "^20.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-next": "^14.0.0", "jest": "^29.0.0", "next": "^14.0.0", "postcss": "^8.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "rimraf": "^5.0.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^6.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "typescript": "^5.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" } }