Prepare repo

This commit is contained in:
2025-06-28 18:45:22 +02:00
parent 680aa38e0e
commit f9515d0fa3
7 changed files with 270 additions and 107 deletions

View File

@ -9,19 +9,25 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.3.4",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.4"
"sonner": "^2.0.5"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"@eslint/eslintrc": "^3"
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"prisma": "^6.10.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}