Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "clawpal",
|
|
"version": "0.1.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "tsc --noEmit",
|
|
"typecheck": "tsc --noEmit",
|
|
"release:dry-run": "bash scripts/release.sh --dry-run",
|
|
"release": "bash scripts/release.sh"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"json5": "^2.2.3",
|
|
"lucide-react": "^0.564.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^18.3.1",
|
|
"react-diff-viewer-continued": "^4.1.2",
|
|
"react-dom": "^18.3.1",
|
|
"tailwind-merge": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^18.3.2",
|
|
"@types/react-dom": "^18.3.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.1"
|
|
}
|
|
}
|