portfolio/package.json
Chneemann 9e51dcf6c4
All checks were successful
Deploy Portfolio to VPS / deploy (push) Successful in 50s
fix: add package overrides for zero vulnerabilities
2026-08-01 08:52:49 +02:00

31 lines
633 B
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "^16.2.12",
"next-intl": "^4.13.4",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"postcss": "^8.5.18",
"sharp": "^0.35.0"
}
}