Files
midnightdust-eu/package.json
dependabot[bot] 82b8fd26ed Bump astro from 4.15.7 to 4.16.7
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.7 to 4.16.7.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.7/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 11:55:17 +00:00

43 lines
1.2 KiB
JSON

{
"name": "midnightdust-eu",
"description": "Website for Motschen's Projects. Based on Astro Accessible Starter by Mark Teekman.",
"version": "2.0.0",
"author": "Martin Prokoph",
"homepage": "https://www.midnightdust.eu/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.6",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.1",
"@iconify-json/ion": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"accessible-astro-components": "^2.3.6",
"astro": "^4.16.7",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.79.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.12"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"img-comparison-slider": "^8.0.6"
}
}