This commit is contained in:
2021-09-01 15:29:47 +02:00
parent 92a4fb9d94
commit deb89701f7
7 changed files with 175 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/highlight.js": "^10.1.0",
"@types/lunr": "^2.3.4",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
@@ -22,6 +23,7 @@
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"highlight.js": "^11.0.0",
"lunr": "^2.3.9",
"svelte-cloudinary": "^0.2.3"
}
}