@sdziadkowiec/react-datasheet-grid
Version:
An Excel-like React component to create beautiful spreadsheets.
79 lines (78 loc) • 2.35 kB
JSON
{
"name": "@sdziadkowiec/react-datasheet-grid",
"version": "4.13.1",
"description": "An Excel-like React component to create beautiful spreadsheets.",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -f tsconfig.tsbuildinfo && rimraf ./dist && tsc && cpy \"src/**/*.css\" dist",
"start": "concurrently \"tsc --watch\" \"cpy \\\"src/**/*.css\\\" dist --watch\"",
"format": "prettier --write src/. && prettier --write example/src/.",
"lint": "eslint src/.",
"test": "jest"
},
"keywords": [
"react",
"reactjs",
"spreadsheet",
"grid",
"datasheet",
"excel",
"airtable",
"notion",
"table"
],
"author": "Nicolas Keller (https://github.com/nick-keller), fork by Sebastian Dziadkowiec (https://github.com/sdziadkowiec)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sdziadkowiec/react-datasheet-grid.git"
},
"homepage": "https://react-datasheet-grid.netlify.app/",
"devDependencies": {
"@jest/types": "^27.4.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/jsdom": "^16.2.13",
"@types/node": "^24.0.1",
"@types/react": "^19.0.0",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"concurrently": "^6.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^27.4.7",
"jsdom": "^16.6.0",
"prettier": "^2.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resize-detector": "^12.0.2",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.3.2"
},
"files": [
"dist/**/*"
],
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@tanstack/react-virtual": "^3.13.10",
"classnames": "^2.3.1",
"fast-deep-equal": "^3.1.3",
"react-resize-detector": "^12.0.2",
"throttle-debounce": "^3.0.1"
}
}