-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.1 KB
/
package.json
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
{
"name": "meetingbaas-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "pnpm build:pre && next build && pnpm build:post",
"build:pre": "tsx ./scripts/pre-build.mts",
"build:post": "tsx ./scripts/post-build.mts",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "fumadocs-mdx && tsx ./scripts/lint.mts && eslint .",
"build:docs": "tsx ./scripts/generate-docs.mts",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@inkeep/ai-api": "^0.8.0",
"@next/bundle-analyzer": "^15.1.6",
"@next/env": "^15.1.0",
"@oramacloud/client": "^1.3.20",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.0",
"@shikijs/rehype": "^2.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "15.0.4",
"fumadocs-docgen": "^1.3.6",
"fumadocs-mdx": "11.5.1",
"fumadocs-openapi": "^6.0.5",
"fumadocs-twoslash": "^3.0.0",
"fumadocs-typescript": "^3.0.3",
"fumadocs-ui": "15.0.4",
"hast-util-to-jsx-runtime": "^2.3.2",
"lucide-react": "^0.454.0",
"next": "15.1.6",
"nuqs": "^2.2.3",
"oxc-transform": "^0.48.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.29.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.7",
"@tailwindcss/postcss": "^4.0.0",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.8.6",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"dotenv-cli": "^7.4.4",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"next-validate-link": "^1.4.1",
"postcss": "^8.4.49",
"source-map-support": "^0.5.21",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}