-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.49 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.49 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
{
"name": "fumadocs-app",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "tsc --noEmit",
"build": "npm run generate-apps && next build",
"build:analyze": "npm run generate-apps && ANALYZE=true next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"generate-apps": "node scripts/generate-apps-api.js",
"generate-apps:clean": "node scripts/generate-apps-api.js --clean"
},
"dependencies": {
"@marsidev/react-turnstile": "^1.3.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.2.0",
"@number-flow/react": "^0.5.10",
"@orama/tokenizers": "^3.1.11",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"caniuse-lite": "^1.0.30001713",
"canvas": "^3.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"feed": "^5.1.0",
"fumadocs-core": "^15.2.6",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "^11.5.8",
"fumadocs-ui": "^15.2.8",
"fuse.js": "^7.1.0",
"input-otp": "^1.4.2",
"jest-worker": "^29.7.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.451.0",
"matter-js": "^0.20.0",
"motion": "^12.23.24",
"next": "^14.2.28",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-player": "^2.16.0",
"react-responsive": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"satori": "^0.18.3",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animated": "^2.0.0",
"three": "^0.170.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.4.1",
"@tailwindcss/postcss": "^4.1.3",
"@types/matter-js": "^0.20.2",
"@types/mdx": "^2.0.13",
"@types/node": "22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.45",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.3",
"typescript": "^5.5.4"
}
}