{
  "name": "@eciol/ant-ui",
  "version": "2.1.4",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
    "directory": "packages/ui/ant-ui"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm vite build",
    "clean": "pnpm rimraf .turbo node_modules dist",
    "lint": "pnpm eslint ."
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@eciol/hooks": "workspace:*",
    "@eciol/locale": "workspace:*",
    "@eciol/router": "workspace:*",
    "@eciol/share-ui": "workspace:*",
    "@eciol/shared": "workspace:*",
    "@eciol/types": "workspace:*",
    "@zxcvbn-ts/core": "^2.2.1",
    "cropperjs": "^1.5.13",
    "exceljs": "^4.3.0",
    "sortablejs": "^1.15.0",
    "vxe-table": "^4.3.11",
    "vxe-table-plugin-export-xlsx": "^4.0.1",
    "xe-utils": "^3.5.7",
    "xlsx": "^0.18.5"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  }
}
