Files
2025-12-17 00:37:04 -05:00

34 lines
766 B
JSON

{
"name": "starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag-ui/client": "0.0.31",
"@ai-sdk/openai": "^1.3.22",
"@copilotkit/react-core": "1.8.13",
"@copilotkit/react-ui": "1.8.13",
"@copilotkit/runtime": "1.8.13",
"next": "15.4.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}