{ "name": "app-product", "version": "0.0.0", "private": true, "type": "module", "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "dev": "vite", "dep": "concurrently \"npm run build\" \"npm run preview\"", "preview": "vite preview --port 1301 --strictPort", "build": "vite build --watch", "type-check": "vue-tsc --build" }, "dependencies": { "nacos-federation": "^1.0.2", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { "@originjs/vite-plugin-federation": "^1.4.1", "@tsconfig/node22": "^22.0.2", "@types/node": "^22.18.6", "@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue-jsx": "^5.1.1", "@vue/tsconfig": "^0.7.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.3", "vite": "^7.1.6", "vite-plugin-vue-devtools": "^8.0.2", "vue-tsc": "^3.0.7" } }