frontend.blogwoman.de/package.json
CCS Admin f13adab7ce fix(deps): update next.js 16.0.10 → 16.1.6 (security fixes)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 13:06:07 +00:00

30 lines
712 B
JSON

{
"name": "frontend.blogwoman.de",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@c2s/payload-contracts": "github:complexcaresolutions/payload-contracts",
"clsx": "^2.1.1",
"next": "16.1.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.26.0"
}