Part 10: Images - remaining products and banners

This commit is contained in:
Kunthawat Greethong
2026-05-21 16:37:51 +07:00
commit ba972d265e
512 changed files with 24237 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "dealplustech-emdash",
"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",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.7",
"marked": "^18.0.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0.0"
}
}