UNPKG

rich-textarea

Version:

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

116 lines (115 loc) 3.5 kB
{ "name": "rich-textarea", "version": "0.26.5", "description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/index.d.ts", "import": "./lib/index.mjs", "default": "./lib/index.js" } }, "files": [ "lib" ], "sideEffects": false, "scripts": { "build": "rollup -c", "tsc": "tsc -p . --noEmit", "test": "vitest --run --silent", "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build", "storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --no-open\" \"wait-on tcp:6006 && test-storybook\"", "e2e": "npx playwright test", "typedoc": "typedoc", "size": "size-limit", "prepare": "patch-package", "prepublishOnly": "npm run typedoc && rimraf lib && npm run build" }, "devDependencies": { "@babel/plugin-transform-react-pure-annotations": "^7.24.7", "@playwright/test": "^1.48.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@size-limit/preset-small-lib": "^11.1.4", "@storybook/addon-storysource": "^8.4.0", "@storybook/react": "^8.4.0", "@storybook/react-vite": "^8.4.0", "@storybook/source-loader": "^8.4.0", "@storybook/test-runner": "^0.22.0", "@tanstack/react-form": "^1.12.0", "@testing-library/dom": "^10.3.1", "@testing-library/react": "^16.1.0", "@textlint/kernel": "^14.2.0", "@textlint/textlint-plugin-text": "^14.2.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/react-highlight-words": "^0.20.0", "assert": "^2.1.0", "concurrently": "^9.0.0", "eslint": "^9.14.0", "eslint-plugin-react-hooks": "^6.0.0-rc.1", "events": "^3.3.0", "formik": "^2.4.6", "jsdom": "^25.0.0", "kuromojin": "^3.0.0", "monaco-diff": "^1.2.1", "node-emoji": "^2.1.3", "patch-package": "^8.0.0", "path-browserify": "^1.0.1", "prettier": "^3.3.2", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-highlight-words": "^0.21.0", "react-hook-form": "^7.53.1", "react-is": "^18.3.1", "rimraf": "^6.0.1", "rollup": "^4.14.3", "rollup-plugin-banner2": "^1.3.0", "size-limit": "^11.1.4", "storybook": "^8.4.0", "textlint-rule-preset-japanese": "^10.0.3", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", "typescript": "^5.8.0", "typescript-eslint": "^8.26.0", "vitest": "^2.1.4", "wait-on": "^8.0.1" }, "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" }