{ "name": "re-astarcup", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@next-auth/prisma-adapter": "^1.0.7", "@prisma/adapter-mariadb": "^7.3.0", "@prisma/adapter-pg": "^7.3.0", "@prisma/client": "^7.3.0", "@prisma/extension-accelerate": "^3.0.1", "next": "16.1.6", "react": "19.2.3", "react-dom": "19.2.3", "swr": "^2.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/pg": "^8.16.0", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "prisma": "^7.3.0", "tailwindcss": "^4", "tsx": "^4.21.0", "typescript": "^5" } }