{ "name": "cotmw", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "serve": "npx -y vite build && npx -y vite preview --port 3000 --host 0.0.0.0" }, "dependencies": { "axios": "^1.9.0", "bootstrap": "^5.3.5", "cors": "^2.8.5", "express": "^5.1.0", "vue": "^3.5.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.3", "concurrently": "^9.1.2", "nodemon": "^3.1.10", "vite": "^6.3.4", "vite-plugin-vue-devtools": "^7.7.2" }, "description": "This template should help get you started developing with Vue 3 in Vite.", "main": "vite.config.js", "keywords": [], "author": "", "license": "ISC" }