{ "name": "xiaobai-review-next-frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite --host 127.0.0.1", "build": "vue-tsc -b && vite build", "check": "vue-tsc -b --pretty false", "test": "vitest run" }, "dependencies": { "pinia": "4.0.2", "vue": "3.5.40", "vue-router": "5.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "6.0.8", "typescript": "5.9.3", "vite": "8.1.5", "vitest": "4.1.10", "vue-tsc": "3.3.8" } }