92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "claudia",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"predev": "node ./scripts/copy-monaco.mjs",
|
|
"dev": "vite",
|
|
"build": "tsc && node ./scripts/copy-monaco.mjs && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"check": "tsc --noEmit && cd src-tauri && cargo check",
|
|
"postinstall": "node ./scripts/copy-monaco.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.4",
|
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
"@radix-ui/react-select": "^2.1.3",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-toast": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.1.5",
|
|
"@tailwindcss/cli": "^4.1.8",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@tanstack/react-virtual": "^3.13.10",
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
|
|
"@tauri-apps/plugin-dialog": "^2.0.2",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-shell": "^2.0.1",
|
|
"@types/diff": "^8.0.0",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@uiw/react-md-editor": "^4.0.7",
|
|
"ansi-to-html": "^0.7.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"diff": "^8.0.2",
|
|
"framer-motion": "^12.0.0-alpha.1",
|
|
"html2canvas": "^1.4.1",
|
|
"i18next": "^25.3.2",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lucide-react": "^0.468.0",
|
|
"posthog-js": "^1.258.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-i18next": "^15.6.1",
|
|
"react-markdown": "^9.0.3",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"recharts": "^2.14.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^4.1.8",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-search": "^0.13.0",
|
|
"xterm-addon-unicode11": "^0.6.0",
|
|
"xterm-addon-web-links": "^0.9.0",
|
|
"zod": "^3.24.1",
|
|
"zustand": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.7.1",
|
|
"@types/node": "^24.2.1",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/sharp": "^0.32.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
"@typescript-eslint/parser": "^8.39.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.33.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
"monaco-themes": "^0.4.6",
|
|
"sharp": "^0.34.2",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|