astro-payload-test/astro/package.json
2024-05-19 06:55:47 +02:00

28 lines
629 B
JSON

{
"name": "paystro",
"description": "Paystro - Astro",
"type": "module",
"version": "1.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
"@astrojs/image": "0.18.0",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "5.1.0",
"astro": "4.8.6",
"css-select": "5.1.0",
"sharp": "^0.32.6",
"slate-serializers": "0.4.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}