kibali-api / package.json
BelikanM's picture
Mise à jour complète avec l'application Streamlit Kibali IA
12818b2
{
"name": "kibali-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@simplewebauthn/browser": "^13.2.2",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"body-parser": "^2.2.1",
"cloudinary": "^2.8.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"firebase": "^12.7.0",
"firebase-admin": "^13.6.0",
"jsonwebtoken": "^9.0.3",
"leaflet": "^1.9.4",
"lucide-react": "^0.562.0",
"mongoose": "^9.1.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.12",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"ws": "^8.18.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.2.4"
}
}