Space/package.json

14 lines
296 B
JSON
Raw Permalink Normal View History

2023-02-10 15:57:41 +01:00
{
2023-11-12 12:19:07 +01:00
"name": "znachor-space",
2023-07-04 17:30:58 +02:00
"scripts": {
2023-11-12 12:19:07 +01:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-07-04 17:30:58 +02:00
},
2023-11-12 12:19:07 +01:00
"dependencies": {
"astro": "^3.5.3",
"astrowiki": "git+https://git.znachor.cz/Znachor/AstroWiki.git"
2023-07-04 17:30:58 +02:00
}
}