This commit is contained in:
2026-06-09 15:15:40 +03:00
parent f6b4acb760
commit d908d83ca5
58 changed files with 4320 additions and 419 deletions
+9
View File
@@ -9,19 +9,28 @@
"lint": "eslint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.8.10",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"framer-motion": "^12.40.0",
"lucide-react": "^1.17.0",
"negotiator": "^1.0.0",
"next": "16.2.7",
"pg": "^8.21.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/negotiator": "^0.6.4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
}