Files
astro-tina/package.json
Kunthawat Greethong 03e4991c6c
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Build: skip tinacms build step - only run astro build
2026-04-27 20:02:23 +07:00

35 lines
833 B
JSON

{
"name": "astro-tina-sample",
"type": "module",
"version": "1.0.0",
"description": "Astro 6 + Tina CMS sample",
"scripts": {
"dev": "tinacms dev --port 3001 & astro dev",
"dev:astro": "astro dev",
"dev:tina": "tinacms dev --port 3001",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@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"
},
"engines": {
"node": ">=20.0.0"
}
}