{ "name": "vibecut", "packageManager": "bun@1.2.18", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev:web": "turbo run dev --filter=@vibecut/web", "build:web": "turbo run build --filter=@vibecut/web", "dev:storybook": "bun run --cwd apps/web storybook", "build:storybook": "bun run --cwd apps/web build:storybook", "dev:tools": "turbo run dev --filter=@vibecut/tools", "build:tools": "turbo run build --filter=@vibecut/tools", "start:tools": "turbo run start --filter=@vibecut/tools", "lint:web": "biome lint apps/web/src --max-diagnostics=1000", "lint:web:fix": "biome lint apps/web/src --write --max-diagnostics=1000", "format:web": "biome format apps/web/src/services/renderer --write --max-diagnostics=1000", "test": "bun test", "test:web": "turbo run test --filter=@vibecut/web", "test:web:coverage": "turbo run test:coverage --filter=@vibecut/web", "test:e2e:web": "bun run --cwd apps/web test:e2e", "test:e2e:web:ui": "bun run --cwd apps/web test:e2e:ui" }, "dependencies": { "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "next": "^16.1.3" }, "devDependencies": { "turbo": "^2.7.5", "typescript": "5.8.3" }, "trustedDependencies": [ "@tailwindcss/oxide" ] }