smart-filtero
Version:
This is an NPM package that filters out the data based on the given conditions
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "smart-filtero",
"version": "1.0.4",
"type": "module",
"description": "This is an NPM package that filters out the data based on the given conditions",
"main": "dist/index.js",
"scripts": {
"build:dev": "rollup -c --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production"
},
"keywords": [
"filter",
"smart-filter",
"filter-data",
"search",
"search-data",
"npm"
],
"author": "egzidev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/egzidev/smart-filtero.git"
},
"bugs": {
"url": "https://github.com/egzidev/smart-filtero/issues"
},
"dependencies": {
"lodash": "^4.17.21",
"lucide-react": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"lodash.debounce": "^4.0.8",
"rollup": "^4.18.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typed-css-modules": "^0.9.1",
"typescript": "^5.7.3"
}
}