forked from InvolutionHell/involutionhell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.1 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.1 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
{
"name": "docs-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"postinstall": "fumadocs-mdx",
"prepare": "husky",
"lint:images": "node scripts/check-images.mjs",
"migrate:images": "node scripts/move-doc-images.mjs",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/google": "^2.0.14",
"@ai-sdk/openai": "^2.0.32",
"@ai-sdk/react": "^2.0.45",
"@assistant-ui/react": "^0.11.10",
"@assistant-ui/react-ai-sdk": "^1.1.0",
"@assistant-ui/react-markdown": "^0.11.0",
"@giscus/react": "^3.1.0",
"@orama/orama": "^3.1.13",
"@orama/tokenizers": "^3.1.13",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/mdx": "^2.0.13",
"@vercel/speed-insights": "^1.2.0",
"ai": "^5.0.45",
"antd": "^5.27.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"fumadocs-core": "^15.7.11",
"fumadocs-mdx": "^11.9.1",
"fumadocs-ui": "^15.7.11",
"lucide-react": "^0.544.0",
"motion": "^12.23.14",
"next": "^15.5.3",
"next-intl": "^4.3.8",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.9",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "latest",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"eslint": "^9.35.0",
"eslint-config-next": "^15.5.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "^5.6.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}