forked from zvec-ai/zvec-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "i18n-app",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@fumadocs/language": "0.2.2",
"@orama/orama": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.38.0",
"fumadocs-core": "16.12.0",
"fumadocs-mdx": "15.2.0",
"fumadocs-ui": "16.12.0",
"katex": "^0.16.46",
"lucide-react": "^1.16.0",
"next": "^16.2.6",
"next-validate-link": "^1.6.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
"react-medium-image-zoom": "^5.4.5",
"rehype-katex": "^7.0.1",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/bun": "^1.3.14",
"@types/mdx": "^2.0.13",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"wrangler": "4.113.0"
}
}