this repo has no description
1{
2 "name": "worklog",
3 "version": "0.1.0",
4 "type": "module",
5 "scripts": {
6 "cli": "bun run src/cli/index.ts",
7 "dev": "bun run src/cli/index.ts serve & vite",
8 "dev:grab": "bunx @react-grab/claude-code@latest & bun run dev",
9 "build": "vite build",
10 "serve": "bun run src/cli/index.ts serve"
11 },
12 "dependencies": {
13 "@ai-sdk/anthropic": "^2.0.56",
14 "ai": "^5.0.115",
15 "lucide-react": "^0.562.0",
16 "react": "^18.3.1",
17 "react-dom": "^18.3.1",
18 "react-router-dom": "^7.1.1",
19 "zod": "^4.2.1"
20 },
21 "devDependencies": {
22 "@types/bun": "latest",
23 "@types/react": "^18.3.18",
24 "@types/react-dom": "^18.3.5",
25 "@vitejs/plugin-react": "^4.3.4",
26 "autoprefixer": "^10.4.20",
27 "postcss": "^8.4.49",
28 "tailwindcss": "^3.4.17",
29 "typescript": "^5.7.2",
30 "vite": "^6.0.6"
31 }
32}