astro-ghostcms/playground/package.json

25 lines
606 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-01-31 21:49:30 +00:00
"astro": "^4.2.8",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin-dark": "workspace:*",
2024-01-31 21:12:54 +00:00
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
"tailwindcss": "^3.3.5"
2024-01-23 18:51:23 +00:00
},
"devDependencies": {
"typescript": "^5.3.3"
}
}