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
121 lines (121 loc) · 3.63 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.63 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
{
"name": "docs-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/escape-angles.mjs",
"build": "next build",
"start": "next start -p 3000",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "fumadocs-mdx && prisma generate",
"prepare": "husky",
"lint:images": "node scripts/check-images.mjs",
"migrate:images": "node scripts/move-doc-images.mjs",
"docs:sync-cuid": "node scripts/uuid.mjs",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"typecheck": "tsc --noEmit",
"check:pnpm-version": "node scripts/check-pnpm-version.mjs",
"check:lockfile": "node scripts/check-lockfile.mjs"
},
"dependencies": {
"@ai-sdk/google": "^2.0.14",
"@ai-sdk/openai": "^2.0.32",
"@ai-sdk/openai-compatible": "^1.0.19",
"@ai-sdk/react": "^2.0.48",
"@assistant-ui/react": "^0.11.14",
"@assistant-ui/react-ai-sdk": "^1.1.0",
"@assistant-ui/react-markdown": "^0.11.0",
"@auth/prisma-adapter": "^2.11.1",
"@aws-sdk/client-s3": "^3.932.0",
"@aws-sdk/s3-request-presigner": "^3.932.0",
"@giscus/react": "^3.1.0",
"@milkdown/crepe": "^7.17.1",
"@milkdown/kit": "^7.17.1",
"@orama/orama": "^3.1.14",
"@orama/tokenizers": "^3.1.14",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@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",
"@types/pg": "^8.16.0",
"@vercel/speed-insights": "^1.2.0",
"ai": "^5.0.97",
"antd": "^5.27.4",
"baseline-browser-mapping": "^2.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"eslint-plugin-unused-imports": "^4.3.0",
"fast-glob": "^3.3.3",
"fumadocs-core": "^15.7.13",
"fumadocs-mdx": "^11.10.1",
"fumadocs-ui": "^15.7.13",
"lucide-react": "^0.544.0",
"motion": "^12.23.16",
"next": "16.1.5",
"next-auth": "5.0.0-beta.30",
"next-intl": "^4.3.9",
"pg": "^8.18.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.11",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@paralleldrive/cuid2": "^2.2.2",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdast": "^4.0.4",
"@types/node": "latest",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-config-next": "16.0.7",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"fast-glob": "^3.3.3",
"globals": "^16.4.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"katex": "^0.16.22",
"lint-staged": "^16.1.6",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"prisma": "^7.4.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"tailwindcss": "^4.1.13",
"tsx": "^4.21.0",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2",
"typescript-eslint": "^8.46.2",
"unist-util-visit": "^5.0.0",
"vercel": "^48.8.0",
"vitest": "^4.0.6"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}