-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --plugin prettier-plugin-astro --plugin prettier-plugin-svelte --write ."
},
"dependencies": {
"@astrojs/starlight": "0.35.2",
"astro": "5.12.8",
"starlight-links-validator": "^0.17.0",
"starlight-site-graph": "^0.4.1",
"starlight-typedoc": "^0.21.3",
"typedoc": "^0.28.9",
"typedoc-plugin-markdown": "^4.8.0",
"typedoc-plugin-mdn-links": "^5.0.7",
"typescript": "^5.9.2"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0"
}
}