-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 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
{
"name": "docs",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "bun astro dev",
"start": "bun astro preview",
"build": "bun astro build",
"preview": "bun astro preview",
"format": "bun prettier . --write",
"format:check": "bun prettier . --check",
"typecheck": "bun astro sync && tsc --noEmit"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/node": "^9.5.1",
"@astrojs/starlight": "^0.37.1",
"@astrojs/svelte": "^7.2.3",
"@expressive-code/plugin-collapsible-sections": "^0.41.4",
"@expressive-code/plugin-line-numbers": "^0.41.4",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"astro": "5.17.3",
"gsap": "^3.14.2",
"lucide-svelte": "^0.574.0",
"sharp": "^0.34.5",
"starlight-contributor-list": "^0.3.1",
"starlight-sidebar-topics": "^0.6.2",
"starlight-sidebar-topics-dropdown": "^0.5.2",
"starlight-plugin-icons": "^1.1.3",
"svelte": "^5.46.0",
"typescript": "^5.9.3",
"yaml": "^2.8.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.15",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.6",
"@iconify-json/streamline-plump": "^1.2.0",
"autoprefixer": "^10.4.23",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-svelte": "^3.4.0",
"unocss": "^66.5.10"
}
}