-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3013",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip",
"check-for-typos": "cspell '**/*.{md,mdx,ts,tsx,mdoc}'",
"test": "bun test",
"format": "biome format --write .",
"check": "biome check --write ."
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.2.7",
"@heroicons/react": "^2.2.0",
"@markdoc/markdoc": "^0.4.0",
"yaml": "^2.7.0",
"@mermaid-js/layout-elk": "^0.1.8",
"@orama/highlight": "^0.1.9",
"@orama/orama": "^3.1.16",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-tabs": "^1.1.12",
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "20.6.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"dotenv": "^16.5.0",
"gray-matter": "^4.0.3",
"marked": "^9.1.6",
"mermaid": "^11.7.0",
"next": "15.4.10",
"postcss": "8.4.30",
"react": "19.1.0",
"react-dom": "19.1.0",
"shiki": "^1.29.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "4.1.10",
"typescript": "5.2.2"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@shikijs/transformers": "^1.29.2",
"@types/bun": "^1.3.5",
"cspell": "^8.19.4",
"eslint-config-next": "15.3.5",
"knip": "^5.61.2"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"oxc-resolver",
"unrs-resolver"
]
}