24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "@copilotkit/next-pages-router",
|
|
"version": "1.55.0-next.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"example-dev": "next dev",
|
|
"example-build": "next build",
|
|
"example-start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "workspace:*",
|
|
"next": "15.5.15",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"typescript": "^5"
|
|
}
|
|
}
|