UNPKG

react-input-chips

Version:

A package with minimum dependencies and maximum customization.

71 lines (70 loc) 1.84 kB
{ "name": "react-input-chips", "private": false, "version": "0.3.4", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "keywords": [ "react-input", "react-chips", "react-chip", "chips-input", "input-chips", "react-chips-input", "react-chip-input", "react-input-chips", "react-chip-component", "react-multi-input", "tags-input", "react-tags-input", "multi-value-input", "react-custom-input", "chip-input", "react-tags", "react-token-input", "input-chip-component" ], "homepage": "https://github.com/b-meet/react-input-chips", "repository": { "type": "github", "url": "https://github.com/b-meet/react-input-chips" }, "license": "MIT", "author": { "name": "Meet", "email": "meetbhalodiya1030@gmail.com", "url": "https://github.com/b-meet" }, "files": [ "dist", "src", "dist/**/*.css" ], "scripts": { "dev": "vite", "build": "tsup", "lint": "eslint .", "preview": "vite preview", "bundle": "tsup src/index.ts" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.13.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "tsup": "^8.3.5", "typescript": "~5.6.2", "typescript-eslint": "^8.11.0", "vite": "^5.4.10" } }