Files
Blogv4/package.json
2026-02-18 23:02:07 -03:00

24 lines
535 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.19.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/svelte": "^7.2.5",
"@tailwindcss/vite": "^4.2.0",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"starlight-site-graph": "^0.5.0",
"svelte": "^5.53.0",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
}
}