kios-webapp/astro/package.json
dependabot[bot] 858f649af1
Bump @astrojs/image from 0.17.2 to 0.17.3 in /astro
Bumps [@astrojs/image](https://github.com/withastro/astro/tree/HEAD/packages/integrations/image) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/image/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/image@0.17.3/packages/integrations/image)

---
updated-dependencies:
- dependency-name: "@astrojs/image"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 10:54:25 +00:00

27 lines
594 B
JSON

{
"name": "astroad",
"description": "Astroad - Astro",
"type": "module",
"version": "1.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "4.0.0",
"astro": "^2.10.1",
"css-select": "5.1.0",
"sharp": "^0.32.4",
"slate-serializers": "0.1.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1"
}
}