-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 827 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
32
33
{
"name": "programmers.guide",
"type": "module",
"version": "0.9",
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.3.2",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/starlight": "^0.32.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^5.16.12",
"astro-embed": "^0.9.0",
"astro-icon": "^0.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.34.1",
"starlight-auto-sidebar": "^0.1",
"starlight-image-zoom": "^0.13.2",
"starlight-links-validator": "^0.14.3",
"swiper": "^12.1"
},
"devDependencies": {
"accessible-astro-components": "^2.3.6",
"wrangler": "^4.61.1"
}
}