-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.53 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.53 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",
"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": "^7.1.0",
"@astrojs/node": "^10.0.4",
"@astrojs/starlight": "^0.38.2",
"@astrojs/svelte": "^8.0.4",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"astro": "^6.1.1",
"dead-or-alive": "^1.0.4",
"gsap": "^3.14.2",
"lucide-svelte": "^1.0.1",
"sharp": "^0.34.5",
"starlight-contributor-list": "^0.4.0",
"starlight-plugin-icons": "^1.1.6",
"starlight-sidebar-topics": "^0.7.1",
"starlight-sidebar-topics-dropdown": "^0.6.0",
"svelte": "^5.55.0",
"typescript": "^6.0.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.20",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.10",
"@iconify-json/streamline-plump": "^1.2.0",
"@unocss/astro": "^66.6.7",
"autoprefixer": "^10.4.27",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-svelte": "^3.5.1",
"unocss": "^66.6.7"
}
}