forked from kando-menu/kando-menu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 729 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 check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.7",
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.7",
"@astrojs/starlight": "^0.36.0",
"@fontsource/neucha": "^5.2.8",
"@iconify-json/simple-icons": "^1.2.52",
"@iconify-json/solar": "^1.2.4",
"astro": "^5.13.10",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.7.0",
"sharp": "^0.34.4",
"typescript": "^5.9.2"
},
"devDependencies": {
"sass-embedded": "^1.93.0"
}
}