Files
soroush.asadi 6ed9279ac8
CI/CD / CI - API (dotnet build + engine sim) (push) Successful in 8m41s
CI/CD / CI - Web (tsc + next build) (push) Successful in 1m9s
CI/CD / Deploy - local stack (db + server + web) (push) Failing after 11m29s
site: pin deps to Nexus-available versions + regenerate lockfile via Nexus
The Docker build 404'd on @types/react@19.2.17 (not in the Nexus mirror; npmjs
is blocked upstream). Pin shared deps to the exact versions the main app uses
(@types/react 19.2.16, etc.) and regenerate package-lock.json against the Nexus
registry so every resolved tarball is one Nexus can serve.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 10:56:43 +03:30

30 lines
670 B
JSON

{
"name": "barg-e-vasat-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3030",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fontsource-variable/vazirmatn": "5.2.8",
"clsx": "2.1.1",
"lucide-react": "1.17.0",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.0",
"@types/node": "20.19.41",
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3",
"eslint": "9.39.4",
"eslint-config-next": "16.2.7",
"tailwindcss": "4.3.0",
"typescript": "5.9.3"
}
}