{ "type": "module", "private": true, "packageManager": "pnpm@9.14.4", "scripts": { "build": "vite build", "dev": "vite --port 10514 --host", "lint": "eslint .", "typecheck": "vue-tsc --noEmit", "preview": "vite preview", "test": "vitest", "up": "taze major -I", "postinstall": "npx simple-git-hooks" }, "dependencies": { "@unocss/preset-icons": "^0.65.4", "@vee-validate/zod": "^4.15.0", "@vueuse/core": "^12.0.0", "@vueuse/motion": "^2.2.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-vue-next": "^0.468.0", "p5i": "^0.6.0", "radix-vue": "^1.9.11", "shadcn-vue": "^0.11.3", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "vaul-vue": "^0.2.0", "vee-validate": "^4.15.0", "vue": "^3.5.13", "vue-router": "^4.5.0", "zod": "^3.24.1" }, "devDependencies": { "@antfu/eslint-config": "^3.12.0", "@iconify-json/carbon": "^1.2.4", "@iconify/json": "^2.2.293", "@iconify/vue": "^4.3.0", "@types/node": "^22.10.2", "@unocss/eslint-config": "^0.65.1", "@unocss/eslint-plugin": "^0.65.1", "@unocss/reset": "^0.65.1", "@vitejs/plugin-vue": "^5.2.1", "@vue-macros/volar": "^0.30.8", "@vue/test-utils": "^2.4.6", "eslint": "^9.17.0", "eslint-plugin-format": "^0.1.3", "jsdom": "^25.0.1", "lint-staged": "^15.2.11", "pnpm": "^9.15.0", "simple-git-hooks": "^2.11.1", "taze": "^0.18.0", "typescript": "~5.6.3", "unocss": "^0.65.1", "unocss-preset-animations": "^1.1.0", "unocss-preset-shadcn": "^0.3.1", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-macros": "^2.13.6", "unplugin-vue-router": "^0.10.9", "vite": "^6.0.3", "vite-plugin-vue-devtools": "^7.7.0", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" }, "resolutions": { "unplugin": "^2.1.0", "vite": "^6.0.3" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" } }