UNPKG

react-select-search-nextjs

Version:

Lightweight select component for React with support for NextJS

84 lines (83 loc) 3.06 kB
{ "name": "react-select-search-nextjs", "version": "3.0.9", "description": "Lightweight select component for React with support for NextJS", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "src/index.d.ts", "sideEffects": false, "scripts": { "lint": "eslint src --ext .js --ext .jsx", "test": "jest", "test:watch": "npm test -- --watch", "test:coverage": "npm test -- --coverage --silent", "coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls", "start": "start-storybook -p 6006", "bundle": "npx babel --config-file=./babel.config.esm.js src --out-dir dist/esm | npx babel --config-file=./babel.config.js src --out-dir dist/cjs", "storybook": "start-storybook -p 6006", "build": "build-storybook --output-dir public" }, "repository": { "type": "git", "url": "https://github.com/tbleckert/react-select-search.git" }, "keywords": [ "react", "select", "js", "search", "react-component" ], "author": "Tobias Bleckert (hola@tobiasbleckert.se)", "license": "MIT", "bugs": { "url": "https://github.com/tbleckert/react-select-search/issues" }, "homepage": "https://github.com/tbleckert/react-select-search", "peerDependencies": { "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-transform-react-pure-annotations": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.7", "@babel/register": "^7.12.1", "@storybook/addon-actions": "^6.2.9", "@storybook/addon-essentials": "^6.2.9", "@storybook/addon-links": "^6.2.9", "@storybook/addon-storyshots": "^6.2.9", "@storybook/addon-storysource": "^6.2.9", "@storybook/addons": "^6.2.9", "@storybook/react": "^6.2.9", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "browser-env": "^3.3.0", "coveralls": "^3.1.0", "eslint": "^7.14.0", "eslint-config-airbnb": "^18.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.1.2", "fuse.js": "^3.4.5", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "pretty": "^2.0.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-is": "^17.0.1", "react-test-renderer": "^17.0.1", "react-transition-group": "^4.4.1" }, "optionalDependencies": { "fuse.js": "^3.4.5" } }