{ "name": "nini-artgallery", "version": "0.1.0", "private": true, "packageManager": "pnpm@11.9.0", "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "eslint .", "lint:fix": "eslint --fix ." }, "dependencies": { "@ai-sdk/react": "^4.0.5", "@heroicons/react": "^2.2.0", "@openrouter/ai-sdk-provider": "^2.10.0", "@types/jsonwebtoken": "^9.0.10", "@types/nodemailer": "^8.0.1", "ai": "^7.0.4", "jsonwebtoken": "^9.0.3", "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": "^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.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.1", "typescript": "^6.0.3" }, "pnpm": { "overrides": { "@types/react": "19.2.17", "@types/react-dom": "19.2.3" } } }