{ "name": "playground", "type": "module", "version": "0.0.2", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^4.3.2", "@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*", "@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*", "@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*", "@matthiesenxyz/astro-ghostcms": "workspace:*", "@astrojs/tailwind": "^5.1.0", "@unocss/astro": "^0.57.7", "tailwindcss": "^3.3.5" }, "devDependencies": { "@unocss/reset": "^0.57.7", "typescript": "^5.3.3", "unocss": "^0.57.7" } }