-
-
Notifications
You must be signed in to change notification settings - Fork 241
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": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.0.1",
"@astrojs/starlight": "^0.38.2",
"@astrojs/svelte": "^8.0.3",
"@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.3",
"astro-contributors": "^0.8.0",
"astro-d2": "^0.10.0",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.20.1",
"starlight-sidebar-topics": "^0.7.1",
"starlight-sidebar-topics-dropdown": "^0.6.0",
"svelte": "^5.55.0",
"typescript": "^5.9.3",
"unist-util-visit": "^5.1.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/mdast": "^4.0.4",
"@types/node": "^25.5.0",
"dead-or-alive": "^1.0.4",
"feedsmith": "3.0.0-next.6",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-svelte": "^3.5.1"
},
"engines": {
"node": ">=22.x"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}