{
  "name": "stk-table-vue",
  "version": "1.2.1",
  "description": "High performance realtime virtual table for vue3 and vue2.7",
  "main": "./lib/stk-table-vue.js",
  "types": "./lib/src/StkTable/index.d.ts",
  "homepage": "https://ja-plus.github.io/stk-table-vue/",
  "author": "japlus",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ja-plus/stk-table-vue"
  },
  "bugs": {
    "url": "https://github.com/ja-plus/stk-table-vue/issues"
  },
  "packageManager": "pnpm@10.7.0",
  "directories": {
    "test": "test"
  },
  "type": "module",
  "sideEffects": ["./src/**", "./lib/**/*.css"],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "vitest",
    "test:types": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p type-tests",
    "docs:dev": "vitepress dev docs-src",
    "docs:build": "vitepress build docs-src",
    "docs:preview": "vitepress preview docs-src",
    "docs:update": "cp -rf ./docs-src/.vitepress/dist/* ./docs",
    "perf": "node test/perf/run-perf-benchmark.mjs",
    "perf:test": "vitest run test/perf/scrollPerf.test.js"
  },
  "keywords": [
    "vue",
    "table",
    "vue-table",
    "virtual table",
    "virtual-scroll",
    "data-table",
    "vue-component",
    "grid",
    "vue2",
    "vue3",
    "highlight",
    "sticky",
    "virtual",
    "list"
  ],
  "files": [
    "lib",
    "src"
  ],
  "devDependencies": {
    "@arco-design/web-vue": "^2.58.0",
    "@chenglou/pretext": "^0.0.8",
    "@types/mockjs": "^1.0.10",
    "@types/node": "^22.18.10",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "@vitejs/plugin-vue": "^6.0.5",
    "@vue/test-utils": "^2.4.6",
    "ant-design-vue": "4",
    "element-plus": "^2.14.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-html": "^8.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-vue": "^9.25.0",
    "happy-dom": "^18.0.1",
    "ja-contextmenu": "^1.11.0",
    "less": "^4.2.0",
    "mitt": "^3.0.1",
    "mockjs": "^1.1.0",
    "naive-ui": "2",
    "postcss": "^8.4.47",
    "postcss-discard-comments": "^6.0.2",
    "postcss-preset-env": "^9.5.11",
    "prettier": "^3.2.5",
    "stk-table-vue": "^0.11.15",
    "typescript": "^5.8.3",
    "vite": "^8.1.2",
    "vite-plugin-banner": "^0.8.1",
    "vite-plugin-dts": "3.9.1",
    "vitepress": "^1.6.4",
    "vitepress-demo-plugin": "^1.5.1",
    "vitepress-plugin-llms": "^1.13.2",
    "vitest": "^4.1.9",
    "vue": "^3.5.39",
    "vue-eslint-parser": "^9.4.2"
  }
}
