Files
aurora/package.json
2023-05-18 17:31:16 +02:00

22 lines
468 B
JSON

{
"name": "aurora",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^2.1.1",
"astro": "^2.4.5",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.32.1",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"svelte": "^3.59.1"
}
}