-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 989 Bytes
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
{
"name": ".",
"version": "0.0.6",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.11.5",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.0.8",
"fumadocs-core": "16.11.5",
"fumadocs-mdx": "15.2.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.11.5",
"lucide-react": "^1.24.0",
"next": "16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.17",
"react-medium-image-zoom": "^5.4.8",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
}
}