22 lines
475 B
JSON
22 lines
475 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|