-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"format-check": "prettier . --check"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.8",
"@astrojs/starlight": "^0.28.3",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/inter": "^5.1.0",
"astro": "^4.16.2",
"astro-compress": "^2.3.3",
"astro-robots-txt": "^1.0.0",
"lucide-astro": "^0.452.0",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"starlight-blog": "^0.13.0",
"starlight-image-zoom": "^0.8.0",
"starlight-links-validator": "^0.12.3",
"starlight-package-managers": "^0.7.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.3.11",
"@types/sanitize-html": "^2.13.0",
"prettier": "3.3.3"
}
}