Files
Website-Fa/package.json
cemGr ac2c2be559 -
2026-05-18 22:26:32 +02:00

16 lines
305 B
JSON

{
"name": "frontier-algorithmics-website",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.3",
"astro": "^4.16.18",
"tailwindcss": "^3.4.17"
}
}