{
  "name": "ant-design-vue3-loading-directive",
  "private": false,
  "version": "1.4.0",
  "description": "ant-design-vue loading directive",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "ant-design-vue": "^4.2.6",
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@vitejs/plugin-vue": "^5.2.3",
    "babel-plugin-transform-runtime": "^6.23.0",
    "rollup-plugin-terser": "^7.0.2",
    "vite": "^6.3.5",
    "vite-plugin-commonjs": "^0.10.4"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.js",
  "files": [
    "dist/*",
    "index.js"
  ],
  "author": "zhangfei~",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/zhang_qm/vue3-text-animations.git"
  },
  "bugs": {
    "url": "https://gitee.com/zhang_qm/vue3-text-animations/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "vue",
    "vue3",
    "directive",
    "loading",
    "spinner",
    "tip",
    "size",
    "overlay",
    "ant-design-vue",
    "ui",
    "component",
    "plugin"
  ]
}
