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
30 lines (30 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 761 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": "",
"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.10",
"@astrojs/check": "^0.9.6",
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/starlight": "^0.37.6",
"@fontsource/neucha": "^5.2.8",
"@iconify-json/simple-icons": "^1.2.70",
"@iconify-json/solar": "^1.2.5",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.10.1",
"astro-swiper": "^1.4.0",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
},
"devDependencies": {
"sass-embedded": "^1.97.1"
}
}