{
  "name": "slick-table",
  "version": "1.1.85",
  "description": "Enhanced version of SlickGrid library",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    },
    "./styles": "./dist/styles/slick-table.scss",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "author": "Alexandr Chazov",
  "license": "ISC",
  "homepage": "https://github.com/AlexandrChazov/slickgrid-react#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexandrChazov/slickgrid-react.git"
  },
  "bugs": {
    "url": "https://github.com/AlexandrChazov/slickgrid-react/issues"
  },
  "keywords": [
    "slickgrid",
    "react"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "postbuild": "node scripts/copy-styles.mjs",
    "lint": "eslint .",
    "pack": "npm pack --dry-run",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major"
  },
  "peerDependencies": {
    "@mui/material": "^6.1.6",
    "@mui/x-date-pickers": "^7.22.2",
    "moment": "^2.30.1",
    "pikaday": "^1.8.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "slickgrid": "^5.14.0"
  },
  "devDependencies": {
    "@emotion/styled": "^11.14.1",
    "@eslint/js": "^9.29.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/jest": "^29.5.12",
    "@types/pikaday": "^1.7.9",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.1",
    "@types/sortablejs": "^1.15.8",
    "@vitejs/plugin-react": "^4.5.2",
    "eslint": "^9.29.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.2.0",
    "prettier": "3.6.2",
    "sass-embedded": "^1.89.2",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.34.1",
    "vite": "^7.0.0",
    "vite-plugin-dts": "^4.5.4"
  }
}
