-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
47 lines (47 loc) · 1.28 KB
/
package.json
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
{
"name": "yeecord-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build && next-sitemap --config next-sitemap.config.js && tsx ./scripts/add-to-assets.ts",
"start": "next start -H 0.0.0.0",
"lint": "biome lint --write --unsafe",
"format": "biome format --write"
},
"packageManager": "pnpm@9.2.0",
"dependencies": {
"@resvg/resvg-js": "^2.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.9",
"fumadocs-core": "^14.0.2",
"fumadocs-mdx": "^11.0.0",
"fumadocs-ui": "^14.0.2",
"lucide-react": "^0.453.0",
"next": "^15.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-twitter-embed": "^4.0.4",
"rss": "^1.2.2",
"satori": "^0.11.2",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@fumadocs/cli": "^0.0.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.47",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "5.6.3"
}
}