{ "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/alpinejs": "^0.1.2", "@astrojs/image": "^0.11.0", "@astrojs/mdx": "^0.11.5", "@astrojs/tailwind": "^2.1.1", "@fontsource/inter": "^4.5.14", "@types/alpinejs": "^3.0.0", "alpinejs": "^3.0.0", "astro": "^1.6.0", "astro-feather-icons": "^1.0.2", "astro-icon": "^0.8.0", "astro-seo": "^0.6.0", "tailwindcss": "^3.0.24" }, "devDependencies": { "@tailwindcss/typography": "^0.5.7" } }