Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
NEXT_PUBLIC_API_URL=http://localhost:8000/api
NEXT_PUBLIC_SITE_URL=https://testownik.solvro.pl
JWT_SECRET=your-jwt-secret-key
INTERNAL_API_KEY=your-internal-api-key
NEXT_PUBLIC_TURN_USERNAME=
NEXT_PUBLIC_TURN_CREDENTIAL=
S3_URL=https://s3.b.solvro.pl
OPENAI_API_KEY=your-openai-api-key
4 changes: 3 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
"registries": {
"@assistant-ui": "https://r.assistant-ui.com/{name}.json"
}
}
1 change: 1 addition & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const s3Url = new URL(process.env.S3_URL ?? "https://s3.b.solvro.pl");

const nextConfig: NextConfig = {
reactCompiler: true,
serverExternalPackages: ["sharp"],
experimental: {
viewTransition: true,
},
Expand Down
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"@next/eslint-plugin-next": "^16.1.1"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.63",
"@ai-sdk/react": "^3.0.184",
"@assistant-ui/react": "^0.14.5",
"@assistant-ui/react-ai-sdk": "^1.3.26",
"@assistant-ui/react-markdown": "^0.14.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@base-ui/react": "^1.2.0",
"@formbricks/js": "^4.3.0",
Expand All @@ -36,6 +41,7 @@
"@tanstack/react-query-devtools": "^5.91.2",
"@testing-library/dom": "^10.4.1",
"@types/seedrandom": "^3.0.8",
"ai": "^6.0.182",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
Expand All @@ -54,6 +60,7 @@
"next-themes": "^0.4.6",
"peerjs": "^1.5.5",
"postcss": "^8.5.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^10.0.0",
"react-dom": "^19.2.4",
Expand All @@ -65,13 +72,17 @@
"react-spinners": "^0.17.0",
"recharts": "3.8.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"seedrandom": "^3.0.5",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tw-shimmer": "^0.4.11",
"ua-parser-js": "^2.0.8",
"vaul": "^1.1.2",
"zod": "^4.3.6"
"zod": "^4.3.6",
"zustand": "^5.0.13"
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
Expand All @@ -86,6 +97,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sharp": "^0.32.0",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
Expand Down
Loading
Loading