Files
copilot-toolbox-template-sh…/package.json
2026-01-20 08:39:33 +00:00

35 lines
915 B
JSON

{
"name": "copilot-toolbox",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "npx --yes vite@6.4.1 --host 0.0.0.0",
"build": "npx --yes vite@6.4.1 build --mode production",
"preview": "npx --yes vite@6.4.1 preview"
},
"dependencies": {
"@ag-ui/client": "^0.0.42",
"@ant-design/icons": "^5.5.2",
"@ant-design/pro-components": "^2.8.10",
"@copilotkit/react-core": "1.10.6",
"@shangzy/ag-ui-dify": "^0.1.0",
"antd": "^5.23.0",
"dayjs": "^1.11.13",
"less": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"react-router-dom": "^6.28.1",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "4.7.0",
"path": "^0.12.7",
"typescript": "~5.6.3",
"vite": "6.4.1"
}
}