|
12 | 12 | "lint": "eslint .", |
13 | 13 | "preview": "npm run build && vite preview", |
14 | 14 | "deploy": "bun --env-file .prod.vars scripts/deploy.ts", |
| 15 | + "cli": "tsx --tsconfig tsconfig.app.json cli/index.ts", |
| 16 | + "tui": "tsx --tsconfig tsconfig.app.json cli/tui.tsx", |
15 | 17 | "cf-typegen": "wrangler types --include-runtime false", |
16 | 18 | "test": "vitest run", |
17 | 19 | "test:watch": "vitest", |
|
73 | 75 | "@radix-ui/react-toggle-group": "^1.1.11", |
74 | 76 | "@radix-ui/react-tooltip": "^1.2.8", |
75 | 77 | "@rolldown/binding-linux-x64-gnu": "^1.0.0-beta.9-commit.d91dfb5", |
76 | | - "@sentry/cloudflare": "^10.29.0", |
77 | | - "@sentry/react": "^10.29.0", |
| 78 | + "@sentry/cloudflare": "^10.30.0", |
| 79 | + "@sentry/react": "^10.30.0", |
78 | 80 | "@simplewebauthn/browser": "^13.2.2", |
79 | 81 | "@types/argon2-browser": "^1.18.4", |
80 | 82 | "@types/mdast": "^4.0.4", |
81 | 83 | "@vitejs/plugin-react": "^5.1.2", |
82 | | - "agents": "^0.2.31", |
| 84 | + "agents": "^0.2.32", |
83 | 85 | "class-variance-authority": "^0.7.1", |
| 86 | + "cli-table3": "^0.6.5", |
84 | 87 | "cloudflare": "^4.5.0", |
85 | 88 | "clsx": "^2.1.1", |
86 | 89 | "cmdk": "^1.1.1", |
| 90 | + "cross-spawn": "^7.0.6", |
87 | 91 | "date-fns": "^4.1.0", |
88 | 92 | "diff": "^8.0.2", |
89 | 93 | "drizzle-orm": "^0.44.7", |
|
92 | 96 | "eslint-import-resolver-typescript": "^4.4.4", |
93 | 97 | "eslint-plugin-import": "^2.32.0", |
94 | 98 | "fflate": "^0.8.2", |
95 | | - "framer-motion": "^12.23.25", |
| 99 | + "framer-motion": "^12.23.26", |
96 | 100 | "hash-wasm": "^4.12.0", |
97 | | - "hono": "^4.10.7", |
| 101 | + "hono": "^4.11.0", |
98 | 102 | "html2canvas-pro": "^1.5.13", |
99 | 103 | "input-otp": "^1.4.2", |
| 104 | + "inquirer": "^12.11.1", |
100 | 105 | "jose": "^5.10.0", |
101 | 106 | "jsonc-parser": "^3.3.1", |
102 | 107 | "lucide-react": "^0.541.0", |
|
105 | 110 | "nanoid": "^5.1.6", |
106 | 111 | "next-themes": "^0.4.6", |
107 | 112 | "openai": "^5.23.2", |
| 113 | + "ora": "^9.0.0", |
108 | 114 | "partysocket": "^1.1.6", |
109 | | - "react": "^19.2.1", |
| 115 | + "react": "^19.2.3", |
110 | 116 | "react-day-picker": "^9.12.0", |
111 | | - "react-dom": "^19.2.1", |
| 117 | + "react-dom": "^19.2.3", |
112 | 118 | "react-feather": "^2.0.10", |
113 | 119 | "react-hook-form": "^7.68.0", |
114 | 120 | "react-markdown": "^10.1.0", |
|
118 | 124 | "rehype-external-links": "^3.0.0", |
119 | 125 | "remark-gfm": "^4.0.1", |
120 | 126 | "remark-parse": "^11.0.0", |
121 | | - "rolldown-vite": "^7.2.10", |
| 127 | + "rolldown-vite": "^7.2.11", |
122 | 128 | "sonner": "^2.0.7", |
123 | 129 | "tailwind-merge": "^3.4.0", |
124 | 130 | "unified": "^11.0.5", |
125 | 131 | "vaul": "^1.1.2", |
126 | 132 | "vite-plugin-svgr": "^4.5.0", |
| 133 | + "ws": "^8.18.3", |
127 | 134 | "zod": "^3.25.76" |
128 | 135 | }, |
129 | 136 | "devDependencies": { |
130 | | - "@cloudflare/vite-plugin": "^1.17.0", |
| 137 | + "@cloudflare/vite-plugin": "^1.17.1", |
131 | 138 | "@cloudflare/vitest-pool-workers": "^0.8.71", |
132 | | - "@cloudflare/workers-types": "^4.20251205.0", |
133 | | - "@eslint/js": "^9.39.1", |
| 139 | + "@cloudflare/workers-types": "^4.20251213.0", |
| 140 | + "@eslint/js": "^9.39.2", |
134 | 141 | "@tailwindcss/typography": "^0.5.19", |
135 | | - "@tailwindcss/vite": "^4.1.17", |
| 142 | + "@tailwindcss/vite": "^4.1.18", |
136 | 143 | "@types/jest": "^29.5.14", |
137 | | - "@types/node": "^22.19.2", |
| 144 | + "@types/node": "^22.19.3", |
138 | 145 | "@types/react": "^19.2.7", |
139 | 146 | "@types/react-dom": "^19.2.3", |
140 | 147 | "@vitest/coverage-v8": "^3.2.4", |
141 | 148 | "drizzle-kit": "^0.31.8", |
142 | | - "eslint": "^9.39.1", |
| 149 | + "eslint": "^9.39.2", |
143 | 150 | "eslint-plugin-react-hooks": "^5.2.0", |
144 | 151 | "eslint-plugin-react-refresh": "^0.4.24", |
145 | 152 | "globals": "^16.5.0", |
146 | 153 | "husky": "^9.1.7", |
| 154 | + "ink": "^6.5.1", |
| 155 | + "ink-big-text": "^2.0.0", |
| 156 | + "ink-box": "^2.0.0", |
| 157 | + "ink-gradient": "^3.0.0", |
| 158 | + "ink-spinner": "^5.0.0", |
| 159 | + "ink-text-input": "^6.0.0", |
147 | 160 | "jest": "^29.7.0", |
148 | | - "knip": "^5.72.0", |
| 161 | + "knip": "^5.73.4", |
149 | 162 | "prettier-plugin-tailwindcss": "^0.6.14", |
150 | 163 | "tsx": "^4.21.0", |
151 | 164 | "tw-animate-css": "^1.4.0", |
152 | 165 | "typescript": "^5.9.3", |
153 | 166 | "typescript-eslint": "^8.49.0", |
154 | 167 | |
155 | 168 | "vitest": "^3.2.4", |
156 | | - "wrangler": "4.45.0" |
| 169 | + "wrangler": "4.50.0" |
157 | 170 | }, |
158 | 171 | "prettier": { |
159 | 172 | "singleQuote": true, |
|
0 commit comments