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

32 lines
738 B
JSON

{
"name": "todo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "1.0.0-beta.2",
"@copilotkit/react-textarea": "1.0.0-beta.2",
"@copilotkit/react-ui": "1.0.0-beta.2",
"@copilotkit/runtime": "1.0.0-beta.2",
"@copilotkit/shared": "1.0.0-beta.2",
"nanoid": "^5.0.6",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}