{ "name": "@example/basics", "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.11.6", "@astrojs/mdx": "^0.11.6", "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^2.1.3", "@fontsource/inter": "^4.5.14", "astro": "^1.9.0", "astro-feather-icons": "^1.0.2", "astro-icon": "^0.8.0", "astro-navbar": "^1.1.5", "astro-seo": "^0.6.1", "tailwindcss": "^3.2.4" }, "devDependencies": { "@tailwindcss/typography": "^0.5.8", "sharp": "^0.31.3" } }