astro-ghostcms/playgrounds/astro-playground/package.json

29 lines
762 B
JSON

{
"name": "astro-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.5.6",
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
"@unocss/astro": "^0.58.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@unocss/reset": "^0.58.6",
"typescript": "^5.4.2",
"unocss": "^0.58.6"
}
}