Übersetzungen + Prüfbox Bezahlung
This commit is contained in:
11
package.json
11
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user