uipack-input-tag-component
Version:
UI Input Tag component for React.js / Next.js to create tags in an input
26 lines (25 loc) • 601 B
JSON
{
"name": "uipack-input-tag-component",
"version": "1.0.7",
"type": "module",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx rollup -c"
},
"keywords": ["Input Tag Component", "UI Package", "React-Component"],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.66",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.13.0"
},
"dependencies": {
"rollup-plugin-postcss": "^4.0.2"
}
}