31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"name": "mariosant.dev",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.2.0",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@fontsource-variable/inter": "^5.2.5",
|
|
"@iconify-json/heroicons": "^1.2.1",
|
|
"@iconify-json/hugeicons": "^1.2.29",
|
|
"@iconify-json/mynaui": "^1.2.5",
|
|
"@iconify-json/simple-icons": "^1.2.28",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"astro": "^5.5.2",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-seo": "^0.8.4",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^4.0.14"
|
|
}
|
|
}
|