123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "coco",
- "private": true,
- "version": "0.3.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "build:web": "cross-env BUILD_TARGET=web tsc && cross-env BUILD_TARGET=web tsup --format esm",
- "publish:web": "cd out/search-chat && npm publish",
- "publish:web:beta": "cd dist/search-chat && npm publish --tag beta",
- "publish:web:alpha": "cd dist/search-chat && npm publish --tag alpha",
- "publish:web:rc": "cd dist/search-chat && npm publish --tag rc",
- "preview": "vite preview",
- "tauri": "tauri",
- "release": "release-it",
- "release-rc": "release-it --preRelease=rc --preReleaseBase=1",
- "release-beta": "release-it --preRelease=beta --preReleaseBase=1"
- },
- "dependencies": {
- "@ant-design/icons": "^6.0.0",
- "@headlessui/react": "^2.2.0",
- "@reactuses/core": "^6.0.1",
- "@tauri-apps/api": "^2.4.0",
- "@tauri-apps/plugin-autostart": "~2.2.0",
- "@tauri-apps/plugin-deep-link": "^2.2.0",
- "@tauri-apps/plugin-dialog": "^2.2.0",
- "@tauri-apps/plugin-global-shortcut": "~2.0.0",
- "@tauri-apps/plugin-http": "~2.0.2",
- "@tauri-apps/plugin-os": "^2.2.1",
- "@tauri-apps/plugin-process": "^2.2.0",
- "@tauri-apps/plugin-shell": "^2.2.0",
- "@tauri-apps/plugin-updater": "^2.6.1",
- "@tauri-apps/plugin-websocket": "~2.3.0",
- "@tauri-apps/plugin-window": "2.0.0-alpha.1",
- "@wavesurfer/react": "^1.0.9",
- "ahooks": "^3.8.4",
- "axios": "^1.8.4",
- "clsx": "^2.1.1",
- "dayjs": "^1.11.13",
- "dotenv": "^16.4.7",
- "filesize": "^10.1.6",
- "i18next": "^23.16.8",
- "i18next-browser-languagedetector": "^8.0.4",
- "lodash-es": "^4.17.21",
- "lucide-react": "^0.461.0",
- "mermaid": "^11.5.0",
- "nanoid": "^5.1.5",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-draggable": "^4.4.6",
- "react-hotkeys-hook": "^4.6.1",
- "react-i18next": "^15.4.1",
- "react-markdown": "^9.1.0",
- "react-router-dom": "^6.30.0",
- "react-window": "^1.8.11",
- "rehype-highlight": "^7.0.2",
- "rehype-katex": "^7.0.1",
- "remark-breaks": "^4.0.0",
- "remark-gfm": "^4.0.1",
- "remark-math": "^6.0.0",
- "tauri-plugin-fs-pro-api": "^2.4.0",
- "tauri-plugin-macos-permissions-api": "^2.2.0",
- "tauri-plugin-screenshots-api": "^2.1.0",
- "tauri-plugin-windows-version-api": "^2.0.0",
- "use-debounce": "^10.0.4",
- "uuid": "^11.1.0",
- "wavesurfer.js": "^7.9.3",
- "zustand": "^5.0.3"
- },
- "devDependencies": {
- "@tauri-apps/cli": "^2.4.0",
- "@types/dom-speech-recognition": "^0.0.4",
- "@types/lodash-es": "^4.17.12",
- "@types/markdown-it": "^14.1.2",
- "@types/node": "^22.13.11",
- "@types/react": "^18.3.19",
- "@types/react-dom": "^18.3.5",
- "@types/react-katex": "^3.0.4",
- "@types/react-window": "^1.8.8",
- "@vitejs/plugin-react": "^4.3.4",
- "autoprefixer": "^10.4.21",
- "cross-env": "^7.0.3",
- "immer": "^10.1.1",
- "postcss": "^8.5.3",
- "release-it": "^18.1.2",
- "tailwindcss": "^3.4.17",
- "tsup": "^8.4.0",
- "tsx": "^4.19.3",
- "typescript": "^5.8.2",
- "vite": "^5.4.14"
- }
- }
|