charity-base-search
Version:
React component for CharityBase search input
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "charity-base-search",
"version": "3.5.1",
"description": "React component for CharityBase search input",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "yarn build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"filter-suggest": "3.5.4",
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"prop-types": "15.x",
"react": "^16.8.0"
},
"devDependencies": {
"@material/react-material-icon": "^0.10.0",
"nwb": "0.23.x",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component",
"charity-base",
"charity",
"data",
"search"
]
}