-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "website",
"type": "module",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro sync && astro build --remote",
"cloudflarePreview": "astro build --remote && wrangler pages dev ./dist --port 9001",
"upgradeEverything": "pnpm dlx @astrojs/upgrade && pnpm up",
"check": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.2.0",
"@astrojs/db": "0.14.6",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.4",
"@astrojs/tailwind": "^5.1.5",
"@astrolicious/i18n": "^0.6.1",
"@iconify-json/bxl": "1.2.0",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify/svelte": "^4.2.0",
"astro": "^5.1.8",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"daisyui": "^4.12.23",
"i18next": "^23.16.8",
"photoswipe": "^5.4.4",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"svelte": "^5.19.0",
"tailwindcss": "^3.4.17",
"theme-change": "^2.5.0",
"typescript": "^5.7.3",
"wrangler": "^3.103.2"
}
}