31 lines
870 B
JSON
31 lines
870 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 4000 --turbopack",
|
|
"build": "next build --turbopack",
|
|
"postbuild": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public && echo 'Static assets copied to standalone build'",
|
|
"start": "next start -p 4000"
|
|
},
|
|
"dependencies": {
|
|
"@azure/msal-browser": "^3.11.0",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"axios": "^1.12.2",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.544.0",
|
|
"next": "15.5.4",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-markdown": "^10.1.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|