-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 839 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 839 Bytes
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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"clsx": "^2.1.1",
"lucide-react": "^0.564.0",
"next": "^16.1.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.6",
"posthog-js": "^1.347.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"pagefind": "^1.4.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.1.6",
"engines": {
"bun": ">=1.1.6"
}
}