Files
dealplustech-astroreal/package.json
Kunthawat Greethong 85a0a54eb4 Use @astrojs/sitemap instead of manual sitemap.xml.ts
- astro.config.mjs: site=https://dealplustech.co.th, add sitemap integration
- Remove hardcoded sitemap.xml.ts (now auto-generated)
2026-06-16 09:48:38 +07:00

29 lines
722 B
JSON

{
"name": "dealplustech-astroreal",
"type": "module",
"version": "1.0.0",
"description": "Deal Plus Tech - ระบบน้ำคุณภาพสูง ราคาโรงงาน",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^5.0.5",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.7",
"marked": "^18.0.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0.0"
}
}