@tanstack/react-table-devtools
Version:
React devtools for TanStack Table.
71 lines • 1.82 kB
JSON
{
"name": "@tanstack/react-table-devtools",
"version": "9.1.2",
"description": "React devtools for TanStack Table.",
"author": "Tanner Linsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TanStack/table.git",
"directory": "packages/react-table-devtools"
},
"homepage": "https://tanstack.com/table",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"react",
"tanstack",
"table",
"devtools",
"tanstack-intent"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./production": "./dist/production.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"files": [
"dist",
"skills"
],
"dependencies": {
"@tanstack/devtools-utils": "^0.6.0",
"@tanstack/table-devtools": "9.1.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.18.1",
"@types/react": "^19.2.18",
"@vitejs/plugin-react": "^6.0.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.1.1",
"react": "^19.2.8",
"@tanstack/table-core": "9.1.2"
},
"peerDependencies": {
"@tanstack/react-devtools": ">=0.10.0",
"@tanstack/table-core": "^9.0.0",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"react": ">=18",
"react-dom": ">=18"
},
"scripts": {
"clean": "rimraf ./build && rimraf ./dist",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"test:eslint": "eslint ./src",
"test:lib": "vitest --passWithNoTests",
"test:lib:dev": "pnpm test:lib --watch",
"test:types": "tsc",
"test:build": "publint --strict",
"build": "tsdown"
}
}