Files
folporio/package.json

24 lines
517 B
JSON
Raw Permalink Normal View History

2025-11-24 10:31:49 +01:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-11-25 09:37:22 +01:00
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.2",
"@lucide/astro": "^0.554.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.0",
2025-12-08 22:59:37 +01:00
"astro-relative-links": "^0.4.2",
2025-11-25 09:37:22 +01:00
"astro-seo": "^0.8.4",
"svelte": "^5.43.14",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
2025-11-24 10:31:49 +01:00
}
2025-11-25 09:37:22 +01:00
}