-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.78 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.78 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
{
"name": "@repo/docs",
"private": true,
"type": "module",
"scripts": {
"build:pre": "pnpm with-env bun ./scripts/pre-build.ts",
"build:post": "pnpm with-env bun ./scripts/post-build.ts",
"build": "pnpm run build:pre && pnpm with-env next build && pnpm run build:post",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "pnpm with-env next dev --port 3000",
"format": "prettier --check . --ignore-path ../../.gitignore --ignore-path .prettierignore",
"lint": "fumadocs-mdx && bun ./scripts/lint.ts && eslint --flag unstable_native_nodejs_ts_config",
"start": "pnpm with-env next start",
"typecheck": "tsc --noEmit",
"check:spelling": "cspell -c .cspell.json --no-progress --no-summary --no-must-find-files --cache --cache-location .cache/.cspellcache --unique .",
"with-env": "dotenv -e ../../.env --",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.88",
"@ai-sdk/react": "^3.0.238",
"@bprogress/next": "^3.2.12",
"@fumadocs/mdx-remote": "1.4.10",
"@next/bundle-analyzer": "16.2.12",
"@next/env": "16.2.12",
"@radix-ui/react-collapsible": "^1.1.20",
"@repo/ui": "workspace:*",
"@repo/validators": "workspace:*",
"@shikijs/rehype": "^4.3.1",
"@shikijs/transformers": "^4.3.1",
"@t3-oss/env-nextjs": "^0.13.11",
"@takumi-rs/core": "^1.8.7",
"@takumi-rs/helpers": "^1.8.7",
"@takumi-rs/image-response": "^1.8.7",
"ai": "^6.0.236",
"class-variance-authority": "^0.7.1",
"feed": "^5.2.1",
"fumadocs-core": "16.9.0",
"fumadocs-docgen": "3.0.10",
"fumadocs-mdx": "15.0.7",
"fumadocs-openapi": "10.9.0",
"fumadocs-twoslash": "3.2.0",
"fumadocs-typescript": "5.2.6",
"fumadocs-ui": "16.9.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"import-in-the-middle": "^3.3.2",
"jiti": "^2.7.0",
"katex": "^0.17.0",
"lucide-react": "^1.27.0",
"mermaid": "^11.16.0",
"motion": "^12.42.2",
"next": "16.2.12",
"next-themes": "^0.4.6",
"oxc-transform": "^0.129.0",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"require-in-the-middle": "^8.0.1",
"rimraf": "^6.1.3",
"shiki": "^4.3.1",
"swiper": "^12.2.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"twoslash": "^0.3.9",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"usehooks-ts": "^3.1.1",
"zod": "catalog:"
},
"devDependencies": {
"@fumadocs/cli": "1.3.10",
"@repo/cspell-config": "workspace:*",
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/bun": "catalog:",
"@types/canvas-confetti": "^1.9.0",
"@types/hast": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.14",
"@types/node": "catalog:",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"canvas-confetti": "^1.9.4",
"chokidar": "^5.0.0",
"cspell": "catalog:",
"dotenv-cli": "^11.0.0",
"eslint": "catalog:",
"gray-matter": "^4.0.3",
"mdast-util-mdx": "^3.0.0",
"next-validate-link": "^1.6.6",
"prettier": "catalog:",
"shadcn": "^4.16.0",
"source-map-support": "^0.5.21",
"tailwindcss": "catalog:",
"tinyglobby": "^0.2.17",
"ts-morph": "^28.0.0",
"typescript": "catalog:",
"unist-util-is": "^6.0.1"
},
"peerDependencies": {
"ajv": "^8.17.1"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"esbuild",
"lefthook",
"msw",
"sharp",
"unrs-resolver"
]
}