UNPKG

react-bootstrap-typeahead

Version:
170 lines (169 loc) 5.53 kB
{ "name": "react-bootstrap-typeahead", "version": "6.4.1", "description": "React typeahead with Bootstrap styling", "homepage": "http://ericgio.github.io/react-bootstrap-typeahead/", "author": "ericgio", "license": "MIT", "files": [ "cjs/", "css/", "dist/", "docs/", "es/", "types/", "LICENSE.md" ], "main": "cjs/index.js", "module": "es/index.js", "types": "types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/ericgio/react-bootstrap-typeahead.git" }, "bugs": "https://github.com/ericgio/react-bootstrap-typeahead/issues", "scripts": { "build": "yarn clean && yarn build:css && yarn build:modules && yarn build:dist && yarn build:types && yarn build:example", "build:css": "node ./scripts/buildCSS.js", "build:dist": "rollup -c", "build:modules": "node ./scripts/buildModules.js", "build:example": "yarn --cwd example/ run build", "build:types": "tsc", "check": "yarn lint && yarn typecheck && yarn prettier && yarn test", "ci": "yarn lint && yarn typecheck && yarn prettier && yarn test:coverage", "clean": "rimraf coverage && rimraf css && rimraf dist && rimraf cjs && rimraf es && rimraf types", "deploy-example": "node ./scripts/deployExample.js", "install:example": "yarn --cwd example/ install", "lint": "eslint . --report-unused-disable-directives", "lint:fix": "eslint . --fix", "prettier": "prettier --check .", "postpublish": "yarn deploy-example", "prepublishOnly": "yarn run check && yarn build", "start": "yarn --cwd example/ run start", "test": "jest --silent", "test:coverage": "jest --coverage", "typecheck": "tsc --noEmit", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "dependencies": { "@babel/runtime": "^7.14.6", "@floating-ui/react-dom": "^2.1.2", "@restart/hooks": "^0.4.0", "@restart/ui": "^1.9.4", "classnames": "^2.2.0", "fast-deep-equal": "^3.1.1", "invariant": "^2.2.1", "lodash.debounce": "^4.0.8", "prop-types": "^15.5.8", "scroll-into-view-if-needed": "^3.1.0", "warning": "^4.0.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-export-default-from": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@ericgio/eslint-config-react": "^6.0.0", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^4.0.0", "@storybook/addon-a11y": "^6.5.6", "@storybook/addon-actions": "^6.5.6", "@storybook/addon-essentials": "^6.5.6", "@storybook/addon-links": "^6.5.6", "@storybook/builder-webpack5": "^6.5.6", "@storybook/manager-webpack5": "^6.5.6", "@storybook/preset-scss": "^1.0.3", "@storybook/react": "^6.5.6", "@storybook/testing-react": "^1.3.0", "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^14.2.0", "@types/invariant": "^2.2.35", "@types/jest": "^29.5.6", "@types/jest-axe": "^3.5.3", "@types/lodash.debounce": "^4.0.6", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.9", "@types/react-test-renderer": "^17.0.1", "@types/warning": "^3.0.3", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "babel-eslint": "^10.0.1", "babel-loader": "^9.1.3", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-transform-imports": "^2.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.6", "coveralls": "^3.1.1", "css-loader": "^6.7.1", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-react-hooks": "^4.0.4", "execa": "^5.1.1", "gh-pages": "^6.0.0", "husky": "^8.0.1", "jest": "^29.7.0", "jest-axe": "^8.0.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.0.2", "lodash": "^4.17.11", "prettier": "^3.0.3", "react": "^17.0.0", "react-dom": "^17.0.0", "react-test-renderer": "^17.0.2", "rimraf": "^5.0.5", "rollup": "^2.75.5", "rollup-plugin-terser": "^7.0.0", "sass": "^1.35.2", "sass-loader": "^13.0.0", "style-loader": "^3.3.1", "typescript": "^4.3.5", "webpack": "^5.44.0" }, "engines": { "node": ">=18.0.0" }, "lint-staged": { "*.js": "eslint --report-unused-disable-directives", "**/*": "prettier --write --ignore-unknown" }, "keywords": [ "auto complete", "auto suggest", "auto-complete", "auto-suggest", "autocomplete", "autosuggest", "bootstrap", "bootstrap tokenizer", "bootstrap typeahead", "bootstrap-tokenizer", "bootstrap-typeahead", "react", "react autocomplete", "react autosuggest", "react tokenizer", "react typeahead", "react-autocomplete", "react-autosuggest", "react-bootstrap", "react-bootstrap-tokenizer", "react-bootstrap-typeahead", "react-tokenizer", "react-typeahead", "tokenizer", "typeahead" ] }