AI chat widget

This commit is contained in:
HugeFrog24
2026-02-13 23:10:13 +01:00
parent 4d37e8be9a
commit c39800a021
237 changed files with 14203 additions and 6047 deletions

View File

@@ -2,26 +2,51 @@
"name": "nini-artgallery",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.29.3",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.1.5"
"@ai-sdk/react": "^3.0.87",
"@heroicons/react": "^2.2.0",
"@openrouter/ai-sdk-provider": "^2.2.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^7.0.9",
"ai": "^6.0.85",
"jsonwebtoken": "^9.0.3",
"next": "16.1.6",
"next-intl": "^4.8.2",
"nodemailer": "^8.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"server-only": "^0.0.1",
"zod": "^4.3.6"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"@eslint/eslintrc": "^3"
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "^10.0.0",
"eslint-config-next": "16.1.6",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}
}