Files
2026-07-13 12:58:18 +08:00

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"
}
}