{
  "name": "vue-pivottable",
  "version": "1.4.1",
  "type": "module",
  "description": "",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/vue-pivottable.es.js",
      "require": "./dist/vue-pivottable.umd.js"
    },
    "./dist/": "./dist/",
    "./package.json": "./package.json"
  },
  "main": "./dist/vue-pivottable.umd.js",
  "module": "./dist/vue-pivottable.es.js",
  "types": "./dist/types/index.d.ts",
  "source": "./src/index.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-pivottable/vue3-pivottable.git"
  },
  "keywords": [
    "vue",
    "vue3",
    "pivot",
    "pivottable",
    "vue-pivottable",
    "vue3-pivottable"
  ],
  "author": "Seungwoo, Lee <seungwoo321@gmail.com>",
  "contributors": [
    {
      "name": "Sumin, Lee",
      "email": "lsumin1127@gmail.com",
      "url": "https://github.com/gingerbeerlime"
    },
    {
      "name": "Hyemin, Lee",
      "url": "https://github.com/hyemyn2"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vue-pivottable/vue3-pivottable/issues"
  },
  "scripts": {
    "release": "release-it",
    "release:beta": "release-it --preRelease=beta",
    "clean": "rimraf dist",
    "clean:all": "rimraf dist packages/*/dist",
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint",
    "typecheck": "tsc --noEmit",
    "build:all": "pnpm clean && pnpm build && pnpm -r --filter './packages/*' build",
    "dev:all": "concurrently \"pnpm dev\" \"pnpm -r --parallel run dev\"",
    "prepare": "husky"
  },
  "peerDependencies": {
    "vue": "^3.2.0"
  },
  "dependencies": {
    "vue-draggable-next": "^2.2.1"
  },
  "lint-staged": {
    "*.{js,ts,vue}": [
      "eslint --fix"
    ],
    "*.{ts,vue}": [
      "tsc-files --noEmit"
    ]
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.4",
    "@seungwoo321/eslint-plugin-standard-js": "^1.0.1",
    "@seungwoo321/prettier-config": "^1.0.1",
    "@types/node": "^22.15.21",
    "@types/papaparse": "^5.3.16",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue-pivottable/lazy-table-renderer": "workspace:*",
    "@vue-pivottable/plotly-renderer": "workspace:*",
    "@vue/tsconfig": "^0.7.0",
    "concurrently": "^9.1.2",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-vue": "^9.32.0",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.2",
    "papaparse": "^5.5.2",
    "prettier": "^3.5.3",
    "release-it": "^19.2.3",
    "rimraf": "^6.0.1",
    "tsc-files": "^1.1.4",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.1",
    "vite": "^6.3.4",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-static-copy": "^2.3.1",
    "vue": "^3.2.0",
    "vue-tsc": "^2.2.10"
  },
  "packageManager": "pnpm@9.12.2",
  "pnpm": {
    "overrides": {
      "defu": ">=6.1.5",
      "handlebars": ">=4.7.9",
      "rollup": ">=4.59.0",
      "undici": ">=6.24.0",
      "minimatch@3": ">=3.1.5",
      "minimatch@9": ">=9.0.7",
      "minimatch@10": ">=10.2.3",
      "basic-ftp": ">=5.2.0",
      "picomatch": ">=4.0.4",
      "flatted": ">=3.4.2",
      "brace-expansion@1": ">=1.1.13",
      "brace-expansion@2": ">=2.0.3",
      "yaml": ">=2.8.3"
    }
  }
}
