@pupilfirst/multiselect-dropdown
Version:
Tailwind styled Reason React multiselect dropdown component
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "@pupilfirst/multiselect-dropdown",
"version": "2.0.0",
"description": "Tailwind styled Reason React multiselect dropdown component",
"keywords": [
"Reason",
"React",
"Search",
"Tailwind",
"UI",
"Pupilfirst"
],
"contributors": [
"Bodhish Thomas <bodhish@gmail.com>",
"Hari Gopal <mail@harigopal.in>",
"Mahesh Krishna Kumar <maheshcet@gmail.com>",
"Vinu T. V. <vinutv91@gmail.com>"
],
"homepage": "https://github.com/SVdotCO/pupilfirst/tree/master/app/frontend/packages/multiselect-dropdown",
"license": "MIT",
"main": "components/MultiselectDropdown.re",
"targets": {
"main": false
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/SVdotCO/pupilfirst/tree/master/app/frontend/packages/multiselect-dropdown"
},
"devDependencies": {
"parcel": "^2.8.3",
"rescript": "9.1.4",
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@pupilfirst/pf-icon": "^2.0.0",
"@rescript/react": "^0.10.3",
"bs-webapi": "^0.19.1",
"fuse.js": "^6.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"test": "echo \"Error: run tests from root\" && exit 1",
"re:build": "rescript",
"re:watch": "rescript clean && rescript build -w"
},
"gitHead": "ea30a6eb4f96314993e9dc0017d4d462cd8d26eb"
}