Files
dealplustech-newastro/package.json
Kunthawat Greethong 0346bb797b Add core project configs
2026-04-17 19:35:59 +07:00

19 lines
405 B
JSON

{
"name": "dealplustech-newastro",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev --port 3004",
"build": "astro build",
"preview": "astro preview --port 3004"
},
"dependencies": {
"@astrojs/tailwind": "^5.0.0",
"astro": "^4.16.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}