Files
astro-tina/package.json
Kunthawat Greethong 5548f45091
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Fix: correct Tina CMS versions to 2.2.3
2026-04-27 19:37:02 +07:00

35 lines
850 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": "tinacms 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"
}
}