UNPKG

@tanstack/table-devtools

Version:

Devtools for TanStack Table.

64 lines 1.56 kB
{ "name": "@tanstack/table-devtools", "version": "9.2.0", "description": "Devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/TanStack/table.git", "directory": "packages/table-devtools" }, "homepage": "https://tanstack.com/table", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "keywords": [ "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-ui": "^0.7.0", "@tanstack/devtools-utils": "^0.6.0", "@tanstack/solid-store": "^0.11.1", "goober": "^2.1.19", "solid-js": "^1.9.14" }, "peerDependencies": { "@tanstack/table-core": "^9.0.0" }, "devDependencies": { "eslint-plugin-solid": "^0.14.5", "vite-plugin-solid": "^2.11.14", "@tanstack/table-core": "9.1.2" }, "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" } }