Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ frontend/.tanstack
# Site
website/out/
website/.next/
website/.astro/
website/src/generated/
website/public/docs/
website/public/llms-full.txt
website/public/llms.txt
website/.playwright-mcp/
.vercel

2 changes: 1 addition & 1 deletion engine/artifacts/openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions frontend/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@sentry/react": "^8.55.0",
"@shikijs/langs": "^3.12.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"@uiw/codemirror-extensions-basic-setup": "^4.25.1",
Expand Down Expand Up @@ -92,6 +93,15 @@
"usehooks-ts": "^3.1.1",
"zod": "^3.25.76"
},
"peerDependencies": {
"lodash": "^4.0.0",
"posthog-js": "^1.0.0"
},
"peerDependenciesMeta": {
"posthog-js": {
"optional": true
}
},
"devDependencies": {
"@types/mime": "^4.0.0",
"@types/node": "^20.19.13",
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"@clerk/shared": "3.27.1"
},
"pnpm": {
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0"
}
}
}
Loading
Loading