frontend.blogwoman.de/package.json
CCS Admin 7efab2b32b chore(deps): update compatible dependencies
Updated: tailwind-merge, @tailwindcss/postcss, tailwindcss, @types/node, @types/react, eslint
2026-02-22 10:40:10 +00:00

30 lines
744 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.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"@types/node": "^20.19.33",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.3",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.26.0"
}