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

29 lines
611 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "1.50.0",
"@copilotkit/react-ui": "1.50.0",
"@copilotkit/runtime": "1.50.0",
"next": "16.0.8",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}