{
  "name": "@xnscu/stable",
  "version": "0.8.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnscu/stable.git"
  },
  "bugs": {
    "url": "https://github.com/xnscu/stable/issues"
  },
  "homepage": "https://github.com/xnscu/stable#readme",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "src/style",
    "typings"
  ],
  "scripts": {
    "set-g": "git remote set-url origin git@github.com:xnscu/stable.git",
    "add-g": "git remote add origin git@github.com:xnscu/stable.git",
    "env": "dotenv -e .env -e .env.local --",
    "dev": "yarn env vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "preview": "vite preview",
    "test": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --build --force",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "prerc": "npm --no-git-tag-version version minor",
    "rc": "npm run push",
    "commit": "git add . && git commit -am ",
    "c": "npm run commit",
    "g": "npm run commit",
    "postg": "npm run postpush",
    "push": "npm run commit",
    "_push": "git push origin",
    "_pull": "git pull origin",
    "postpush": "uname -s | grep -q Darwin && npm run _push || while true; do timeout 15 npm run _push && break; done",
    "pull": "uname -s | grep -q Darwin && npm run _pull || while true; do timeout 15 npm run _pull && break; done",
    "npm:reset": "rm -rf node_modules; rm package-lock.json; rm pnpm-lock.yaml; pnpm i",
    "test:unit": "vitest",
    "format": "prettier --write src/"
  },
  "type": "module",
  "peerDependencies": {
    "vue": "^3.2.34"
  },
  "dependencies": {
    "@ant-design/colors": "^7.0.0",
    "@ant-design/icons-vue": "^6.0.1",
    "ant-design-vue": "^3.0.0 || ^4.0.0",
    "lodash-es": "^4.17.21",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@surely-vue/table": "^4.3.13",
    "@rushstack/eslint-patch": "^1.8.0",
    "@tsconfig/node20": "^20.1.4",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20.14.14",
    "@vitejs/plugin-vue": "^5.1.2",
    "@vitejs/plugin-vue-jsx": "^4.0.0",
    "@vue/eslint-config-prettier": "^9.0.0",
    "@vue/eslint-config-typescript": "^13.0.0",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.5.1",
    "dotenv": "^16.0.3",
    "dotenv-cli": "^6.0.0",
    "dotenv-expand": "^10.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-vue": "^9.23.0",
    "jsdom": "^24.1.1",
    "npm-run-all2": "^6.2.2",
    "patch-package": "^7.0.0",
    "prettier": "^3.2.5",
    "typescript": "~5.5.0",
    "unplugin-auto-import": "^0.16.6",
    "unplugin-vue-components": "^0.25.2",
    "unplugin-vue-router": "^0.10.2",
    "vite": "^5.3.5",
    "vitest": "^2.0.5",
    "vue-tsc": "^2.0.29"
  }
}
