fix: restore missing dependencies and use link for @mintel packages to fix lockfile

This commit is contained in:
2026-02-13 01:36:54 +01:00
parent dbd43eb76c
commit 9b4e83c514
2 changed files with 173 additions and 176 deletions

View File

@@ -19,7 +19,7 @@
"video:render:button": "remotion render video/index.ts ButtonShowcase out/button-showcase.mp4 --concurrency=1 --codec=h264 --crf=16 --pixel-format=yuv420p --overwrite",
"video:render:all": "npm run video:render:contact && npm run video:render:button",
"pagespeed:test": "npx tsx ./scripts/pagespeed-sitemap.ts",
"cms:bootstrap": "DIRECTUS_URL=http://cms.mintel.localhost npx tsx --env-file=.env scripts/setup-directus.ts",
"cms:bootstrap": "DIRECTUS_URL=http://localhost:8055 npx tsx --env-file=.env scripts/setup-directus.ts",
"cms:push:staging": "../../scripts/sync-directus.sh push staging",
"cms:pull:staging": "../../scripts/sync-directus.sh pull staging",
"cms:push:testing": "../../scripts/sync-directus.sh push testing",
@@ -30,7 +30,8 @@
},
"dependencies": {
"@directus/sdk": "21.0.0",
"@mintel/pdf": "^1.8.0",
"@mintel/cloner": "link:../../at-mintel/packages/cloner-library",
"@mintel/pdf": "link:../../at-mintel/packages/pdf-library",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^2.1.0",
"@opentelemetry/core": "^2.1.0",
@@ -51,12 +52,15 @@
"axios": "^1.13.4",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"crawlee": "^3.15.3",
"framer-motion": "^12.29.2",
"ioredis": "^5.9.1",
"lucide-react": "^0.468.0",
"mermaid": "^11.12.2",
"next": "^16.1.6",
"playwright": "^1.58.1",
"prismjs": "^1.30.0",
"puppeteer": "^24.36.1",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
@@ -65,6 +69,8 @@
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.0",
"webpack": "^5.96.1",
"website-scraper": "^6.0.0",
"website-scraper-puppeteer": "^2.0.0",
"zod": "3.22.3"
},
"devDependencies": {