{
  "name": "@uozi-admin/curd",
  "version": "6.0.0",
  "description": "Easy to implement curd.",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist",
    "dist/scripts"
  ],
  "types": "dist/index.d.ts",
  "bin": {
    "generate-curd-translations": "./dist/scripts/scripts/generateTranslations.js"
  },
  "keywords": [
    "uozi-admin",
    "curd"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uozi-tech/admin-kit.git",
    "directory": "packages/curd"
  },
  "author": "Akino",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "peerDependencies": {
    "@vueuse/core": "^14.1.0",
    "@vueuse/router": "^14.1.0",
    "dayjs": ">=1.11.19",
    "lodash-es": ">=4.17.23",
    "vue": "^3.5.27",
    "vue-router": ">=4.6.4",
    "antdv-next": ">=1.2.2",
    "@antdv-next/icons": ">=1.0.6"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.19.7",
    "@types/sortablejs": "^1.15.9",
    "simple-git-hooks": "^2.13.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "unocss-preset-chinese": "^0.3.3",
    "unocss-preset-ease": "^0.0.4",
    "vite": "^7.3.1",
    "vue-types": "^3.0.2",
    "@uozi-admin/shared-config": "1.0.0"
  },
  "dependencies": {
    "scroll-into-view-if-needed": "^3.1.0",
    "sortablejs": "^1.15.6",
    "vue-i18n": "^11.2.2",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  },
  "scripts": {
    "watch": "vite build --watch",
    "build": "pnpm run build:main && pnpm run build:scripts",
    "build:main": "vite build",
    "typecheck": "vue-tsc --noEmit",
    "test": "vitest",
    "build:scripts": "tsc -p tsconfig.scripts.json",
    "generate-translations": "tsx scripts/generateTranslations.ts"
  }
}