{
  "name": "<%= packageName %>",
  "version": "0.0.0",
  "private": true,
  "description": "<%= appTitle %> - multi-page Vue 3 application powered by lhx-kit.",
  "type": "module",
  "packageManager": "pnpm@10.0.0",
  "engines": {"node": ">=20.0.0", "pnpm": ">=9.0.0"},
  "scripts": {
    "dev": "lhx-cli dev",
    "build": "lhx-cli build",
    "preview": "lhx-cli preview",
    "info": "lhx-cli info",
    "doctor": "lhx-cli doctor",
    "add": "lhx-cli add",
    "typecheck": "vue-tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "e2e": "playwright test",
    "e2e:install": "playwright install --with-deps chromium",
    "prepare": "husky"
  },
  "dependencies": {
    "@lhx-kit/renderer": "<%= lhxKitVersionRange %>",
    "@lhx-kit/runtime": "<%= lhxKitVersionRange %>",
    "pinia": "^2.2.6",
    "tdesign-mobile-vue": "^1.10.0",
    "vue": "^3.5.13",
    "vue-router": "^4.4.5"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.0",
    "@commitlint/cli": "^19.6.0",
    "@commitlint/config-conventional": "^19.6.0",
    "@lhx-kit/cli": "<%= lhxKitVersionRange %>",
    "@lhx-kit/config": "<%= lhxKitVersionRange %>",
    "@lhx-kit/tsconfig": "<%= lhxKitVersionRange %>",
    "@lhx-kit/vite-plugin": "<%= lhxKitVersionRange %>",
    "@playwright/test": "^1.49.0",
    "@testing-library/vue": "^8.1.0",
    "@types/node": "^20.11.0",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vitest/ui": "^2.1.8",
    "@vue/test-utils": "^2.4.6",
    "husky": "^9.1.7",
    "jsdom": "^25.0.1",
    "lint-staged": "^15.2.10",
    "msw": "^2.6.8",
    "typescript": "^5.4.0",
    "unplugin-auto-import": "^0.19.0",
    "unplugin-vue-components": "^0.28.0",
    "vite": "^5.4.11",
    "vitest": "^2.1.8",
    "vue-tsc": "^2.1.10"
  }
}
