UNPKG

zeed-dynamic-table

Version:

A flexible and dynamic table component for React and Next.js applications without Tailwind dependencies

68 lines (67 loc) 1.7 kB
{ "name": "zeed-dynamic-table", "version": "2.0.0", "description": "A flexible and dynamic table component for React and Next.js applications without Tailwind dependencies", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npx rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "prepare": "npm run build" }, "keywords": [ "react", "nextjs", "table", "dynamic", "data-table", "pagination", "sorting", "filtering", "no-tailwind" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "next": ">=12.0.0 || ^13 || ^14", "react": ">=16.8.0 || ^17 || ^18 || ^19", "react-dom": ">=16.8.0 || ^17 || ^18 || ^19" }, "peerDependenciesMeta": { "next": { "optional": true } }, "dependencies": { "clsx": "^1.2.1", "tailwind-merge": "^1.13.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.0.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "eslint": "^8.31.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "next": "^15.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.9.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^5.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.4.1", "typescript": "^4.9.4" } }