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

44 lines
1.2 KiB
JSON
Raw Normal View History

2023-05-24 17:57:59 +00:00
{
"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": {
2023-06-05 00:43:10 +00:00
"@astrojs/mdx": "^0.19.6",
2023-06-01 00:44:50 +00:00
"@astrojs/partytown": "^1.2.3",
"@astrojs/prefetch": "^0.2.3",
2023-06-05 00:43:10 +00:00
"@astrojs/sitemap": "^1.3.3",
2023-05-24 18:10:24 +00:00
"@astrojs/tailwind": "^3.1.3",
2023-05-31 05:45:49 +00:00
"@fontsource-variable/jetbrains-mono": "^5.0.3",
2023-06-05 00:43:10 +00:00
"astro": "^2.5.7",
2023-05-31 05:45:49 +00:00
"astro-imagetools": "^0.8.1",
2023-06-01 00:44:50 +00:00
"astro-robots-txt": "^0.5.0",
2023-05-30 23:48:54 +00:00
"astro-seo": "^0.7.2",
2023-05-31 05:45:49 +00:00
"sharp": "^0.32.1",
2023-05-30 20:45:32 +00:00
"tailwindcss": "^3.3.2",
"tailwindcss-hero-patterns": "^0.1.2"
2023-05-24 18:10:24 +00:00
},
"devDependencies": {
2023-05-30 18:54:07 +00:00
"@typescript-eslint/parser": "^5.59.8",
2023-06-09 19:07:08 +00:00
"astro-icon": "^0.8.0",
2023-05-30 20:45:32 +00:00
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
2023-06-05 00:43:10 +00:00
"eslint": "^8.42.0",
2023-05-24 20:37:45 +00:00
"eslint-config-prettier": "^8.8.0",
2023-05-30 18:54:07 +00:00
"eslint-plugin-astro": "^0.27.1",
2023-05-24 18:10:24 +00:00
"eslint-plugin-jsx-a11y": "^6.7.1",
2023-05-31 23:58:28 +00:00
"eslint-plugin-tailwindcss": "^3.12.1",
2023-05-31 05:45:49 +00:00
"find-up": "^6.3.0",
2023-05-24 18:10:24 +00:00
"prettier": "^2.8.8",
2023-05-30 18:54:07 +00:00
"prettier-plugin-astro": "^0.9.1",
2023-05-30 23:48:54 +00:00
"prettier-plugin-sort-imports": "^1.7.2",
"prettier-plugin-tailwindcss": "^0.3.0"
2023-05-24 17:57:59 +00:00
}
2023-05-24 20:37:45 +00:00
}