81 lines
2.6 KiB
JSON
81 lines
2.6 KiB
JSON
{
|
|
"name": "clawdhub",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun --bun vite dev --port 3000",
|
|
"build": "bun --bun vite build",
|
|
"preview": "bun --bun vite preview",
|
|
"docs:list": "bun scripts/docs-list.ts",
|
|
"check:peers": "bun scripts/check-peer-deps.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:e2e": "vitest run -c vitest.e2e.config.ts",
|
|
"test:e2e:local": "bash scripts/run-playwright-local.sh",
|
|
"test:pw": "playwright test",
|
|
"coverage": "vitest run --coverage",
|
|
"convex:deploy": "bunx convex deploy --typecheck=disable --yes",
|
|
"lint": "bun run lint:biome && bun run lint:oxlint",
|
|
"lint:biome": "biome check .",
|
|
"lint:oxlint": "oxlint --type-aware --tsconfig ./tsconfig.oxlint.json ./src ./convex ./packages/clawdhub/src ./packages/schema/src",
|
|
"format": "biome format --write ."
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "^0.37.4",
|
|
"@convex-dev/auth": "^0.0.90",
|
|
"@fontsource/bricolage-grotesque": "^5.2.10",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/manrope": "^5.2.8",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@resvg/resvg-wasm": "^2.6.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-devtools": "^0.9.2",
|
|
"@tanstack/react-router": "^1.151.6",
|
|
"@tanstack/react-router-devtools": "^1.151.6",
|
|
"@tanstack/react-start": "^1.152.0",
|
|
"@tanstack/router-plugin": "^1.151.6",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"clawdhub-schema": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"convex": "^1.31.5",
|
|
"fflate": "^0.8.2",
|
|
"h3": "2.0.1-rc.8",
|
|
"lucide-react": "^0.562.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"nitro": "^3.0.1-alpha.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"semver": "^7.7.3",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite-tsconfig-paths": "^6.0.4",
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.11",
|
|
"@playwright/test": "^1.57.0",
|
|
"@tanstack/devtools-vite": "^0.4.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@types/node": "^25.0.9",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/semver": "^7.7.1",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"@vitest/coverage-v8": "^4.0.17",
|
|
"jsdom": "^27.4.0",
|
|
"oxlint": "^1.39.0",
|
|
"oxlint-tsgolint": "^0.11.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|