ft_transcendence/frontend/package.json
Maieul BOYER 63549752e8 chore(deps/openapi): updated all
Updated openapi and verified that no unused dependency still remains
2026-01-14 16:26:34 +01:00

25 lines
507 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/qrcode": "^1.5.6",
"@tailwindcss/vite": "^4.1.18",
"typescript": "~5.9.3",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"js-cookie": "^3.0.5",
"qrcode": "^1.5.4",
"socket.io-client": "^4.8.3",
"tailwindcss": "^4.1.18"
}
}