mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
1s 1s 4s Run npm ci npm error code EUSAGE npm error npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing. npm error npm error Missing: prisma@6.19.1 from lock file npm error npm error Clean install a project npm error npm error Usage: npm error npm ci npm error npm error Options: npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling] npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]] npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit] npm error [--no-bin-links] [--no-fund] [--dry-run] npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] npm error [-ws|--workspaces] [--include-workspace-root] [--install-links] npm error npm error aliases: clean-install, ic, install-clean, isntall-clean npm error npm error Run "npm help ci" for more info npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-12-24T20_34_10_607Z-debug-0.log Error: Process completed with exit code 1.
133 lines
5.0 KiB
JSON
133 lines
5.0 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 .",
|
|
"lint:fix": "eslint . --fix",
|
|
"optimize": "vite optimize",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest",
|
|
"test:unit:ui": "vitest --ui",
|
|
"test:unit:coverage": "vitest run --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:all": "npm run test:unit && npm run test:e2e",
|
|
"act": "bash scripts/run-act.sh",
|
|
"act:lint": "bash scripts/run-act.sh -w ci.yml -j lint",
|
|
"act:e2e": "bash scripts/run-act.sh -w ci.yml -j test-e2e",
|
|
"setup-packages": "node scripts/setup-packages.cjs",
|
|
"postinstall": "node scripts/setup-packages.cjs",
|
|
"db:generate": "prisma generate",
|
|
"db:push": "prisma db push",
|
|
"db:migrate": "prisma migrate deploy",
|
|
"cpp:check": "node dbal/tools/cpp-build-assistant.js check",
|
|
"cpp:init": "node dbal/tools/cpp-build-assistant.js init",
|
|
"cpp:install": "node dbal/tools/cpp-build-assistant.js install",
|
|
"cpp:configure": "node dbal/tools/cpp-build-assistant.js configure",
|
|
"cpp:build": "node dbal/tools/cpp-build-assistant.js build",
|
|
"cpp:test": "node dbal/tools/cpp-build-assistant.js test",
|
|
"cpp:clean": "node dbal/tools/cpp-build-assistant.js clean",
|
|
"cpp:rebuild": "node dbal/tools/cpp-build-assistant.js rebuild",
|
|
"cpp:full": "node dbal/tools/cpp-build-assistant.js full"
|
|
},
|
|
"dependencies": {
|
|
"@github/spark": ">=0.43.1 <1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/resolvers": "^4.1.3",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@prisma/client": "^6.19.1",
|
|
"@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.18",
|
|
"@tanstack/react-query": "^5.83.1",
|
|
"@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.6.2",
|
|
"input-otp": "^1.4.2",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^0.484.0",
|
|
"marked": "^17.0.1",
|
|
"next-themes": "^0.4.6",
|
|
"octokit": "^5.0.5",
|
|
"react": "^19.0.0",
|
|
"react-day-picker": "^9.6.7",
|
|
"react-dom": "^19.2.3",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.69.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"recharts": "^2.15.1",
|
|
"sonner": "^2.0.1",
|
|
"tailwind-merge": "^3.0.2",
|
|
"three": "^0.175.0",
|
|
"tw-animate-css": "^1.2.4",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@playwright/test": "^1.57.0",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
"eslint": "^9.28.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"prisma": "^6.19.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite": "^7.3.0"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
}
|
|
}
|