-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
46
47
{
"name": "website",
"type": "module",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"cfPreview": "astro build && wrangler dev --port 9001",
"cfDeploy": "astro build && wrangler deploy",
"upgradeEverything": "pnpm dlx @astrojs/upgrade && pnpm up",
"check": "astro check",
"screenshots": "node scripts/screenshots.js"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/svelte": "^7.2.5",
"@iconify/svelte": "^5.2.1",
"astro": "^5.16.9",
"astro-icon": "^1.1.5",
"astro-seo": "^1.1.0",
"daisyui": "^5.5.14",
"photoswipe": "^5.4.4",
"sharp": "^0.34.5",
"svelte": "^5.46.3",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@iconify-json/bxl": "1.2.0",
"@iconify-json/material-symbols": "^1.2.51",
"@tailwindcss/vite": "^4.1.18",
"biome": "^0.3.3",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"wrangler": "^4.59.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}