mirror of
https://github.com/complexcaresolutions/frontend.blogwoman.de.git
synced 2026-03-17 17:24:00 +00:00
35 lines
816 B
JSON
35 lines
816 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",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"minimatch": ">=10.2.1"
|
|
}
|
|
}
|
|
}
|