Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
@tailwindcss/vite to 4.4.2 + add missing pages directory
35 lines
833 B
JSON
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.4.2",
|
|
"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"
|
|
}
|
|
}
|