{ "name": "frontend", "version": "1.0.0", "description": "", "type": "module", "main": "server.js", "author": "", "license": "ISC", "scripts": { "dev": "cross-env NODE_ENV=development PORT=5173 node server", "build": "npm run build:client && npm run build:server", "build:client": "vite build --outDir dist/client", "build:server": "vite build --ssr src/entry-server.js --outDir dist/server" }, "dependencies": { "@mdui/icons": "^1.0.3", "@vueuse/core": "^13.5.0", "@vueuse/integrations": "^13.5.0", "axios": "^1.10.0", "compress-json": "^3.1.2", "cookie-parser": "^1.4.7", "express": "^5.1.0", "mdui": "^2.1.4", "pinia": "^3.0.3", "vue": "^3.5.17", "vue-router": "^4.5.1" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.0", "@vitejs/plugin-vue-jsx": "^5.0.1", "cross-env": "^7.0.3", "sass": "^1.89.2", "vite": "^6.3.5", "vite-plugin-vue-devtools": "^7.7.7" } }