25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|