Files
muzak/frontend/package.json
T
mark bfa1c7879b Authentication?
Voor een gegeven definitie van...
2025-06-25 16:38:22 +02:00

24 lines
498 B
JSON

{
"dependencies": {
"next": "^15.3.3",
"oidc-client-ts": "^3.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-oidc-context": "^3.3.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}