28 lines
642 B
JSON
28 lines
642 B
JSON
{
|
|
"name": "astroship",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/image": "^0.17.2",
|
|
"@astrojs/mdx": "^0.19.7",
|
|
"@astrojs/sitemap": "^2.0.1",
|
|
"@astrojs/tailwind": "^4.0.0",
|
|
"@fontsource-variable/inter": "^5.0.5",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"astro": "^2.9.7",
|
|
"astro-icon": "^0.8.1",
|
|
"astro-navbar": "^2.0.1",
|
|
"astro-seo": "^0.7.5",
|
|
"sharp": "^0.32.4",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|