23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"@astrojs/svelte": "^7.2.2",
|
|
"@lucide/astro": "^0.554.0",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"astro": "^5.16.0",
|
|
"astro-seo": "^0.8.4",
|
|
"svelte": "^5.43.14",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|