-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.76 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@cloudflare/ai-mono",
"private": true,
"author": "Cloudflare Inc.",
"scripts": {
"create-demo": "tsx ./tools/create-demo/index.ts",
"format": "oxfmt --write .",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"postinstall": "nx run-many --target=build --projects='packages/*'",
"prepare": "if [ \"$CI\" ]; then echo 'Skipping husky setup in CI'; else husky; fi",
"generate-npm-lockfiles": "aicli generate-npm-lockfiles",
"lint-npm-lockfiles": "aicli lint-npm-lockfiles"
},
"devDependencies": {
"@ai-sdk/openai": "^3.0.49",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@clack/prompts": "^1.2.0",
"@cloudflare/workers-oauth-provider": "^0.4.0",
"@langchain/core": "^1.1.38",
"@modelcontextprotocol/sdk": "1.29.0",
"@repo/aicli": "workspace:*",
"@types/ejs": "^3.1.5",
"@types/node": "^25.5.0",
"@types/wait-on": "^5.3.4",
"agents": "^0.9.0",
"ai": "^6.0.143",
"chalk": "^5.6.2",
"dayjs": "^1.11.20",
"dotenv": "^17.4.0",
"ejs": "^5.0.1",
"eventsource-parser": "^3.0.6",
"fetch-event-stream": "^0.1.6",
"get-port": "^7.2.0",
"globals": "^17.4.0",
"handlebars": "^4.7.9",
"hono": "^4.12.9",
"husky": "^9.1.7",
"langchain": "^1.2.39",
"marked": "^17.0.5",
"msw": "^2.12.14",
"nx": "22.6.4",
"oxfmt": "^0.43.0",
"oxlint": "^1.58.0",
"tsdown": "^0.21.7",
"tsx": "^4.21.0",
"typescript": "6.0.2",
"vite": "^8.0.3",
"vitest": "~4.1.2",
"wait-on": "^9.0.4",
"wrangler": "^4.79.0",
"zod": "^4.3.6"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"core-js-pure",
"esbuild",
"msw",
"sharp",
"workerd"
],
"patchedDependencies": {
"@ai-sdk/google-vertex": "patches/@ai-sdk__google-vertex.patch"
}
}
}