All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@tanstack/table-core",
  "author": "Tanner Linsley",
  "version": "8.9.1",
  "description": "Headless UI for building powerful tables & datagrids for TS/JS.",
  "license": "MIT",
  "homepage": "https://github.com/tanstack/table#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanstack/table.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react",
    "vue",
    "solid",
    "table",
    "table-core",
    "datagrid"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "module": "build/lib/index.esm.js",
  "main": "build/lib/index.js",
  "types": "build/lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/lib/index.d.ts",
      "import": "./build/lib/index.mjs",
      "default": "./build/lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=12"
  },
  "files": [
    "build/lib/*",
    "build/umd/*",
    "src"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy