d0117f3171
CI/CD / CI · API (dotnet build + test) (push) Successful in 59s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 32s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m5s
CI/CD / CI · Admin Web (tsc) (push) Successful in 37s
CI/CD / CI · Website (tsc) (push) Successful in 46s
CI/CD / CI · Koja (tsc) (push) Successful in 51s
CI/CD / Deploy · all services (push) Successful in 33s
npm ci failed in Docker because package-lock.json was stale (missing three and the workbox/PWA deps) and @google/model-viewer@4.2.0 requires three@^0.182.0 while package.json pinned ^0.163.0. Bumped three and regenerated the lockfile. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "meezi-dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@google/model-viewer": "^4.2.0",
|
|
"three": "^0.182.0",
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tanstack/react-query": "^5.59.20",
|
|
"axios": "^1.7.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns-jalali": "^4.1.0-0",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "16.2.6",
|
|
"next-intl": "4.12.0",
|
|
"@ducanh2912/next-pwa": "^10.2.9",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6",
|
|
"recharts": "^2.13.3",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^2.5.4",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0",
|
|
"@types/node": "^22.9.0",
|
|
"@types/react": "19.1.4",
|
|
"@types/react-dom": "19.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "16.2.6",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|