27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"dependencies": {
|
|
"@next/font": "^14.2.15",
|
|
"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",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.13",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|