-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/starlight": "^0.37.2",
"@playform/compress": "^0.2.1",
"astro": "^5.16.8",
"astro-d2": "^0.8.1",
"gray-matter": "^4.0.3",
"sharp": "^0.34.4",
"starlight-contributor-list": "^0.3.2",
"starlight-links-validator": "^0.18.1",
"starlight-llms-txt": "^0.6.1",
"starlight-scroll-to-top": "^0.4.0",
"starlight-sidebar-topics": "^0.6.2",
"starlight-sidebar-topics-dropdown": "^0.5.2"
},
"devDependencies": {
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1"
}
}