|
2 | 2 | "name": "mcp-github-oauth",
|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
| 5 | + "type": "module", |
5 | 6 | "scripts": {
|
6 |
| - "build": "tsc", |
7 |
| - "deploy": "wrangler deploy", |
8 |
| - "dev": "wrangler dev", |
| 7 | + "build": "tsc -b && vite build", |
| 8 | + "dev": "vite", |
| 9 | + "deploy": "npm exec wrangler deploy", |
9 | 10 | "eval": "evalite",
|
10 | 11 | "eval:ci": "evalite --threshold=100",
|
11 | 12 | "eval:dev": "evalite watch",
|
12 | 13 | "format": "biome format --write",
|
13 | 14 | "lint": "biome lint",
|
14 | 15 | "lint:fix": "biome lint --fix",
|
15 | 16 | "inspector": "pnpx @modelcontextprotocol/inspector@latest",
|
16 |
| - "start": "wrangler dev", |
| 17 | + "start": "vite preview", |
17 | 18 | "start:stdio": "tsx src/mcp/start-stdio.ts",
|
18 | 19 | "cf-typegen": "wrangler types",
|
19 | 20 | "postinstall": "simple-git-hooks",
|
|
25 | 26 | "devDependencies": {
|
26 | 27 | "@ai-sdk/openai": "^1.3.7",
|
27 | 28 | "@biomejs/biome": "^1.9.4",
|
| 29 | + "@cloudflare/vite-plugin": "^1.0.1", |
28 | 30 | "@cloudflare/vitest-pool-workers": "^0.8.11",
|
| 31 | + "@cloudflare/workers-types": "^4.20250407.0", |
| 32 | + "@tailwindcss/typography": "^0.5.16", |
| 33 | + "@tailwindcss/vite": "^4.1.3", |
29 | 34 | "@types/node": "^22.14.0",
|
| 35 | + "@types/react": "^19.1.0", |
| 36 | + "@types/react-dom": "^19.1.1", |
| 37 | + "@vitejs/plugin-react": "^4.3.4", |
30 | 38 | "@vitest/coverage-v8": "^2.1.9",
|
31 | 39 | "ai": "^4.3.2",
|
32 | 40 | "autoevals": "^0.0.125",
|
| 41 | + "better-sqlite3": "^11.9.1", |
33 | 42 | "dotenv": "^16.4.7",
|
34 | 43 | "evalite": "~0.10.0",
|
35 | 44 | "lint-staged": "^15.5.0",
|
36 | 45 | "msw": "^2.7.3",
|
37 | 46 | "simple-git-hooks": "^2.12.1",
|
| 47 | + "tailwindcss": "^4.1.3", |
38 | 48 | "tsx": "^4.19.3",
|
39 | 49 | "typescript": "^5.8.3",
|
40 | 50 | "vite": "^6.2.5",
|
|
46 | 56 | "@modelcontextprotocol/sdk": "^1.8.0",
|
47 | 57 | "@sentry/cloudflare": "^9.11.0",
|
48 | 58 | "agents": "~0.0.54",
|
49 |
| - "better-sqlite3": "^11.9.1", |
50 | 59 | "hono": "^4.7.5",
|
| 60 | + "react": "^19.1.0", |
| 61 | + "react-dom": "^19.1.0", |
51 | 62 | "workers-mcp": "0.1.0-3",
|
52 | 63 | "zod": "^3.24.2"
|
53 | 64 | },
|
|
0 commit comments