mirror of
https://github.com/complexcaresolutions/frontend.blogwoman.de.git
synced 2026-03-17 20:53:59 +00:00
pnpm/action-setup@v4 requires pnpm version via packageManager field. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
714 B
JSON
30 lines
714 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": {
|
|
"clsx": "^2.1.1",
|
|
"next": "16.0.10",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"@c2s/payload-contracts": "github:complexcaresolutions/payload-contracts"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.10",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.26.0"
|
|
}
|