react-mention-input
Version:
A React component for input with @mention functionality.
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "react-mention-input",
"version": "1.1.24",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npm run copy-css",
"copy-css": "copyfiles -u 1 src/**/*.css dist",
"dev": "vite",
"demo": "vite",
"prepublishOnly": "npm run build",
"version": "npm run build && git add -A dist"
},
"keywords": [
"mention",
"input",
"autocomplete",
"user suggestions",
"react",
"typescript"
],
"author": "Your Name",
"license": "ISC",
"description": "A React component for input with @mention functionality.",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-mention-input.git"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.6.0",
"copyfiles": "^2.4.1",
"csstype": "^3.1.3",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vite": "^7.0.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}