fix: Add missing package.json at root

This commit is contained in:
Kunthawat Greethong
2026-03-03 10:23:37 +07:00
parent 4af465c678
commit f20a498f59

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "dealplustech-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"tailwindcss": "^4.2.1"
}
}