Compare commits

..

1 Commits

Author SHA1 Message Date
HugeFrog24 972c5a4f57 f 2026-06-28 21:48:25 +02:00
3 changed files with 955 additions and 876 deletions
+22 -22
View File
@@ -2,7 +2,7 @@
"name": "nini-artgallery",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.1.2",
"packageManager": "pnpm@11.9.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@@ -11,41 +11,41 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@ai-sdk/react": "^3.0.186",
"@ai-sdk/react": "^4.0.5",
"@heroicons/react": "^2.2.0",
"@openrouter/ai-sdk-provider": "^2.9.0",
"@openrouter/ai-sdk-provider": "^2.10.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^8.0.0",
"ai": "^6.0.184",
"@types/nodemailer": "^8.0.1",
"ai": "^7.0.4",
"jsonwebtoken": "^9.0.3",
"next": "16.2.6",
"next-intl": "^4.12.0",
"nodemailer": "^8.0.7",
"react": "19.2.6",
"react-dom": "19.2.6",
"next": "16.2.9",
"next-intl": "^4.13.0",
"nodemailer": "^9.0.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"server-only": "^0.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.8.0",
"@types/react": "19.2.14",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^26.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.6",
"globals": "^17.6.0",
"postcss": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"eslint": "^10.6.0",
"eslint-config-next": "16.2.9",
"globals": "^17.7.0",
"postcss": "^8.5.16",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.3.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
+931 -854
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -3,6 +3,8 @@ allowBuilds:
'@swc/core': true
sharp: true
unrs-resolver: true
minimumReleaseAgeExclude:
- postcss@8.5.16
onlyBuiltDependencies:
- "@parcel/watcher"
- "@swc/core"