astro-ghostcms/playground/package.json

29 lines
756 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"name": "playground",
"type": "module",
2024-02-14 10:38:23 +00:00
"version": "0.0.2",
2024-01-23 18:51:23 +00:00
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.3.2",
2024-01-31 21:49:30 +00:00
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
2024-02-01 08:14:44 +00:00
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
2024-02-10 15:43:11 +00:00
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
2024-01-31 21:12:54 +00:00
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
2024-02-10 15:43:11 +00:00
"@unocss/astro": "^0.57.7",
2024-01-31 21:12:54 +00:00
"tailwindcss": "^3.3.5"
2024-01-23 18:51:23 +00:00
},
"devDependencies": {
2024-02-10 15:43:11 +00:00
"@unocss/reset": "^0.57.7",
"typescript": "^5.3.3",
"unocss": "^0.57.7"
2024-01-23 18:51:23 +00:00
}
}