-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.03 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
69
70
71
{
"name": "@jalco/docs",
"version": "2026.03.1",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "tsx scripts/generate-preview-imports.ts && next dev",
"build": "tsx scripts/build-registry-index.ts && tsx scripts/generate-preview-imports.ts && next build",
"start": "next start",
"lint": "eslint .",
"registry:build": "shadcn build",
"previews:generate": "tsx scripts/generate-preview-imports.ts",
"check-types": "tsx scripts/build-registry-index.ts && tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@chenglou/pretext": "^0.0.4",
"@openpanel/web": "^1.4.0",
"@orama/orama": "^3.1.18",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.19",
"@takumi-rs/image-response": "^0.73.1",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^8.0.4",
"fumadocs-core": "^16.6.16",
"fumadocs-mdx": "^14.2.9",
"fumadocs-ui": "npm:@fumadocs/base-ui@^16.6.16",
"lucide-react": "^0.487.0",
"motion": "^12.36.0",
"next": "16.2.1",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"rimraf": "^6.1.3",
"shadcn": "^3.0.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3.3.1",
"ts-morph": "^27.0.2",
"tw-animate-css": "^1.3.6",
"uqr": "^0.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9.32.0",
"eslint-config-next": "15.3.1",
"html2canvas-pro": "^2.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.3.3",
"tailwindcss": "^4.1.11",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --no-warn-ignored --max-warnings 0"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2"
}
}
}