mirror of
https://github.com/complexcaresolutions/frontend.porwoll.de.git
synced 2026-03-17 12:53:41 +00:00
38 lines
909 B
JSON
38 lines
909 B
JSON
{
|
|
"name": "frontend.porwoll.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",
|
|
"framer-motion": "^12.34.3",
|
|
"lucide-react": "^0.564.0",
|
|
"next": "16.1.6",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"react-icons": "^5.5.0",
|
|
"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.0.10",
|
|
"tailwindcss": "^4.2.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.26.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"minimatch": ">=10.2.1"
|
|
}
|
|
}
|
|
}
|