{ "name": "ax333l-site", "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.12.1", "@astrojs/mdx": "^0.11.6", "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0", "@astrojs/svelte": "^1.0.2", "@astrojs/tailwind": "^2.1.3", "@swup/a11y-plugin": "^2.1.0", "@swup/head-plugin": "^1.2.1", "@swup/preload-plugin": "^1.0.6", "@swup/slide-theme": "^1.0.5", "astro": "^1.8.0", "svelte": "^3.53.1", "swup": "^2.0.19", "tailwindcss": "^3.2.4" }, "devDependencies": { "sass": "^1.56.1" } }