mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-15 19:17:42 +01:00
* feat: impl Coco server related APIs * chore: remove unused method * fix: invoke Rust interfaces in tauri::run() * chore: add invoke * feat: add add_coco_server * fix: trim the tailing forward slash * feat: interface get_user_profiles * chore: add * fix: store the servers in add interface * chore: ass * fix: skip non-publich servers with no token * feat: add * feat: get datasources and connectors * fix: invoke interfaces in tauri::run() * chore: add SidebarRef * refactor: refactoring coco-app * refactor: refactoring coco app * refactor: refactoring project layout * refactor: refactoring server management * chore: cleanup code * chore: display error when connect failed * refactor: refactoring refresh server's info * refactor: refactoring how to connect the coco serverg * chore: rename to cloud * refactor: refactoring remove coco server * fix: refresh current selected server * fix: reset server selection * chore: update login status * feat: add error message tips * fix: fix login and logout * refactor: refactoring http client * fix: fix the datasources * chore: minor fix * refactor: refactoring code * fix: fix search api * chore: optimize part of icons * chore: fix build * refactor: search list icon * refactor: search list icon * chore: lib * feat: add plugin-os --------- Co-authored-by: rain <15911122312@163.com> Co-authored-by: medcl <m@medcl.net>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "coco",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.10",
|
|
"@react-oauth/google": "^0.12.1",
|
|
"@tauri-apps/api": "^2.2.0",
|
|
"@tauri-apps/plugin-autostart": "~2",
|
|
"@tauri-apps/plugin-deep-link": "^2.2.0",
|
|
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
|
|
"@tauri-apps/plugin-http": "~2.0.1",
|
|
"@tauri-apps/plugin-os": "^2.2.0",
|
|
"@tauri-apps/plugin-shell": ">=2.0.0",
|
|
"@tauri-apps/plugin-websocket": "~2",
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
|
"ahooks": "^3.8.4",
|
|
"axios": "^1.7.7",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.7",
|
|
"i18next": "^23.16.2",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.461.0",
|
|
"mermaid": "^11.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.5.1",
|
|
"react-i18next": "^15.1.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-router-dom": "^6.27.0",
|
|
"rehype-highlight": "^7.0.1",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"use-debounce": "^10.0.4",
|
|
"uuid": "^11.0.3",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.2.7",
|
|
"@types/lodash": "^4.17.12",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.8.4",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-i18next": "^8.1.0",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"immer": "^10.1.1",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|