You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,11 +28,8 @@ Everyone who wants to contribute to this project is allowed to do so. Just fork
28
28
The master branch is hosted as github-pages webpage. This requires some extra configuration and parsing. That happens in the `fix-typos.js`. This file makes the svelte kit build output compatible with github pages. If you want to host your app on github-pages you have to copy this
29
29
configurations and scripts to make the application function properly. The extra configuration is not required, if you want to host your application on an external webserver. You just need to copy the build output into the documentroot of your webserver.
30
30
31
-
# Techstack
31
+
# Svelte dependencies
32
32
33
-
The techstack of MathOnWeb is not very large, because it is only an webapp without any server or other things.<br>
34
-
svelte => 3.44.0<br>
35
-
svelte/kit => 1.0.0-next.195<br>
36
-
prettier => 2.2.1<br>
37
-
typescript => 4.0.0<br>
38
-
compiler => ES2020
33
+
I decided to stay legacy with this project. There will be no future upgrades of svelte. I like the early day structure and because it is only a simple frontend
34
+
I will not need any of the new features that svelte offers in the newer versions. Therefore I will stay with the old depdencies and only ship new functionality, but no more upgrades of the
0 commit comments