Übersetzungen + Prüfbox Bezahlung

This commit is contained in:
Moritz Utcke
2023-08-31 23:12:18 +06:00
parent 0fac93486f
commit 7bf1b9a6c6
90 changed files with 3015 additions and 417 deletions

View File

@@ -11,7 +11,8 @@
"test:e2e": "cypress run",
"test:unit": "vitest",
"format": "prettier --write .",
"build:production": "astro build && node server.js"
"build:production": "astro build && node server.js",
"i18n:generate": "npx astro-i18next generate"
},
"private": true,
"dependencies": {
@@ -20,9 +21,16 @@
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@ibcornelsen/ui": "^0.0.2",
"@mollie/api-client": "^3.7.0",
"astro": "^2.5.1",
"astro-i18next": "1.0.0-beta.21",
"cookiejs": "^2.1.2",
"esbuild": "^0.18.17",
"express": "^4.18.2",
"flag-icons": "^6.9.2",
"i18next": "^23.4.1",
"i18next-fs-backend": "^2.1.5",
"i18next-http-backend": "^2.2.1",
"jimp": "^0.22.8",
"jwt-simple": "^0.5.6",
"katex": "^0.16.7",
@@ -34,6 +42,7 @@
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.2",
"uuid": "^9.0.0",
"vite-tsconfig-paths": "^4.2.0",
"zod": "^3.21.4"
},
"devDependencies": {