forked from whitepages/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.1 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
{
"name": "@whitepages/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint",
"prepare": "husky",
"format:check": "bunx prettier . --check",
"format:write": "bunx prettier . --write",
"generate:openapi": "bun run scripts/generators/openapi/openapi.generator.ts",
"generate:postman": "bun run scripts/generators/postman/postman.generator.ts",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.32.2",
"@modelcontextprotocol/sdk": "^1.25.3",
"@opennextjs/cloudflare": "^1.19.4",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.10",
"ajv": "^8.17.1",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "16.2.3",
"fumadocs-mdx": "14.1.0",
"fumadocs-openapi": "^10.1.1",
"fumadocs-ui": "16.2.3",
"fuse.js": "^7.1.0",
"lucide-react": "^0.552.0",
"next": "16.0.11",
"next-themes": "^0.4.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"scroll-into-view-if-needed": "^3.1.0",
"tailwind-merge": "^3.4.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.16",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"baseline-browser-mapping": "^2.9.5",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"prettier": "3.7.4",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"wrangler": "^4.53.0"
}
}