Files
2026FIFAWorldCup/platform/web/package.json
wooo 05a28833c7
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Successful in 3m37s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Failing after 22s
ci: make frontend lint noninteractive
2026-06-18 12:04:00 +08:00

37 lines
909 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": "eslint app components hooks lib --max-warnings=0"
},
"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",
"@eslint/eslintrc": "3.3.1"
}
}