{ "name": "tradebrain-crm", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite serve --mode development", "test": "vite build --mode test", "prod": "vite build --mode production", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", "axios": "^1.6.7", "element-plus": "^2.14.2", "moment": "^2.30.1", "pinia": "^2.1.7", "vue": "^3.4.21", "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "vite": "^5.1.6" } }