2023-05-18 13:40:53 +02:00
|
|
|
{
|
|
|
|
|
"name": "aurora",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-02 14:57:44 +02:00
|
|
|
"@astrojs/markdown-remark": "^3.0.0",
|
|
|
|
|
"@astrojs/svelte": "^4.0.0",
|
2023-05-22 12:34:55 +02:00
|
|
|
"@fontsource/jetbrains-mono": "^4.5.12",
|
|
|
|
|
"@fontsource/roboto": "^4.5.8",
|
2023-09-02 14:57:44 +02:00
|
|
|
"astro": "^3.0.7",
|
2023-05-22 12:34:55 +02:00
|
|
|
"open-props": "^1.5.8",
|
2023-09-02 14:57:44 +02:00
|
|
|
"rehype-autolink-headings": "^6.1.1"
|
2023-05-18 13:40:53 +02:00
|
|
|
}
|
2023-08-01 22:59:28 +00:00
|
|
|
}
|