UNPKG

react-reusable-table-library

Version:
53 lines (52 loc) 1.34 kB
{ "name": "react-reusable-table-library", "version": "1.0.7", "description": "A reusable React table component library by Abhishek", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "prepare": "npm run build", "start": "react-scripts start" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "rollup": "^2.79.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" }, "keywords": [ "react", "table", "component", "reusable", "library" ], "author": "Abhishek Anugu", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-username/react-reusable-table-library" }, "publishConfig": { "access": "public" } }