initial docs

This commit is contained in:
Aylur
2024-09-01 15:23:08 +02:00
parent 27c25b0e60
commit 6c4753b5e1
33 changed files with 9261 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.1",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"typescript": "^5.5.4"
}
}