mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
20 lines
403 B
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"
|
|
}
|
|
} |