react-tag-maker
Version:
A customizable tag input component for React and Nextjs
94 lines • 2.19 kB
JSON
{
"name": "react-tag-maker",
"private": false,
"version": "2.0.0",
"type": "module",
"files": [
"dist/",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/gloomystore/react-tag-maker.git"
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"build": "vite build --config vite.config.lib.ts",
"build:lib": "vite build --config vite.config.lib.ts",
"type": "tsc -b",
"clean": "rimraf dist"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"keywords": [
"react-tag",
"react-tag-maker",
"tag-maker",
"tag-edit",
"tag-editor",
"react-tag-editor",
"react-tag-edit",
"tags",
"react",
"input",
"component",
"next-tag-editor",
"next-tag-edit",
"nextjs-tag-editor",
"nextjs-tag-edit",
"nextjs",
"next",
"next-tag"
],
"homepage": "https://www.gloomystore.com",
"license": "GPL-3.0",
"dependencies": {},
"peerDependencies": {
"react": ">=16.0.0 <21.0.0",
"react-dom": ">=16.0.0 <21.0.0"
},
"author": "GloomyStore",
"copyright": "Copyright © 2024 gloomystore",
"description": "A customizable tag input component for React and Nextjs",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.0",
"vite": "^7.1.0",
"vite-plugin-dts": "^4.5.4"
}
}