{ "type": "module", "private": true, "packageManager": "pnpm@9.14.2", "scripts": { "build": "vite build", "dev": "vite --port 3333 --open", "lint": "eslint .", "typecheck": "vue-tsc --noEmit", "preview": "vite preview", "test": "vitest", "up": "taze major -I", "postinstall": "npx simple-git-hooks" }, "dependencies": { "@vueuse/core": "^12.0.0", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "devDependencies": { "@antfu/eslint-config": "^3.10.0", "@iconify-json/carbon": "^1.2.4", "@types/node": "^22.10.0", "@unocss/eslint-config": "^0.64.1", "@unocss/eslint-plugin": "^0.64.1", "@unocss/reset": "^0.64.1", "@vitejs/plugin-vue": "^5.2.1", "@vue-macros/volar": "^0.30.6", "@vue/test-utils": "^2.4.6", "eslint": "^9.15.0", "eslint-plugin-format": "^0.1.2", "jsdom": "^25.0.1", "lint-staged": "^15.2.10", "pnpm": "^9.14.2", "simple-git-hooks": "^2.11.1", "taze": "^0.18.0", "typescript": "^5.7.2", "unocss": "^0.64.1", "unplugin-auto-import": "^0.18.5", "unplugin-vue-components": "^0.27.4", "unplugin-vue-macros": "^2.13.4", "unplugin-vue-router": "^0.10.8", "vite": "^6.0.1", "vitest": "^2.1.6", "vue-tsc": "^2.1.10" }, "resolutions": { "vite": "^6.0.1" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" } }