-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "@docs/ensnode",
"private": true,
"type": "module",
"version": "1.8.0",
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check --write",
"lint:ci": "biome ci"
},
"dependencies": {
"@astrojs/mdx": "^4.3.9",
"@astrojs/react": "catalog:",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/starlight": "^0.36.1",
"@astrojs/starlight-tailwind": "^4.0.1",
"@astrojs/tailwind": "catalog:",
"@fontsource/inter": "^5.2.5",
"@headlessui-float/react": "0.15.1",
"@headlessui/react": "^2.2.0",
"@iconify-json/lucide": "^1.2.52",
"@namehash/namekit-react": "catalog:",
"@octokit/rest": "^20.1.2",
"@tailwindcss/vite": "^4.1.15",
"astro": "catalog:",
"astro-font": "catalog:",
"astro-icon": "^1.1.5",
"astro-mermaid": "^1.0.4",
"astro-seo": "catalog:",
"classcat": "5.0.5",
"fuse.js": "^7.1.0",
"mermaid": "^11.12.3",
"react": "^18",
"react-dom": "^18",
"react-wrap-balancer": "^1.1.1",
"sharp": "^0.33.5",
"starlight-llms-txt": "^0.5.0",
"starlight-sidebar-topics": "^0.4.1",
"tailwindcss": "4.1.5"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18"
}
}