-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 867 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 867 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
{
"name": "hackheim-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"devdeploy": "astro build && wrangler deploy"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/cloudflare": "^12.6.6",
"@astrojs/starlight": "^0.35.2",
"@astrojs/starlight-tailwind": "^4.0.1",
"@astrojs/svelte": "^7.1.0",
"@lucide/astro": "^0.542.0",
"@lucide/svelte": "^0.544.0",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.6.1",
"astro-embed": "^0.12.0",
"astro-favicons": "^3.1.5",
"esm-env": "^1.2.2",
"sharp": "^0.34.2",
"svelte": "^5.38.6",
"svelte-medium-image-zoom": "^0.2.6",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
}
}