Capital/package.json

22 lines
475 B
JSON
Raw Normal View History

2024-12-16 14:55:58 +00:00
{
"name": "capital",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/material-symbols": "^1.2.10",
"astro": "^5.0.5",
"astro-icon": "^1.1.4",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.22"
}
}