UNPKG

react-link-textarea

Version:

Enhancing UX by breaking the limitations of original textarea tag, supports link integration and offers flexible styling options.

98 lines (97 loc) 2.81 kB
{ "name": "react-link-textarea", "version": "1.1.12", "keywords": [ "react", "typescript", "textarea", "hyperlink", "react-component", "link", "linkify-string", "linkify-react", "tailwindCSS" ], "description": "Enhancing UX by breaking the limitations of original textarea tag, supports link integration and offers flexible styling options.", "homepage": "https://github.com/Hal-ang/react-link-textarea#readme", "main": "./dist/bundle.js", "module": "./dist/esm/bundle.js", "exports": { ".": { "require": "./dist/bundle.js", "import": "./dist/esm/bundle.js", "types": "./dist/index.d.ts" } }, "type": "module", "bugs": { "url": "https://github.com/Hal-ang/react-link-textarea/issues", "email": "jhrang0925@gmail.com" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "watch": "rollup -cw", "commit": "git-cz", "release": "standard-version", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "chromatic": "npx chromatic --project-token=chpt_01ca1e1a59da074" }, "author": { "name": "Hal-ang" }, "email": "jhrang0925@gmail.com", "url": "https://deemmun.tistory.com", "license": "MIT", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-interactions": "^7.6.17", "@storybook/addon-links": "^7.6.17", "@storybook/addon-onboarding": "^1.0.11", "@storybook/blocks": "^7.6.17", "@storybook/react": "^7.6.17", "@storybook/react-vite": "^8.1.3", "@storybook/test": "^7.6.17", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.4.19", "chromatic": "^11.0.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "esbuild": "^0.21.4", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.11.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-visualizer": "^5.12.0", "rollup-preserve-directives": "^1.1.1", "standard-version": "^9.5.0", "storybook": "^7.6.17", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "dependencies": { "@swc/core": "^1.5.7", "linkify-string": "^4.1.3", "linkifyjs": "^4.1.3", "rollup-plugin-swc3": "^0.11.2" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "packageManager": "yarn@4.2.2" }