{ "name": "web-game", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "lint:oxlint": "oxlint", "format:oxfmt": "oxfmt" }, "dependencies": { "naive-ui": "^2.44.1", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "vue": "^3.5.34", "vue-router": "^5.1.0" }, "devDependencies": { "@tailwindcss/vite": "^4.3.0", "@types/node": "^24.12.3", "@vitejs/plugin-vue": "^6.0.6", "@vue/tsconfig": "^0.9.1", "oxfmt": "^0.52.0", "oxlint": "^1.67.0", "sass": "^1.100.0", "tailwindcss": "^4.3.0", "typescript": "~6.0.2", "vite": "^8.0.12", "vue-tsc": "^3.2.8" } }