-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.9 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 4.9 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "meetingbaas-docs",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm transpile && pnpm build:pre && next build && pnpm build:post",
"transpile": "node scripts/transpile-scripts.js",
"build:pre": "tsx scripts/pre-build.mts",
"build:post": "node scripts-dist/post-build.mjs",
"clean": "rimraf .next scripts-dist",
"clean:updates": "node scripts/cleanup.js",
"clean:updates:keep-openapi": "node scripts/cleanup.js --keep-openapi",
"clean:git-updates": "tsx ./scripts/updates/clean-git-updates.mts",
"setup:git-updates": "node scripts-dist/updates/setup-updates.mjs",
"dev": "next dev",
"lint": "fumadocs-mdx && tsx ./scripts/lint.mts && next lint",
"start": "next start",
"postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ./.env --",
"test:updates": "tsx ./scripts/updates/generate-updates.mts",
"test:git-updates": "REPO_FLAGS='--with-diff --include-code --only-with-pr-mr' tsx ./scripts/updates/generate-git-diff-updates.mts",
"test:all-updates": "tsx ./scripts/updates/generate-all.mts",
"regenerate:git-updates": "tsx ./scripts/updates/clean-git-updates.mts && tsx ./scripts/updates/generate-git-diff-updates.mts",
"update:all": "chmod +x ./git_greppers/local-git-setup.sh && REPO_FLAGS='--with-diff --include-code --only-with-pr-mr' ./git_greppers/local-git-setup.sh && pnpm clean:git-updates && pnpm test:git-updates && rimraf .next && pnpm build && pnpm dev",
"update:speaking-bots": "chmod +x ./git_greppers/update-single-repo.sh && ./git_greppers/update-single-repo.sh speaking-meeting-bot && pnpm clean:git-updates && pnpm test:git-updates",
"update:repo": "chmod +x ./git_greppers/update-single-repo.sh && ./git_greppers/update-single-repo.sh \"$REPO\" && pnpm clean:git-updates && pnpm test:git-updates",
"clean:cache": "rimraf .next && pnpm clean:git-updates",
"enhance:updates": "tsx ./scripts/enhance-updates.mts",
"enhance:all-non-api": "tsx ./scripts/enhance-all-non-api.mts"
},
"dependencies": {
"@ai-sdk/anthropic": "^1",
"@ai-sdk/react": "^1.2.5",
"@ai-sdk/ui-utils": "^1.2.4",
"@fumadocs/mdx-remote": "^1.4.4",
"@meeting-baas/sdk": "^5.0.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@openrouter/ai-sdk-provider": "^0.4.5",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.9",
"@shikijs/rehype": "^3.2.1",
"@theguild/remark-mermaid": "^0.3.0",
"ai": "^4.2.10",
"banner": "^0.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"fumadocs-core": "^16.2.3",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "14.1.0",
"fumadocs-openapi": "10.2.6",
"fumadocs-twoslash": "^3.1.12",
"fumadocs-typescript": "^4.0.1",
"fumadocs-ui": "16.2.3",
"geist": "^1.3.1",
"hast-util-to-jsx-runtime": "^2.3.6",
"katex": "^0.16.21",
"lucide-react": "^0.486.0",
"mcp-handler": "1.1.0",
"mermaid": "^11.12.2",
"minimist": "^1.2.8",
"next": "16.1.6",
"next-themes": "^0.4.6",
"octokit": "^4.1.2",
"ora": "^7.0.1",
"oxc-transform": "^0.62.0",
"phenomenon": "^1.6.0",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^3.2.1",
"tailwind-merge": "^3.1.0",
"twoslash": "^0.3.1",
"yaml": "^2.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@fumadocs/cli": "0.1.0",
"@next/bundle-analyzer": "16.1.6",
"@next/env": "16.1.6",
"@next/eslint-plugin-next": "16.1.6",
"@tailwindcss/postcss": "^4.1.1",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/minimist": "^1.2.5",
"@types/node": "22.13.16",
"@types/node-fetch": "^2.6.12",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"date-fns": "^4.1.0",
"esbuild": "^0.19.10",
"eslint": "^9.23.0",
"eslint-config-next": "^16.1.6",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"next-validate-link": "^1.5.2",
"node-fetch": "^3.3.2",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^25.0.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}