saap-plattform / frontend /package.json
Hwandji's picture
feat: initial HuggingFace Space deployment
4343907
raw
history blame
1.5 kB
{
"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"
}
}