{
  "name": "vue3-el-table-sticky-plugin",
  "description": "一个让element-plus el-table 头部吸顶的vue3插件",
  "version": "0.0.18",
  "license": "MIT",
  "private": false,
  "homepage": "https://xcy960815.github.io/vue3-el-table-sticky-plugin/",
  "main": "dist/vue3-el-table-sticky-plugin.umd.js",
  "module": "dist/vue3-el-table-sticky-plugin.esm.js",
  "types": "types/vue3-el-table-sticky-plugin.d.ts",
  "scripts": {
    "dev": "vite",
    "serve": "vite",
    "dev:plugin": "vite build --config vite.plugin.config.ts --watch",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "build": "pnpm build:plugin",
    "build:demo": "vite build",
    "build:plugin": "run-s clean:temp build:plugin:js build:plugin:types clean:temp",
    "build:plugin:js": "vite build --config vite.plugin.config.ts",
    "build:plugin:types": "tsc -p tsconfig.plugin.json && rollup -c rollup.dts.config.mjs",
    "clean:temp": "rm -rf ./temp",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier . --write",
    "format:check": "prettier . --check",
    "prepare": "husky",
    "link": "npm link && npm link vue3-el-table-sticky-plugin"
  },
  "keywords": [
    "vue3-el-table-sticky-plugin",
    "el-table-sticky",
    "vue3-el-table",
    "sticky"
  ],
  "author": {
    "name": "xcy960815",
    "email": "18763006837@163.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xcy960815/vue3-el-table-sticky-plugin.git"
  },
  "bugs": {
    "email": "18763006837@163.com",
    "url": "https://github.com/xcy960815/vue3-el-table-sticky-plugin.git/issues"
  },
  "peerDependencies": {
    "vue": "^3.2.13"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@commitlint/cli": "^21.0.1",
    "@commitlint/config-conventional": "^21.0.1",
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.9.1",
    "@vitejs/plugin-vue": "^6.0.7",
    "autoprefixer": "^10.4.7",
    "element-plus": "^2.2.9",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-vue": "^10.9.1",
    "husky": "^9.1.7",
    "less": "^4.1.3",
    "lint-staged": "^17.0.5",
    "npm-run-all2": "^9.0.1",
    "prettier": "^3.8.3",
    "rollup": "^4.60.4",
    "rollup-plugin-dts": "^6.4.1",
    "tslib": "^2.0.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.60.0",
    "vite": "^8.0.14",
    "vitepress": "^1.6.4",
    "vue": "^3.2.13",
    "vue-eslint-parser": "^10.4.0",
    "vue-tsc": "^3.3.2",
    "yallist": "^4.0.0"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "dependencies": {
    "vue-router": "^4.2.5"
  }
}
