astro-payload-test/astro/package.json

28 lines
629 B
JSON
Raw Normal View History

2024-05-17 22:32:32 +00:00
{
"name": "paystro",
"description": "Paystro - Astro",
2024-05-17 22:32:32 +00:00
"type": "module",
"version": "1.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
2024-05-19 04:53:14 +00:00
"@astrojs/image": "0.18.0",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "5.1.0",
"astro": "4.8.6",
2024-05-17 22:32:32 +00:00
"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"
}
}