react-searchable-select
Version:
#### Developed By: Ashish Arora (GitId: ashisharora1998)
63 lines (62 loc) • 1.69 kB
JSON
{
"name": "react-searchable-select",
"version": "1.1.0",
"main": "dist/index.cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"react-select",
"react select",
"select input",
"search select",
"react search select",
"react-searchable-select",
"react searchable select",
"react select search",
"react-select-search",
"react-select-with-search"
],
"author": "Ashish Arora",
"person": {
"name": "Ashish Arora",
"email": "ashisharora4063@gmail.com"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ashisharora1998/react-searchable-select.git"
},
"bugs": {
"url": "https://github.com/ashisharora1998/react-searchable-select/issues"
},
"homepage": "https://github.com/ashisharora1998/react-searchable-select#readme",
"description": "",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"autoprefixer": "^10.4.15",
"rollup": "^3.29.0",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0",
"prop-types": "^15.8.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.8",
"@mui/styles": "^5.14.7"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}