Files
coco-app/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2024-10-13 17:41:16 +08:00
{
"name": "coco",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2024-10-28 17:34:48 +08:00
"@headlessui/react": "^2.1.10",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-http": "~2.0.1",
2024-10-28 17:34:48 +08:00
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-websocket": "~2",
"axios": "^1.7.7",
2024-10-28 17:34:48 +08:00
"clsx": "^2.1.1",
2024-11-04 10:39:47 +08:00
"framer-motion": "^11.11.11",
2024-10-28 17:34:48 +08:00
"i18next": "^23.16.2",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
2024-11-12 09:44:49 +08:00
"mermaid": "^11.4.0",
2024-10-13 17:41:16 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-10-28 17:34:48 +08:00
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^15.1.0",
"react-markdown": "^9.0.1",
2024-10-28 17:34:48 +08:00
"react-router-dom": "^6.27.0",
2024-11-12 09:44:49 +08:00
"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",
2024-10-28 17:34:48 +08:00
"zustand": "^5.0.0"
2024-10-13 17:41:16 +08:00
},
"devDependencies": {
2024-10-28 17:34:48 +08:00
"@tauri-apps/cli": ">=2.0.0",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.4",
2024-10-13 17:41:16 +08:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
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",
2024-10-13 17:41:16 +08:00
"@vitejs/plugin-react": "^4.2.1",
2024-10-28 17:34:48 +08:00
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
2024-10-13 17:41:16 +08:00
"typescript": "^5.2.2",
2024-10-28 17:34:48 +08:00
"vite": "^5.3.1"
2024-10-13 17:41:16 +08:00
}
}