Files
Giveaway-app/package.json
T
Alexandru Eduard Farcas f8144fb5ac lint rules update
2025-05-18 10:15:18 +03:00

39 lines
916 B
JSON

{
"name": "giveaway-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.7.0",
"autoprefixer": "^10.4.21",
"axios": "^1.9.0",
"next": "15.3.1",
"next-auth": "^4.24.11",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.27.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.27.0",
"eslint-config-next": "15.3.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.1.0",
"prisma": "^6.7.0",
"tailwindcss": "^4.1.4",
"typescript": "^5",
"typescript-eslint": "^8.32.1"
}
}