mirror of
https://github.com/HugeFrog24/nini-artgallery.git
synced 2026-03-02 08:24:32 +00:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"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": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@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": {
|
|
"@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"
|
|
}
|
|
}
|
|
}
|