mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
Phase 4: Validation & Testing Progress FIXED: - Updated fakemui-registry.ts import paths (99 import errors eliminated) - Upgraded @reduxjs/toolkit to 2.0.0 across all redux workspaces - Created fakemui/package.json with proper workspace exports - Added fakemui to root workspace configuration VERIFIED: - TanStack Query completely removed from dependencies - Redux infrastructure properly configured - Dependency tree now valid (no ELSPROBLEMS) BUILD STATUS: - Fakemui module resolution: FIXED - React-Redux version conflict: FIXED - Missing SCSS modules in fakemui: IDENTIFIED (non-blocking for Phase 4) - Workflow service references: IDENTIFIED (pre-existing, deferred to Phase 5) NEXT STEPS: - Resolve missing SCSS files in fakemui components - Address @metabuilder/workflow package references - Run unit and E2E tests - Generate Phase 4 final report Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
102 lines
3.4 KiB
JSON
102 lines
3.4 KiB
JSON
{
|
|
"name": "spark-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"kill": "fuser -k 5000/tcp",
|
|
"build": "tsc -b --noCheck && vite build",
|
|
"lint": "eslint .",
|
|
"optimize": "vite optimize",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@github/spark": ">=0.43.1 <1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/resolvers": "^4.1.3",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@octokit/core": "^6.1.4",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"@radix-ui/colors": "^3.0.0",
|
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.2",
|
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
"@radix-ui/react-context-menu": "^2.2.6",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
"@radix-ui/react-hover-card": "^1.1.6",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-menubar": "^1.1.6",
|
|
"@radix-ui/react-navigation-menu": "^1.2.5",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-radio-group": "^1.2.3",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-separator": "^1.1.2",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-toggle": "^1.1.2",
|
|
"@radix-ui/react-toggle-group": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/jszip": "^3.4.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"d3": "^7.9.0",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel-react": "^8.5.2",
|
|
"fengari-interop": "^0.1.4",
|
|
"fengari-web": "^0.1.4",
|
|
"framer-motion": "^12.29.0",
|
|
"input-otp": "^1.4.2",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^0.500.0",
|
|
"marked": "^15.0.7",
|
|
"next-themes": "^0.4.6",
|
|
"octokit": "^4.1.2",
|
|
"react": "^19.2.3",
|
|
"react-day-picker": "^9.6.7",
|
|
"react-dom": "^19.0.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"recharts": "^2.15.1",
|
|
"sonner": "^2.0.1",
|
|
"tailwind-merge": "^3.0.2",
|
|
"three": "^0.177.0",
|
|
"tw-animate-css": "^1.2.4",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
}
|
|
}
|