@searchwithaura/react-mention-textarea
Version:
A powerful React component for @ mentions with multi-layer navigation, search functionality, and custom action cards
83 lines (82 loc) • 2.18 kB
JSON
{
"name": "@searchwithaura/react-mention-textarea",
"version": "1.0.1",
"description": "A powerful React component for @ mentions with multi-layer navigation, search functionality, and custom action cards",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"prepublishOnly": "npm run build",
"preview": "vite preview"
},
"keywords": [
"react",
"mention",
"textarea",
"autocomplete",
"typescript",
"tailwind",
"multi-layer",
"source-aware"
],
"author": "Rohan Krishna",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohan-krishna/react-mention-textarea.git"
},
"bugs": {
"url": "https://github.com/rohan-krishna/react-mention-textarea/issues"
},
"homepage": "https://github.com/rohan-krishna/react-mention-textarea#readme",
"dependencies": {
"balanced-match": "^1.0.2",
"brace-expansion": "^2.0.2",
"commondir": "^1.0.1",
"csstype": "^3.1.3",
"deepmerge": "^4.3.1",
"estree-walker": "^2.0.2",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"glob": "^8.1.0",
"hasown": "^2.0.2",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-core-module": "^2.16.1",
"is-module": "^1.0.0",
"is-reference": "^1.2.1",
"js-tokens": "^4.0.0",
"magic-string": "^0.30.17",
"minimatch": "^5.1.6",
"once": "^1.4.0",
"path-parse": "^1.0.7",
"picocolors": "^1.1.1",
"picomatch": "^4.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"resolve": "^1.22.10",
"rollup": "^4.45.1",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"scheduler": "^0.26.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"wrappy": "^1.0.2"
}
}