-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.05 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.05 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
67
68
{
"name": "mulearn-docs",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"typecheck": "tsc --noEmit",
"validate": "bun run typecheck && bun run lint",
"format:check": "biome format app collections components lib",
"format": "biome format app collections components lib --write",
"payload": "cross-env PAYLOAD_CONFIG_PATH=payload.config.ts payload",
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=payload.config.ts payload generate:types",
"prepare": "husky"
},
"dependencies": {
"@payloadcms/db-postgres": "^3.74.0",
"@payloadcms/next": "^3.71.1",
"@payloadcms/plugin-search": "^3.71.1",
"@payloadcms/richtext-lexical": "^3.71.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.4",
"@t3-oss/env-nextjs": "^0.13.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"fumadocs-core": "16.4.7",
"fumadocs-mdx": "14.2.5",
"fumadocs-ui": "16.4.7",
"graphql": "^16.12.0",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"payload": "^3.71.1",
"react": "~19.2.3",
"react-dom": "~19.2.3",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@commitlint/cli": "^20.4.0",
"@commitlint/config-conventional": "^20.4.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "25.0.8",
"@types/react": "~19.2.8",
"@types/react-dom": "~19.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}