Simplified: remove Tailwind, standalone static HTML
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-28 10:18:57 +07:00
parent ad3bd39c2d
commit 18c4dbdb84
14 changed files with 97 additions and 362 deletions

View File

@@ -2,14 +2,11 @@
"name": "astro-tina-sample",
"type": "module",
"version": "1.0.0",
"description": "Astro 6 + Tina CMS sample",
"description": "Astro 6 + Tina CMS sample for Easypanel",
"scripts": {
"dev": "tinacms dev --port 3001 & astro dev",
"dev:astro": "astro dev",
"dev:tina": "tinacms dev --port 3001",
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start": "node server.js"
},
"dependencies": {
@@ -18,18 +15,14 @@
"astro": "^6.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tinacms/cli": "^2.2.3",
"tinacms": "^2.2.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.2.4",
"@tailwindcss/typography": "^0.5.15"
"@types/react-dom": "^18.3.1"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
}
}
}