-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.8 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.8 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
{
"name": "librefang-docs",
"version": "0.0.1",
"type": "module",
"description": "LibreFang Agent OS Documentation",
"private": true,
"packageManager": "pnpm@10.11.1",
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"typecheck": "tsc --noEmit",
"format": "biome format src --write"
},
"dependencies": {
"@algolia/autocomplete-core": "1.19.3",
"@headlessui/react": "2.2.7",
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "15.5.2",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.16",
"clsx": "^2.1.1",
"fast-glob": "^3.3.3",
"flexsearch": "^0.8.205",
"focus-visible": "^5.2.1",
"hast-util-from-html": "^2.0.3",
"lucide-react": "^0.577.0",
"marked": "16.2.1",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"motion": "12.23.12",
"next": "15.5.2",
"next-themes": "^0.4.6",
"prism-react-renderer": "^2.4.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-highlight-words": "^0.21.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "3.1.1",
"shiki": "^2.5.0",
"tailwind-merge": "^3.3.1",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@tailwindcss/postcss": "^4.2.1",
"@types/mdx": "^2.0.13",
"@types/node": "^22.0.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@types/react-highlight-words": "^0.20.0",
"acorn": "^8.15.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-focus-visible": "^10.0.1",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "4.1.12",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
}
}