hightable
Version:
A dynamic windowed scrolling table component for react
79 lines (78 loc) • 2.05 kB
JSON
{
"name": "hightable",
"version": "0.25.0",
"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"
},
"./dataframe": {
"types": "./dist/types/dataframe.d.ts",
"import": "./dist/dataframe.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.39.1",
"@storybook/react-vite": "10.1.5",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"@vitest/coverage-v8": "4.0.15",
"eslint": "9.39.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "10.1.5",
"globals": "16.5.0",
"jsdom": "27.3.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"storybook": "10.1.5",
"typescript": "5.9.3",
"typescript-eslint": "8.49.0",
"vite": "7.2.7",
"vitest": "4.0.15"
},
"peerDependencies": {
"react": "^18.3.1 || ^19",
"react-dom": "^18.3.1 || ^19"
}
}