Spaces:
Sleeping
Sleeping
File size: 1,498 Bytes
4343907 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{
"name": "saap-dashboard",
"version": "1.0.0",
"description": "SAAP Multi-Agent Platform Dashboard - Vue.js Frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 4173",
"serve": "npm run dev",
"start": "npm run dev",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/vue": "^1.7.0",
"@heroicons/vue": "^2.0.0",
"@vueuse/core": "^11.0.0",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"lucide-vue-next": "^0.400.0",
"pinia": "^2.1.0",
"socket.io-client": "^4.7.0",
"vue": "^3.4.0",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.2.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/ui": "^1.6.1",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^12.10.3",
"jsdom": "^23.2.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^1.6.1"
},
"keywords": [
"saap",
"multi-agent",
"ai-platform",
"vue.js",
"dashboard",
"satware"
],
"author": "Hanan Wandji Danga",
"repository": {
"type": "git",
"url": "https://gitlab.satware.com/hanan/le-chantier.git"
}
}
|