-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"sync-docs": "tsx scripts/sync-docs.ts",
"predev": "npm run sync-docs && npx fumadocs-mdx",
"prebuild": "npm run sync-docs && npx fumadocs-mdx",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.38.0",
"fumadocs-core": "^16.8.5",
"fumadocs-mdx": "^15.0.0",
"fumadocs-ui": "^16.8.5",
"js-yaml": "^4.1.1",
"lucide-react": "^1.7.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"recharts": "^3.8.1",
"shadcn": "^4.1.2",
"tailwind-merge": "^3.5.0",
"tar": "^7.5.13",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tar": "^7.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^6.0.0",
"unist-util-visit": "^5.1.0"
}
}