mirror of
https://github.com/mfakbar127/Claude-Samurai
synced 2026-06-21 13:57:42 +00:00
84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"name": "cc-mate",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/fold": "^0.19.4",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-markdown": "^6.4.0",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/language-data": "^6.5.1",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@lobehub/icons": "^2.38.0",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@remixicon/react": "^4.6.0",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.4.0",
|
|
"@tauri-apps/plugin-notification": "^2.3.1",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "~2",
|
|
"@tremor/react": "^3.18.7",
|
|
"@uiw/codemirror-theme-vscode": "^4.25.2",
|
|
"@uiw/react-codemirror": "^4.25.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^25.5.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.544.0",
|
|
"nanoid": "^5.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.64.0",
|
|
"react-i18next": "^16.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^7.9.3",
|
|
"recharts": "^3.2.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwind-variants": "^3.1.1",
|
|
"ts-pattern": "^5.8.0",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.1",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"shadcn": "^3.5.0",
|
|
"tailwindcss": "^4.1.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|