{
  "name": "@slickgrid-universal/vanilla-bundle",
  "version": "10.8.2",
  "description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use Vite to bundle everything into a single JS file.",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "license": "MIT",
  "author": "Ghislain B.",
  "homepage": "https://github.com/ghiscoding/slickgrid-universal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
    "directory": "packages/vanilla-bundle"
  },
  "bugs": {
    "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
  },
  "dependencies": {
    "@slickgrid-universal/binding": "10.1.0",
    "@slickgrid-universal/common": "10.8.2",
    "@slickgrid-universal/custom-footer-component": "10.8.2",
    "@slickgrid-universal/empty-warning-component": "10.8.2",
    "@slickgrid-universal/event-pub-sub": "10.8.2",
    "@slickgrid-universal/pagination-component": "10.8.2",
    "@slickgrid-universal/utils": "10.8.2",
    "dequal": "^2.0.3",
    "sortablejs": "^1.15.7"
  },
  "funding": {
    "type": "ko_fi",
    "url": "https://ko-fi.com/ghiscoding"
  },
  "gitHead": "c60c9f58d13d2bc3b62a6beba5e3ed68b4f81e0e"
}
