UNPKG

react-data-grid

Version:

Feature-rich and customizable data grid React component

104 lines (103 loc) 3.11 kB
{ "name": "react-data-grid", "version": "7.0.0-beta.57", "license": "MIT", "description": "Feature-rich and customizable data grid React component", "keywords": [ "react", "data grid" ], "repository": { "type": "git", "url": "git+https://github.com/adazzle/react-data-grid.git" }, "bugs": "https://github.com/adazzle/react-data-grid/issues", "type": "module", "exports": { "./lib/styles.css": "./lib/styles.css", ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "browser": "./lib/index.js", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "sideEffects": [ "**/*.css" ], "scripts": { "start": "vite serve --clearScreen false", "preview": "vite preview", "build:website": "vite build", "build": "rolldown -c", "test": "vitest run", "test:watch": "vitest watch", "format": "biome format --write", "check": "biome check --error-on-warnings", "biome:ci": "biome ci --error-on-warnings", "eslint": "eslint --max-warnings 0 --cache --cache-location .cache/eslint --cache-strategy content", "eslint:fix": "node --run eslint -- --fix", "prettier:check": "prettier --check .", "prettier:format": "prettier --write .", "typecheck": "tsc --build", "prepublishOnly": "npm install && node --run build", "postpublish": "git push --follow-tags origin HEAD" }, "dependencies": { "clsx": "^2.0.0" }, "devDependencies": { "@babel/preset-typescript": "^7.27.1", "@biomejs/biome": "2.1.3", "@eslint/markdown": "^7.0.0", "@faker-js/faker": "^9.9.0", "@ianvs/prettier-plugin-sort-imports": "^4.5.1", "@linaria/core": "^6.3.0", "@tanstack/react-router": "^1.128.0", "@tanstack/router-plugin": "^1.128.0", "@types/node": "^24.0.14", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "@vitejs/plugin-react-oxc": "^0.3.0", "@vitest/browser": "^3.2.4", "@vitest/coverage-v8": "^3.2.4", "@vitest/eslint-plugin": "^1.3.4", "@wyw-in-js/rollup": "^0.7.0", "@wyw-in-js/vite": "^0.7.0", "eslint": "^9.31.0", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-compiler": "^19.1.0-rc.2", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks-extra": "^1.52.3", "eslint-plugin-sonarjs": "^3.0.4", "eslint-plugin-testing-library": "^7.6.0", "jspdf": "^3.0.1", "jspdf-autotable": "^5.0.2", "playwright": "^1.54.1", "postcss": "^8.5.2", "prettier": "3.6.2", "react": "^19.1.0", "react-dom": "^19.1.0", "rolldown": "^1.0.0-beta.28", "rolldown-plugin-dts": "^0.14.2", "typescript": "~5.8.2", "vite": "npm:rolldown-vite@^7.0.1", "vitest": "^3.2.4", "vitest-browser-react": "^1.0.0" }, "peerDependencies": { "react": "^19.0", "react-dom": "^19.0" }, "overrides": { "vite": "$vite" } }