{ "name": "app-product", "version": "0.0.0", "private": true, "type": "module", "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "dev": "vite --port 5001 --strictPort", "serve": "vite preview --port 5001 --strictPort", "build": "vite build", "all": "npm run build && npm run serve", "type-check": "vue-tsc --build" }, "dependencies": { "pinia": "^3.0.3", "vue": "^3.5.18", "vue-router": "^4.0.6" }, "devDependencies": { "@originjs/vite-plugin-federation": "^1.4.1", "@tsconfig/node22": "^22.0.2", "@types/node": "^22.16.5", "@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue-jsx": "^5.0.1", "@vue/tsconfig": "^0.7.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.0", "vite": "^7.0.6", "vite-plugin-vue-devtools": "^8.0.0", "vue-tsc": "^3.0.4" } }