unstyled-table
Version:
An unstyled react table component built on top of @tanstack/react-table v8
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "unstyled-table",
"version": "0.0.6-beta-4",
"description": "An unstyled react table component built on top of @tanstack/react-table v8",
"scripts": {
"build": "rimraf ./dist && rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "^3.0.0-beta.54"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.1",
"@types/react": "^18.2.6",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^3.21.7",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otaku-oss/unstyled-table.git"
},
"keywords": [
"table",
"react",
"react-table",
"headless-table",
"unstyled-table",
"tanstack-table",
"datatable",
"datagrid",
"next-table"
],
"author": "Otaku OSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/otaku-oss/unstyled-table/issues"
},
"homepage": "https://github.com/otaku-oss/unstyled-table#readme",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts"
}