0f8ffd9343
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.6.1 to 2.6.4. - [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@2.6.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "astroad",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/image": "^0.17.0",
|
|
"@astrojs/prefetch": "^0.2.3",
|
|
"@astrojs/sitemap": "^1.3.3",
|
|
"@astrojs/tailwind": "3.1.3",
|
|
"astro": "^2.6.4",
|
|
"astro-compress": "^1.1.47",
|
|
"astro-critters": "^1.1.38",
|
|
"css-select": "5.1.0",
|
|
"sharp": "^0.32.1",
|
|
"slate-serializers": "0.1.0",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|