kios-webapp/astro/package.json
Max Schmidt 0598b05956
Merge pull request #54 from mooxl/dependabot/npm_and_yarn/astro/prettier-plugin-tailwindcss-0.4.1
Bump prettier-plugin-tailwindcss from 0.4.0 to 0.4.1 in /astro
2023-07-17 13:58:14 +02:00

27 lines
593 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.3.0",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "4.0.0",
"astro": "^2.8.3",
"css-select": "5.1.0",
"sharp": "^0.32.3",
"slate-serializers": "0.1.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1"
}
}