UNPKG

react-tag-maker

Version:

A customizable tag input component for React and Nextjs

110 lines (109 loc) 2.76 kB
{ "name": "react-tag-maker", "version": "1.1.1", "private": false, "files": [ "dist/", "LICENSE", "package.json", "README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "babel.config.json", "CHANGELOG.md" ], "type": "module", "repository": { "type": "git", "url": "https://github.com/gloomystore/react-tag-maker.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js" } }, "homepage": "https://www.gloomy-store.com", "license": "GPL-3.0", "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" ], "author": "GloomyStore", "copyright": "Copyright © 2024 gloomystore", "description": "A customizable tag input component for React and Nextjs", "dependencies": { "@babel/runtime": "^7.25.0", "@babel/runtime-corejs3": "^7.25.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/node": "^16.18.104", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", "react-scripts": "5.0.1", "rimraf": "^6.0.1", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "peerDependencies": { "react": ">=16.0.0 <21.0.0", "react-dom": ">=16.0.0 <21.0.0" }, "scripts": { "start": "react-scripts start", "test": "react-scripts test", "eject": "react-scripts eject", "clean": "rimraf dist", "build": "npm run clean && tsc && babel src/lib --out-dir dist --copy-files --extensions \".ts,.tsx\"", "type": "npm run clean && tsc" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }