kios-webapp/astro/package.json
Max Schmidt 7a57a69259 HEEE
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-15 16:52:29 +02:00

22 lines
460 B
JSON

{
"name": "astroad",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
"@astrojs/image": "^0.16.8",
"@astrojs/tailwind": "3.1.2",
"astro": "^2.4.5",
"astro-compress": "^1.1.43",
"astro-critters": "^1.1.34",
"css-select": "5.1.0",
"sharp": "^0.32.1",
"slate-serializers": "0.0.32",
"tailwindcss": "^3.0.24"
}
}