me
/
ethanreece.com
Archived
1
0
Fork 0
This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
ethanreece.com/package.json

58 lines
1.9 KiB
JSON

{
"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/mdx": "^0.19.7",
"@astrojs/partytown": "^1.2.3",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
"@fontsource-variable/jetbrains-mono": "^5.0.9",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.10.12",
"astro-auto-import": "^0.3.1",
"astro-compress": "^2.0.14",
"astro-imagetools": "^0.9.0",
"astro-navbar": "^2.0.1",
"astro-robots-txt": "^0.5.0",
"astro-seo": "^0.7.5",
"rehype-external-links": "^2.1.0",
"sharp": "^0.32.5",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss-hero-patterns": "^0.1.2"
},
"devDependencies": {
"@iconify-json/fa-brands": "^1.1.5",
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.66",
"@typescript-eslint/parser": "^6.4.0",
"astro-icon": "1.0.0-next.2",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.0",
"cssnano": "^6.0.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"find-up": "^6.3.0",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-sort-imports": "^1.7.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.3.3"
}
}