Bilder hinzugefügt, Events angefangen zu reparieren

This commit is contained in:
R40fendt
2025-04-04 22:00:27 +02:00
parent 1b31a84e18
commit e7c3946101
1353 changed files with 512 additions and 33 deletions

17
package-lock.json generated
View File

@@ -11,6 +11,8 @@
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"striptags": "^3.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
@@ -1398,6 +1400,15 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/moment": {
"version": "2.30.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/muggle-string": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
@@ -1908,6 +1919,12 @@
"node": ">=0.10.0"
}
},
"node_modules/striptags": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz",
"integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==",
"license": "MIT"
},
"node_modules/supports-color": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",