mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-14 18:47:42 +01:00
103 lines
3.6 KiB
JSON
103 lines
3.6 KiB
JSON
{
|
|
"name": "coco",
|
|
"private": true,
|
|
"version": "0.9.1",
|
|
"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": {
|
|
"@headlessui/react": "^2.2.2",
|
|
"@infinilabs/custom-icons": "0.0.4",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-autostart": "~2.2.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
|
|
"@tauri-apps/plugin-deep-link": "^2.2.1",
|
|
"@tauri-apps/plugin-dialog": "^2.2.1",
|
|
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
|
|
"@tauri-apps/plugin-http": "~2.0.2",
|
|
"@tauri-apps/plugin-log": "~2.4.0",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-process": "^2.2.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
|
"@tauri-apps/plugin-updater": "github:infinilabs/tauri-plugin-updater#v2",
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
|
"@tauri-store/zustand": "^1.1.0",
|
|
"@wavesurfer/react": "^1.0.11",
|
|
"ahooks": "^3.8.4",
|
|
"axios": "^1.12.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.5.0",
|
|
"filesize": "^10.1.6",
|
|
"i18next": "^23.16.8",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.461.0",
|
|
"mdast-util-gfm-autolink-literal": "2.0.0",
|
|
"mermaid": "^11.6.0",
|
|
"nanoid": "^5.1.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hotkeys-hook": "^4.6.2",
|
|
"react-i18next": "^15.5.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",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tauri-plugin-fs-pro-api": "^2.4.0",
|
|
"tauri-plugin-macos-permissions-api": "^2.3.0",
|
|
"tauri-plugin-screenshots-api": "^2.2.0",
|
|
"tauri-plugin-windows-version-api": "^2.0.0",
|
|
"type-fest": "^4.41.0",
|
|
"use-debounce": "^10.0.4",
|
|
"uuid": "^11.1.0",
|
|
"wavesurfer.js": "^7.9.5",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"@types/dom-speech-recognition": "^0.0.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.15.17",
|
|
"@types/react": "^18.3.21",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@types/react-window": "^1.8.8",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"cross-env": "^7.0.3",
|
|
"immer": "^10.1.1",
|
|
"postcss": "^8.5.3",
|
|
"release-it": "^18.1.2",
|
|
"sass": "^1.87.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tsup": "^8.4.0",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^5.4.19"
|
|
},
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
} |