{
  "name": "dombudg",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc -b && vite build",
    "preview": "vite preview",
    "gen-api": "swagger-typescript-api -r -o ./src/core/api/ --modular -p "
  },
  "dependencies": {
    "@vueuse/core": "^12.0.0",
    "ant-design-vue": "^4.2.6",
    "dayjs": "^1.11.13",
    "pinia": "^2.2.8",
    "vue": "^3.5.12",
    "vue-router": "^4.5.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.1.4",
    "swagger-typescript-api": "^13.0.23",
    "typescript": "~5.6.2",
    "unplugin-vue-components": "^0.27.5",
    "vite": "^5.4.10",
    "vue-tsc": "^2.1.8"
  }
}