Files
xahau-web/package.json
Thomas Silkjær 3f36194a10 Initial commit
2025-07-03 09:24:20 +02:00

26 lines
631 B
JSON

{
"name": "helpless-hubble",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "^4.0.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.10.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"starlight-openapi": "^0.19.1",
"tailwindcss": "^4.1.11",
"vanilla-cookieconsent": "^3.1.0"
}
}