mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
85fcd230bf
This reverts commit b8206a85d7.
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "chatkit-agent-framework-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18",
|
|
"npm": ">=9"
|
|
},
|
|
"dependencies": {
|
|
"@openai/chatkit-react": "^0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"typescript": "^5.4.0",
|
|
"vite": "^7.1.9"
|
|
}
|
|
} |