Files
aurora/package.json
2023-08-01 22:59:28 +00:00

23 lines
514 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/markdown-remark": "^2.2.1",
"@astrojs/svelte": "^2.1.1",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"astro": "^2.5.3",
"open-props": "^1.5.8",
"rehype-autolink-headings": "^6.1.1",
"svelte": "^3.59.1"
}
}