{ "name": "web", "version": "1.0.0", "description": "", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "lint": "eslint .", "format": "prettier -w .", "typecheck": "vue-tsc --noEmit" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.32.1", "dependencies": { "@vicons/ionicons5": "^0.13.0", "markdown-it": "^14.1.1", "naive-ui": "^2.44.1", "pinia": "^3.0.4", "vue": "^3.5.33", "vue-router": "^5.0.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.4", "@types/markdown-it": "^14.1.2", "@types/node": "^25.6.0", "@vitejs/plugin-vue": "^6.0.6", "@vue/test-utils": "^2.4.9", "autoprefixer": "^10.5.0", "eslint": "^10.2.1", "eslint-plugin-vue": "^10.9.0", "happy-dom": "^20.9.0", "postcss": "^8.5.12", "prettier": "^3.8.3", "tailwindcss": "^4.2.4", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", "vite": "^8.0.10", "vitest": "^4.1.5", "vue-eslint-parser": "^10.4.0", "vue-tsc": "^3.2.7" } }