Files
2026FIFAWorldCup/platform/web/package.json
QuantBot 118954e781
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Failing after 3m29s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Has been skipped
ci: track frontend lockfile and patch web deps
2026-06-18 11:48:52 +08:00

36 lines
837 B
JSON

{
"name": "fifa2026-professional-web",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "2.7.4",
"@prisma/client": "5.20.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"next": "15.5.19",
"next-auth": "5.0.0-beta.31",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "2.15.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"autoprefixer": "10.4.20",
"eslint": "9.39.4",
"eslint-config-next": "15.0.3",
"postcss": "8.4.47",
"prisma": "5.20.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}