Complete MoreminiMore Astro site migration

This commit is contained in:
Kunthawat Greethong
2026-08-09 10:31:15 +07:00
parent 491bf7b3be
commit 2885e198d7
146 changed files with 8139 additions and 2836 deletions

View File

@@ -3,7 +3,23 @@
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {"dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview"},
"dependencies": {"@astrojs/sitemap": "^3.2.1", "astro": "^5.10.0"},
"devDependencies": {"@astrojs/check": "^0.9.4", "typescript": "^5.8.3"}
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"start": "node server.js"
},
"dependencies": {
"@aws-sdk/client-sesv2": "^3.883.0",
"@astrojs/sitemap": "^3.2.1",
"astro": "^7.1.1",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"gsap": "^3.15.0",
"nodemailer": "^9.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"typescript": "^5.8.3"
}
}