Files
website-astro-stefanimhoff.de/package.json

20 lines
403 B
JSON

{
"name": "astro-stefanimhoff.de",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.16.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.10",
"svelte": "^3.54.0",
"tailwindcss": "^3.0.24"
}
}