Capital/package.json

27 lines
602 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": {
2024-12-17 14:12:19 +00:00
"@astrojs/mdx": "^4.0.2",
2024-12-16 14:55:58 +00:00
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/material-symbols": "^1.2.10",
"astro": "^5.0.5",
"astro-icon": "^1.1.4",
2024-12-17 14:12:19 +00:00
"marked": "^15.0.4",
"sanitize-html": "^2.13.1",
2024-12-16 14:55:58 +00:00
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
2024-12-17 14:12:19 +00:00
"@types/sanitize-html": "^2.13.0",
2024-12-16 14:55:58 +00:00
"daisyui": "^4.12.22"
}
2024-12-17 14:12:19 +00:00
}