Part 1: Source code - Astro project structure and components

This commit is contained in:
Kunthawat Greethong
2026-05-21 16:33:59 +07:00
commit 5219cf8f72
74 changed files with 14762 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"
}
}