react-bootstrap-typeahead-portal
Version:
React typeahead with Bootstrap styling
148 lines (147 loc) • 4.87 kB
JSON
{
"name": "react-bootstrap-typeahead-portal",
"version": "5.2.2-beta4",
"description": "React typeahead with Bootstrap styling",
"homepage": "http://ericgio.github.io/react-bootstrap-typeahead/",
"author": "ericgio",
"license": "MIT",
"files": [
"css/",
"dist/",
"docs/",
"es/",
"lib",
"LICENSE.md"
],
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wv-leifel/react-bootstrap-typeahead.git"
},
"scripts": {
"build": "npm run clean && npm run build:css && npm run build:cjs && npm run build:es && npm run build:dist && npm run build:example",
"build:css": "node ./scripts/buildCSS.js",
"build:dist": "rollup -c",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir lib",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:example": "webpack --mode production --config example/webpack.config.js",
"check": "npm run lint && npm run flow",
"clean": "rimraf coverage && rimraf css && rimraf dist && rimraf lib && rimraf es",
"deploy-example": "node ./scripts/deployExample.js",
"flow": "flow",
"lint": "eslint . --report-unused-disable-directives",
"lint:fix": "eslint . --fix",
"postpublish": "npm run deploy-example",
"prepublishOnly": "npm run check && npm run build",
"start": "webpack --mode development -w --progress --config example/webpack.config.js",
"test": "jest --silent",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@restart/hooks": "^0.4.0",
"classnames": "^2.2.0",
"fast-deep-equal": "^3.1.1",
"invariant": "^2.2.1",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.5.8",
"react-overlays": "^5.1.0",
"react-popper": "^1.0.0",
"scroll-into-view-if-needed": "^2.2.20",
"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-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@ericgio/eslint-config-react": "^6.0.0",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.3.1",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"circular-dependency-plugin": "^5.0.2",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"es6-promise": "^4.0.5",
"eslint": "^7.30.0",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-react-hooks": "^4.0.4",
"flow-bin": "^0.132.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.0.6",
"json-loader": "^0.5.4",
"lint-staged": "^11.0.0",
"lodash": "^4.17.11",
"marked": "^2.1.3",
"raw-loader": "^4.0.0",
"react": "^16.8.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16.8.0",
"react-prism": "^4.3.2",
"react-test-renderer": "^16.0.0",
"react-waypoint": "^10.1.0",
"rimraf": "^3.0.0",
"rollup": "^2.53.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"lint-staged": {
"*.js": "eslint --report-unused-disable-directives"
},
"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"
]
}