developer-portfolio / package.json
github-actions[bot]
deploy: fresh production build without binary history
d47f42e
Raw
History Blame Contribute Delete
895 Bytes
{
"name": "developer-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@langchain/core": "^1.2.1",
"@langchain/groq": "^1.3.1",
"@octokit/rest": "^22.0.1",
"clsx": "^2.1.1",
"groq-sdk": "^1.3.0",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"nodemailer": "^9.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}