-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
42
43
44
45
{
"name": "brioche-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/markdown-remark": "^7.1.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.2",
"@astrojs/starlight-tailwind": "^5.0.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.1",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.1.1",
"hast": "^1.0.0",
"markdown-it": "^14.1.1",
"sanitize-html": "^2.17.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"temporal-polyfill": "^0.3.2",
"typescript": "^5.9.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.1",
"unified": "^11.0.5",
"vfile": "^6.0.3"
},
"overrides": {
"vite": "^7"
},
"volta": {
"node": "24.11.1"
}
}