UNPKG

react-tag-input

Version:

React tags is a fantastically simple tagging component for your React projects

123 lines (122 loc) 3.54 kB
{ "name": "react-tag-input", "version": "6.10.6", "type": "module", "description": "React tags is a fantastically simple tagging component for your React projects", "main": "./dist/index.min.js", "module": "./dist/index.min.js", "types": "./types/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "development": "./dist/index.js", "production": "./dist/index.min.js", "types": "./types/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "types" ], "funding": { "type": "individual", "url": "https://github.com/sponsors/ad1992" }, "maintainers": [ { "name": "Aakansha Doshi", "email": "aakansha1216@gmail.com" } ], "sideEffects": false, "scripts": { "test": "jest --notify --coverage", "test:watch": "jest --watch --notify --coverage", "start": "webpack serve --config webpack-dev-server.config.cjs --progress ", "format": "prettier --write src/**/*.js __tests__/**/*.js", "build": "rm -rf dist-modules && webpack --config webpack-production.config.cjs --progress --color && babel src --out-dir dist-modules --copy-files", "build:esm": "rm -rf dist && node buildLib.cjs && yarn gen:types", "build:example": "node buildExample.mjs", "precommit": "./set_up_hooks.sh", "semantic-release": "semantic-release", "commit": "git-cz", "gen:types": "rm -rf types && tsc -b src --emitDeclarationOnly" }, "keywords": [ "react", "drag-drop", "tags", "tag input", "react-component", "autosuggest", "editable" ], "author": "Prakhar Srivastav", "license": "MIT", "repository": "https://github.com/react-tags/react-tags", "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dnd": "^14.0.2 || ^16.0.0", "react-dnd-html5-backend": "^14.0.0 || ^16.0.0", "react-dom": "^18.2.0 || ^19.0.0" }, "dependencies": { "@types/lodash-es": "^4.17.12", "classnames": "~2.3.1", "lodash-es": "^4.17.21" }, "devDependencies": { "@babel/cli": "7.23.0", "@babel/core": "7.23.2", "@babel/preset-env": "7.23.2", "@babel/preset-react": "7.22.15", "@testing-library/react": "12.0.0", "@types/chai": "^4.3.14", "@types/jest": "^29.5.12", "@types/react": "^18.2.73", "@types/react-dom": "^18.3.0", "@types/sinon": "^17.0.3", "babel-eslint": "10.1.0", "babel-jest": "29.7.0", "babel-loader": "9.1.3", "chai": "4.3.4", "commitizen": "4.2.4", "css-loader": "5.2.6", "cz-conventional-changelog": "3.3.0", "esbuild": "^0.21.2", "esbuild-sass-plugin": "^3.3.0", "eslint": "7.3.1", "eslint-plugin-jest": "24.3.6", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.23.2", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "node-notifier": "^10.0.1", "opn": "6.0.0", "prettier": "2.3.0", "raf": "3.4.1", "react": "18.3.1", "react-dnd": "14.0.0", "react-dnd-html5-backend": "14.0.0", "react-dom": "18.3.1", "sass": "1.69.4", "sass-loader": "13.3.2", "semantic-release": "17.2.3", "sinon": "11.1.1", "style-loader": "2.0.0", "ts-jest": "^29.1.2", "ts-loader": "9.5.1", "ts-node": "^10.9.2", "typescript": "5.4.3", "webpack": "5.76.0", "webpack-bundle-analyzer": "3.9.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.9.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }