Files
metabuilder/package.json
johndoe6345789 2e40675994 fix(storybook): resolve Docker build failure from storybook version conflict
The storybook Docker build failed because @chromatic-com/playwright depended
on storybook@~8.5.8, causing npm to hoist storybook@8.6.18 to root while
@storybook/* addons were at 10.2.19. This version mismatch caused missing
export errors (STORY_HOT_UPDATED, Tag). Added top-level storybook override
to force 10.2.19 everywhere and included package-lock.json in Dockerfile COPY.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 08:29:09 +00:00

98 lines
2.3 KiB
JSON

{
"name": "metabuilder-root",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MetaBuilder - Universal Platform",
"scripts": {
"postinstall": "bash scripts/patch-bundled-deps.sh"
},
"workspaces": [
"types",
"interfaces",
"translations",
"workflow",
"hooks",
"components",
"redux/*",
"components/fakemui",
"scss",
"frontends/*",
"config",
"storybook"
],
"devDependencies": {
"@chromatic-com/playwright": "^0.12.8",
"@playwright/test": "^1.58.2",
"@sentry/nextjs": "^10.39.0",
"@spotlightjs/spotlight": "^4.10.0",
"@tailwindcss/vite": "^4.2.0",
"checkly": "^7.1.0",
"eslint": "^10.0.1",
"eslint-config-next": "^16.1.6",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-refresh": "^0.5.0",
"jest": "^30.2.0",
"jsdom": "^28.1.0",
"npm-run-all2": "8.0.4",
"testcontainers": "^11.12.0"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@phosphor-icons/react": "^2.1.10",
"@reduxjs/toolkit": "^2.11.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.2.0",
"classnames": "^2.5.1",
"framer-motion": "^12.34.3",
"lucide-react": "^0.575.0",
"react": "^19.2.4",
"react-hook-form": "^7.71.1",
"reactflow": "^11.11.4",
"redux-persist": "^6.0.0",
"sonner": "^2.0.7",
"terser": "^5.46.0",
"three": "^0.183.1"
},
"overrides": {
"lodash": "^4.17.22",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint-plugin-react-hooks": {
".": "^7.0.1",
"eslint": "$eslint"
},
"hono": "^4.12.0",
"@storybook/builder-vite": {
"vite": "^7.3.1"
},
"@joshwooding/vite-plugin-react-docgen-typescript": {
"vite": "^7.3.1"
},
"minimatch": "10.2.4",
"tar": "7.5.11",
"monaco-editor": "0.53.0",
"esbuild": ">=0.25.0",
"immutable": ">=5.1.5",
"storybook": "10.2.19",
"eslint-plugin-jsx-a11y": {
"eslint": "$eslint"
},
"eslint-plugin-react": {
"eslint": "$eslint"
},
"eslint-plugin-format": {
"eslint": "$eslint"
},
"@esbuild-kit/core-utils": {
"esbuild": ">=0.25.0"
},
"@storybook/react-vite": {
"vite": "^7.3.1"
}
}
}