Files
mariosant.dev/package.json
Surjith S M 3c0e388da0 v4 upgrade
2024-05-23 13:11:39 +05:30

31 lines
783 B
JSON

{
"name": "astroship",
"type": "module",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/bricolage-grotesque": "^5.0.6",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.102",
"@iconify-json/uil": "^1.1.8",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.8.7",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.2",
"astro-seo": "^0.8.3",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
}
}