-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "docs",
"private": true,
"type": "module",
"version": "0.3.2",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"fetch-obsidian-icons": "bun run ./scripts/fetch-obsidian-icons.ts",
"combine-icons": "bun run ./scripts/combine-icons.ts",
"fetch-lucide-icons": "bun run ./scripts/fetch-lucide-icons.ts"
},
"devDependencies": {
"@types/node-fetch": "^2.6.12",
"@types/yauzl": "^2.10.3",
"yauzl": "^3.2.0"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.34.2",
"@astrojs/svelte": "^7.1.0",
"@svelte-put/clickoutside": "^4.0.0",
"astro": "^5.7.10",
"astro-og-canvas": "^0.7.0",
"fuse.js": "^7.1.0",
"starlight-links-validator": "^0.12.4",
"starlight-obsidian": "^0.9.0",
"starlight-package-managers": "^0.7.0",
"starlight-site-graph": "^0.5.0",
"starlight-theme-obsidian": "^0.4.1",
"svelte": "^5.33.1",
"typescript": "^5.8.3"
},
"overrides": {
"picomatch": "^4.0.3"
}
}