frontend.porwoll.de/package.json
CCS Admin 8d5e687a87 fix(security): add minimatch >=10.2.1 override (CVE-2026-26996)
Resolves ReDoS vulnerability in minimatch via eslint dependency chain.
2026-02-22 10:52:01 +00:00

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"
}
}
}