49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "next-openai",
|
|
"version": "1.4.10-next.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"example-dev": "next dev",
|
|
"example-build": "next build",
|
|
"example-start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "node -e \"const fs=require('fs');['.turbo','node_modules','dist','.next'].forEach(d=>fs.rmSync(d,{recursive:true,force:true}))\""
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "workspace:*",
|
|
"@copilotkit/react-textarea": "workspace:*",
|
|
"@copilotkit/react-ui": "workspace:*",
|
|
"@copilotkit/runtime": "workspace:*",
|
|
"@copilotkit/runtime-client-gql": "workspace:*",
|
|
"@copilotkit/shared": "workspace:*",
|
|
"@google/generative-ai": "^0.11.5",
|
|
"@heroicons/react": "^2.0.18",
|
|
"clsx": "^1.2.1",
|
|
"encoding": "^0.1.13",
|
|
"eslint-config-next": "^15.0.2",
|
|
"flowtoken": "^1.0.40",
|
|
"groq-sdk": ">=0.3.0 <1.0.0",
|
|
"langchain": "^0.3.3",
|
|
"next": "15.5.15",
|
|
"next-themes": "^0.2.1",
|
|
"openai": "^4.85.1",
|
|
"react": "19.0.0-rc-0bc30748-20241028",
|
|
"react-dom": "19.0.0-rc-0bc30748-20241028",
|
|
"react-markdown": "^8.0.7",
|
|
"use-stick-to-bottom": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^18.11.17",
|
|
"@types/react": "^18.2.5",
|
|
"@types/react-dom": "^18.2.4",
|
|
"autoprefixer": "^10.4.13",
|
|
"cross-env": "^7.0.3",
|
|
"postcss": "^8.4.20",
|
|
"tailwind-config": "workspace:*",
|
|
"tailwindcss": "^3.2.4",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.2.3"
|
|
}
|
|
}
|