UNPKG

ag-grid-quick-filter

Version:

A function rich all select that supports multiple data sources and integrates with ag-grid

62 lines (61 loc) 1.65 kB
{ "name": "ag-grid-quick-filter", "version": "0.3.4", "description": "A function rich all select that supports multiple data sources and integrates with ag-grid", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "files": [ "/lib" ], "scripts": { "prepack": "yarn build", "prebuild": "yarn clean", "build": "rollup -c", "clean": "rimraf lib my-react-package-*.tgz", "watch": "rollup -cw", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "keywords": [ "react", "select", "UI", "lookup", "typeahead", "ag-grid", "aggrid", "quick", "filter", "search" ], "author": "Mark Gregg <gregg.mark@gmail.com> (https://github.com/markgregg)", "license": "MIT", "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.175", "autoprefixer": "^10.4.2", "jest-in-case": "^1.0.2", "postcss": "^8.4.5", "rimraf": "^3.0.2", "rollup": "^2.49.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.9.4" }, "dependencies": { "ag-grid-community": "^28.2.1", "lodash": "^4.17.21", "react-icons": "^4.7.1" } }