-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "supportmail-docs",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/starlight": "^0.37.4",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^7.2.5",
"astro": "^5.16.15",
"sharp": "^0.34.5",
"starlight-contextual-menu": "^0.1.5",
"starlight-image-zoom": "^0.13.2",
"starlight-sidebar-swipe": "^0.1.1",
"starlight-theme-rapide": "^0.5.2",
"svelte": "^5.48.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"wrangler": "^4.60.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"starlight-site-graph": "^0.5.0"
},
"overrides": {
"picomatch": "^4.0.3"
},
"packageManager": "pnpm@10.28.1"
}