UNPKG

react-data-grid-lite

Version:

A fast React Data Grid with AI search, sorting, pagination, and customization.

89 lines (88 loc) 2.61 kB
{ "name": "react-data-grid-lite", "version": "1.2.0", "description": "A fast React Data Grid with AI search, sorting, pagination, and customization.", "author": "Vinay Sharma", "license": "MIT", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js" } }, "files": [ "dist/", "package.json", "README.md" ], "scripts": { "build": "cross-env NODE_ENV=production rollup -c rollup.config.mjs", "lint": "eslint .", "example": "npm run build && cd example && npm install ../ && npm run dev", "test": "jest --clearCache && jest", "test:build": "jest --clearCache && jest & cross-env NODE_ENV=production rollup -c rollup.config.mjs", "example:build": "cd example && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^17.0.0 ||^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 ||^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@eslint/js": "^9.26.0", "@jest/globals": "^29.7.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-strip": "^3.0.4", "@rollup/plugin-terser": "^0.4.4", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "babel-jest": "^29.7.0", "cross-env": "^7.0.3", "cssnano": "^7.0.7", "eslint": "^9.26.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "gh-pages": "^6.3.0", "globals": "^16.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.40.2", "rollup-plugin-postcss": "^4.0.2" }, "keywords": [ "react", "grid", "datagrid", "datatable", "react-data-grid", "react-table", "data-grid-lite", "lightweight", "fast-grid", "small-bundle", "customizable-grid", "column-search", "ai-search", "semantic-search", "openai", "react-ai-table", "editable-grid", "react-searchable-grid" ], "repository": { "type": "git", "url": "git+https://github.com/ricky-sharma/react-data-grid-lite.git" }, "bugs": { "url": "https://github.com/ricky-sharma/react-data-grid-lite/issues" }, "homepage": "https://ricky-sharma.github.io/react-data-grid-lite" }