-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 811 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 811 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
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"update-cem": "node scripts/update-cem.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.35.2",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@vscode-elements/elements": "^2.5.1",
"@vscode-elements/webview-playground": "^1.7.0",
"astro": "^5.13.2",
"marked": "^15.0.11",
"sharp": "^0.34.1",
"starlight-image-zoom": "^0.12.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"custom-elements-manifest": "^2.1.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2"
}
}