2024-10-13 17:41:16 +08:00
|
|
|
{
|
|
|
|
|
"name": "coco",
|
|
|
|
|
"private": true,
|
2025-03-07 17:38:43 +08:00
|
|
|
"version": "0.2.0",
|
2024-10-13 17:41:16 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
2025-02-21 16:52:52 +08:00
|
|
|
"tauri": "tauri",
|
|
|
|
|
"release": "release-it",
|
|
|
|
|
"release-rc": "release-it --preRelease=rc --preReleaseBase=1",
|
|
|
|
|
"release-beta": "release-it --preRelease=beta --preReleaseBase=1"
|
2024-10-13 17:41:16 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-03-05 12:22:33 +08:00
|
|
|
"@headlessui/react": "^2.2.0",
|
|
|
|
|
"@tauri-apps/api": "^2.3.0",
|
|
|
|
|
"@tauri-apps/plugin-autostart": "~2.2.0",
|
2025-01-10 14:59:03 +08:00
|
|
|
"@tauri-apps/plugin-deep-link": "^2.2.0",
|
2025-02-09 21:51:03 +08:00
|
|
|
"@tauri-apps/plugin-dialog": "^2.2.0",
|
2024-12-13 14:49:47 +08:00
|
|
|
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
|
2025-03-05 12:22:33 +08:00
|
|
|
"@tauri-apps/plugin-http": "~2.0.2",
|
2025-02-06 11:45:37 +08:00
|
|
|
"@tauri-apps/plugin-os": "^2.2.0",
|
2025-03-07 12:42:55 +08:00
|
|
|
"@tauri-apps/plugin-process": "^2.2.0",
|
2025-03-05 12:22:33 +08:00
|
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
|
|
|
"@tauri-apps/plugin-updater": "^2.5.1",
|
|
|
|
|
"@tauri-apps/plugin-websocket": "~2.3.0",
|
2024-11-27 19:41:54 +08:00
|
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
2025-01-21 19:37:15 +08:00
|
|
|
"ahooks": "^3.8.4",
|
2024-10-28 17:34:48 +08:00
|
|
|
"clsx": "^2.1.1",
|
2025-01-06 10:50:44 +08:00
|
|
|
"dotenv": "^16.4.7",
|
2025-03-03 17:54:00 +08:00
|
|
|
"filesize": "^10.1.6",
|
2025-03-05 12:22:33 +08:00
|
|
|
"i18next": "^23.16.8",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
2025-02-19 17:23:49 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2025-01-25 16:20:49 +08:00
|
|
|
"lucide-react": "^0.461.0",
|
2025-03-05 12:22:33 +08:00
|
|
|
"mermaid": "^11.4.1",
|
2025-03-03 17:54:00 +08:00
|
|
|
"nanoid": "^5.1.2",
|
2025-03-05 12:22:33 +08:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"react-hotkeys-hook": "^4.6.1",
|
|
|
|
|
"react-i18next": "^15.4.1",
|
|
|
|
|
"react-markdown": "^9.1.0",
|
|
|
|
|
"react-router-dom": "^6.30.0",
|
2025-02-19 11:19:15 +08:00
|
|
|
"react-window": "^1.8.11",
|
2025-03-05 12:22:33 +08:00
|
|
|
"rehype-highlight": "^7.0.2",
|
2024-11-12 09:44:49 +08:00
|
|
|
"rehype-katex": "^7.0.1",
|
|
|
|
|
"remark-breaks": "^4.0.0",
|
2025-03-05 12:22:33 +08:00
|
|
|
"remark-gfm": "^4.0.1",
|
2024-11-12 09:44:49 +08:00
|
|
|
"remark-math": "^6.0.0",
|
2025-03-03 17:54:00 +08:00
|
|
|
"tauri-plugin-fs-pro-api": "^2.3.1",
|
2025-03-05 12:22:33 +08:00
|
|
|
"tauri-plugin-macos-permissions-api": "^2.1.1",
|
|
|
|
|
"tauri-plugin-screenshots-api": "^2.1.0",
|
2024-11-12 09:44:49 +08:00
|
|
|
"use-debounce": "^10.0.4",
|
2025-03-05 12:22:33 +08:00
|
|
|
"uuid": "^11.1.0",
|
|
|
|
|
"zustand": "^5.0.3"
|
2024-10-13 17:41:16 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-05 12:22:33 +08:00
|
|
|
"@tauri-apps/cli": "^2.3.1",
|
2025-02-19 17:23:49 +08:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-11-14 09:39:22 +08:00
|
|
|
"@types/markdown-it": "^14.1.2",
|
2025-03-05 12:22:33 +08:00
|
|
|
"@types/node": "^22.13.9",
|
|
|
|
|
"@types/react": "^18.3.18",
|
|
|
|
|
"@types/react-dom": "^18.3.5",
|
2024-10-28 17:34:48 +08:00
|
|
|
"@types/react-i18next": "^8.1.0",
|
2024-11-12 09:44:49 +08:00
|
|
|
"@types/react-katex": "^3.0.4",
|
2025-02-19 11:19:15 +08:00
|
|
|
"@types/react-window": "^1.8.8",
|
2025-03-05 12:22:33 +08:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2024-10-28 17:34:48 +08:00
|
|
|
"autoprefixer": "^10.4.20",
|
2025-01-25 16:20:49 +08:00
|
|
|
"immer": "^10.1.1",
|
2025-03-05 12:22:33 +08:00
|
|
|
"postcss": "^8.5.3",
|
2025-02-21 16:52:52 +08:00
|
|
|
"release-it": "^18.1.2",
|
2025-03-05 12:22:33 +08:00
|
|
|
"tailwindcss": "^3.4.17",
|
2025-02-21 16:52:52 +08:00
|
|
|
"tsx": "^4.19.3",
|
2025-03-05 12:22:33 +08:00
|
|
|
"typescript": "^5.8.2",
|
|
|
|
|
"vite": "^5.4.14"
|
2024-10-13 17:41:16 +08:00
|
|
|
}
|
|
|
|
|
}
|