{ "name": "itbaima-child-program-client", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.7.7", "pinia": "^2.2.6", "sweetalert2": "^11.14.5", "vue": "^3.5.12", "vue-router": "^4.4.5", "vue-sweetalert2": "^5.0.11" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", "less": "^4.2.0", "vite": "^5.4.10" } }