Files
astro-tina/package.json
Kunthawat Greethong 18c4dbdb84
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Simplified: remove Tailwind, standalone static HTML
2026-04-28 10:18:57 +07:00

28 lines
635 B
JSON

{
"name": "astro-tina-sample",
"type": "module",
"version": "1.0.0",
"description": "Astro 6 + Tina CMS sample for Easypanel",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"start": "node server.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^5.0.4",
"astro": "^6.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinacms": "^2.2.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"engines": {
"node": ">=22.0.0"
}
}