-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "dragonfly-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"clsx": "^2.0.0",
"foxact": "^0.2.51",
"framer-motion": "^12.24.10",
"fumadocs-core": "16.4.3",
"fumadocs-mdx": "^14.2.4",
"fumadocs-ui": "^16.4.4",
"geist": "^1.4.2",
"lucide-react": "^0.542.0",
"mermaid": "10.4.0",
"next": "16.1.1",
"next-themes": "^0.4.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-use-measure": "^2.1.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "latest",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.4.0",
"typescript": "^5.0.0"
}
}