91252fed2d
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
660 B
JSON
29 lines
660 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.2",
|
|
"@astrojs/prefetch": "^0.2.3",
|
|
"@astrojs/sitemap": "^1.3.3",
|
|
"@astrojs/tailwind": "4.0.0",
|
|
"astro": "^2.7.4",
|
|
"astro-compress": "^1.1.49",
|
|
"astro-critters": "^1.1.39",
|
|
"css-select": "5.1.0",
|
|
"sharp": "^0.32.1",
|
|
"slate-serializers": "0.1.0",
|
|
"tailwindcss": "^3.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.3.0"
|
|
}
|
|
}
|