hightable
Version:
A dynamic windowed scrolling table component for react
75 lines (74 loc) • 1.92 kB
JSON
{
"name": "hightable",
"version": "0.18.2",
"description": "A dynamic windowed scrolling table component for react",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
"keywords": [
"component",
"data",
"grid",
"javascript",
"react",
"scrolling",
"table",
"windowed",
"virtualized"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hyparam/hightable.git"
},
"type": "module",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/HighTable.js"
},
"./src/HighTable.css": "./dist/HighTable.css"
},
"files": [
"dist"
],
"scripts": {
"build:bundle": "vite build",
"build:types": "tsc -b",
"build": "npm run build:bundle && npm run build:types",
"coverage": "vitest run --coverage --coverage.include=src --coverage.exclude=src/**/*.stories.tsx",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepublishOnly": "npm run build",
"storybook": "storybook dev -p 6006",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "9.28.0",
"@storybook/react-vite": "9.0.6",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.15.30",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "4.5.1",
"@vitest/coverage-v8": "3.2.3",
"eslint": "9.28.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "9.0.6",
"globals": "16.2.0",
"jsdom": "26.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "9.0.6",
"typescript": "5.8.3",
"typescript-eslint": "8.34.0",
"vite": "6.3.5",
"vitest": "3.2.3"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}