{
  "name": "web-app",
  "version": "1.0.0",
  "description": "vite + vue3 + typescript project common scaffold",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "dev": "vite --mode dev",
    "build": "vue-tsc && vite build --emptyOutDir --mode prod",
    "preview": "vite preview",
    "lint:staged": "pnpm lint-staged",
    "lint:es:fix": "eslint --debug --fix",
    "lint:es:check": "eslint --debug",
    "lint:style:fix": "stylelint ./**/*.{vue,css,scss,html} --fix",
    "lint:style:check": "stylelint ./**/*.{vue,css,scss,html}",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "vite",
    "vue3",
    "typescript"
  ],
  "dependencies": {
    "@itshixun/qst-request-lib": "^1.1.11",
    "@itshixun/qst-ui-system": "^0.3.1",
    "@itshixun/vrouter-tools": "^0.0.3",
    "@vueuse/core": "^12.7.0",
    "@vvts-mono/common": "workspace:^",
    "@vvts-mono/uno-config": "workspace:^",
    "@vvts-mono/utils": "workspace:^",
    "axios": "^1.7.9",
    "element-plus": "^2.9.4",
    "pinia": "^3.0.1",
    "vue": "^3.5.13",
    "vue-router": "^4.5.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@iconify-json/line-md": "^1.2.5",
    "@iconify-json/mdi": "^1.2.3",
    "@itshixun/qst-apptar": "^1.0.0",
    "@types/node": "^22.13.4",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vvts-mono/env-config": "workspace:^",
    "@vvts-mono/eslint-config": "workspace:^",
    "@vvts-mono/prettier-config": "workspace:^",
    "@vvts-mono/stylelint-config": "workspace:^",
    "@vvts-mono/ts-config": "workspace:^",
    "@vvts-mono/types": "workspace:^",
    "eslint": "^9.20.1",
    "esno": "^4.8.0",
    "lint-staged": "^15.4.3",
    "prettier": "^3.5.1",
    "sass": "^1.85.0",
    "stylelint": "^16.14.1",
    "typescript": "^5.7.3",
    "unocss": "^65.5.0",
    "unplugin-auto-import": "^19.1.0",
    "unplugin-vue-components": "^28.1.0",
    "vite": "^6.1.0",
    "vue-tsc": "^2.2.2"
  },
  "lint-staged": {
    "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix",
    "*.{scss,css,vue,html}": "stylelint --fix"
  }
}