-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 937 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
35
36
{
"name": "clearurls-docs",
"version": "2.0.0",
"private": true,
"description": "ClearURLs documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"typecheck": "tsc --noEmit",
"postbuild": "node scripts/post-export.mjs",
"smoke": "node scripts/check-export.mjs"
},
"dependencies": {
"fumadocs-core": "16.15.7",
"fumadocs-mdx": "15.4.0",
"fumadocs-ui": "16.15.7",
"lucide-react": "^1.41.0",
"next": "16.3.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@playwright/test": "^1.63.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"playwright": "^1.63.0",
"postcss": "^8.5.6",
"puppeteer-core": "^25.10.0",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
}
}