UNPKG

react-multiselect-dropdown-bootstrap

Version:

A dropdown solution that can handle written in React.js. Styled with Boostrap 4.

40 lines (39 loc) 983 B
{ "name": "react-multiselect-dropdown-bootstrap", "version": "1.1.0", "description": "A dropdown solution that can handle written in React.js. Styled with Boostrap 4.", "main": "./build/index.js", "scripts": { "build": "webpack" }, "author": "Krystian Francikowski", "license": "MIT", "devDependencies": { "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "@babel/preset-react": "^7.7.4", "babel-loader": "^8.0.6", "css-loader": "^3.3.0", "style-loader": "^1.0.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "dependencies": { "bootstrap": "^4.3.0", "prop-types": "^15.7.2", "react": "^16.12.0" }, "repository": { "type": "git", "url": "https://github.com/kfrancikowski/react-multiselect-dropdown-bootstrap.git" }, "keywords": [ "multiselect", "react", "react-component", "select", "ui", "dropdown", "bootstrap" ] }