{ "name": "ethanreece.com", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/partytown": "^1.2.3", "@astrojs/prefetch": "^0.2.3", "@astrojs/sitemap": "^1.3.2", "@astrojs/tailwind": "^3.1.3", "@fontsource-variable/jetbrains-mono": "^5.0.3", "astro": "^2.5.6", "astro-imagetools": "^0.8.1", "astro-robots-txt": "^0.5.0", "astro-seo": "^0.7.2", "sharp": "^0.32.1", "tailwindcss": "^3.3.2", "tailwindcss-hero-patterns": "^0.1.2" }, "devDependencies": { "@typescript-eslint/parser": "^5.59.8", "autoprefixer": "^10.4.14", "cssnano": "^6.0.1", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-astro": "^0.27.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-tailwindcss": "^3.12.1", "find-up": "^6.3.0", "prettier": "^2.8.8", "prettier-plugin-astro": "^0.9.1", "prettier-plugin-sort-imports": "^1.7.2", "prettier-plugin-tailwindcss": "^0.3.0" } }