{ "name": "yunzhu-navigation", "version": "1.0.0", "description": "韫珠科技内部导航页面", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "server": "node server.js", "dev:all": "concurrently \"npm run dev\" \"npm run server\"", "start": "concurrently \"npm run dev\" \"npm run server\"" }, "dependencies": { "axios": "^1.6.2", "axios-cookiejar-support": "^6.0.5", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "express": "^4.18.2", "node-rsa": "^1.1.1", "tough-cookie": "^6.0.0", "vue": "^3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "concurrently": "^8.2.2", "vite": "^5.1.6" } }