-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"name": "website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"lint": "biome check --write --unsafe ."
},
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
"dependencies": {
"@orama/orama": "^3.1.16",
"@orama/tokenizers": "^3.1.16",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/postcss": "^4.1.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"fumadocs-core": "^16.0.1",
"fumadocs-mdx": "^13.0.0",
"fumadocs-ui": "^16.0.1",
"lucide-react": "^0.546.0",
"next": "^16.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-twitter-embed": "^4.0.4",
"rss": "^1.2.2",
"satori": "^0.18.3",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.7",
"@fumadocs/cli": "^1.0.3",
"@types/mdx": "^2.0.13",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.6",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.15",
"tsx": "^4.20.6",
"typescript": "5.9.3"
}
}