astro-tailwind-mambaui-temp.../package.json

23 lines
492 B
JSON
Raw Permalink Normal View History

2023-11-28 16:35:40 -05:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/check": "^0.3.1",
"@astrojs/tailwind": "^5.0.2",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^3.6.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
}
}