Files
dealplustech/package.json
Kunthawat Greethong 5f9673aac4 Initial commit - Deal Plus Tech Astro Website
 53 pages (34 products + corporate)
 All logo images
 Nginx Dockerfile (production-ready)
 PDPA compliant (cookie consent)
 Modern design with Kanit font
 Line + Phone buttons on products

Built: 2026-03-13
2026-03-13 10:38:49 +07:00

26 lines
569 B
JSON

{
"name": "dealplustech-astro",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"db:push": "astro db push",
"db:seed": "node db/seed.js"
},
"dependencies": {
"@astrojs/db": "^0.14.0",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.1",
"astro-consent": "^1.0.0",
"drizzle-orm": "^0.38.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}