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

38 lines
1.1 KiB
JSON

{
"name": "next-pages-router",
"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/shared": "workspace:*",
"@google/generative-ai": "^0.11.2",
"@heroicons/react": "^2.0.18",
"clsx": "^1.2.1",
"next": "14.2.35",
"openai": "^4.85.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"typescript": "^5.2.3"
}
}