{ "name": "astro-tina-starter", "type": "module", "version": "1.0.0", "description": "Astro 6 + Tina CMS starter template with Tailwind CSS 4.x", "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", "db:push": "astro db push", "db:seed": "astro db seed" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "^0.14.3", "@astrojs/node": "^9.0.0", "@nanostores/react": "^0.7.3", "@tailwindcss/typography": "^0.5.15", "@tailwindcss/vite": "^4.0.0", "astro": "^6.1.7", "nanostores": "^0.11.3", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^4.0.0", "tina": "^2.1.4", "tinacms": "^2.2.4", "typescript": "^5.6.3" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1" }, "engines": { "node": ">=20.0.0" } }