32 lines
755 B
JSON
32 lines
755 B
JSON
{
|
|
"name": "deep-research-assistant",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "^1.51.0",
|
|
"@copilotkit/react-ui": "^1.51.0",
|
|
"@copilotkit/runtime": "^1.51.0",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "16.1.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-markdown": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"patch-package": "^8.0.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|