astro-ghostcms/catppuccin-dark-demo/package.json

24 lines
546 B
JSON
Raw Normal View History

2024-01-31 22:10:06 +00:00
{
"name": "catppuccin-dark-demo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.8",
"@matthiesenxyz/astro-ghostcms": "3.1.6",
2024-02-01 08:17:33 +00:00
"@matthiesenxyz/astro-ghostcms-catppuccin": "0.0.1",
2024-01-31 22:10:06 +00:00
"@astrojs/tailwind": "^5.1.0",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
}
}