31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"name": "astroship",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.0.8",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^6.0.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": "^5.3.1",
|
|
"astro-icon": "^1.1.0",
|
|
"astro-navbar": "^2.3.2",
|
|
"astro-seo": "^0.8.3",
|
|
"sharp": "^0.33.4",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|