kios-webapp/astro/package.json
dependabot[bot] 736cfc63f1
Bump prettier-plugin-tailwindcss from 0.5.1 to 0.5.2 in /astro
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 10:46:41 +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.5",
"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.5.2"
}
}