UNPKG

rich-textarea

Version:

A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.

115 lines (114 loc) 3.29 kB
{ "name": "rich-textarea", "version": "0.27.1", "description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.", "main": "lib/index.cjs", "module": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/index.d.ts", "require": "./lib/index.cjs", "default": "./lib/index.js" } }, "files": [ "lib" ], "sideEffects": false, "scripts": { "build": "vite build", "tsc": "tsc -p . --noEmit", "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", "test": "vitest run --project=unit", "test-storybook": "vitest run --project=storybook", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build", "e2e": "npx playwright test", "typedoc": "typedoc", "size": "size-limit", "prepare": "patch-package", "prepublishOnly": "npm run typedoc && rimraf lib && npm run build" }, "devDependencies": { "@playwright/test": "^1.60.0", "@size-limit/preset-small-lib": "^11.1.4", "@storybook/addon-docs": "^10.4.0", "@storybook/addon-vitest": "^10.4.0", "@storybook/react-vite": "^10.4.0", "@tanstack/react-form": "^1.12.0", "@testing-library/dom": "^10.3.1", "@testing-library/react": "^16.1.0", "@textlint/kernel": "^15.0.0", "@textlint/textlint-plugin-text": "^15.0.0", "@types/diff": "^7.0.2", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/react-highlight-words": "^0.20.0", "@vitejs/plugin-react": "^6.0.1", "@vitest/browser-playwright": "^4.1.8", "@vitest/coverage-v8": "^4.1.8", "assert": "^2.1.0", "diff": "^9.0.0", "eslint": "^9.38.0", "eslint-plugin-react-hooks": "^7.0.1", "events": "^3.3.0", "formik": "^2.4.6", "jsdom": "^29.0.0", "kuromojin": "^3.0.1", "node-emoji": "^2.2.0", "patch-package": "^8.0.0", "path-browserify": "^1.0.1", "playwright": "^1.60.0", "prettier": "^3.3.2", "prism-react-renderer": "^2.3.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-highlight-words": "^0.21.0", "react-hook-form": "^7.81.0", "react-is": "^19.2.7", "rimraf": "^6.0.1", "size-limit": "^11.1.4", "storybook": "^10.4.0", "terser": "^5.48.0", "textlint-rule-preset-japanese": "^10.0.4", "typedoc": "^0.28.0", "typedoc-plugin-markdown": "^4.5.2", "typescript": "^6.0.3", "typescript-eslint": "^8.30.0", "vite": "^8.1.0", "vite-plugin-dts": "^5.0.2", "vitest": "^4.1.8" }, "peerDependencies": { "react": ">=16.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/inokawa/rich-textarea.git" }, "keywords": [ "react", "react-component", "textarea", "input", "form", "highlight", "autocomplete", "tagging", "combobox", "autosize", "richtext", "editor", "contenteditable", "wysiwyg" ], "author": "inokawa <stratoooo-taster@yahoo.co.jp> (https://github.com/inokawa/)", "license": "MIT", "bugs": { "url": "https://github.com/inokawa/rich-textarea/issues" }, "homepage": "https://github.com/inokawa/rich-textarea#readme" }