SportBuddy/apps/frontend/package.json
2025-10-26 15:44:27 +01:00

37 lines
877 B
JSON

{
"name": "@sportbuddy/frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "latest",
"@tailwindcss/typography": "latest",
"better-auth": "latest",
"class-variance-authority": "latest",
"date-fns": "latest",
"lucide-react": "latest",
"next": "latest",
"next-pwa": "latest",
"react": "latest",
"react-dom": "latest",
"zod": "latest"
},
"devDependencies": {
"@next/third-parties": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}