GUI Aufträge

This commit is contained in:
ja
2021-09-08 11:49:50 +02:00
parent b108735631
commit e1a02c6dfc
3 changed files with 108 additions and 7 deletions

25
package-lock.json generated Normal file
View File

@@ -0,0 +1,25 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bootstrap": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.1.tgz",
"integrity": "sha512-/jUa4sSuDZWlDLQ1gwQQR8uoYSvLJzDd8m5o6bPKh3asLAMYVZKdRCjb1joUd5WXf0WwCNzd2EjwQQhupou0dA=="
},
"bootstrap-year-calendar": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bootstrap-year-calendar/-/bootstrap-year-calendar-1.1.1.tgz",
"integrity": "sha1-OmMrENn5fTCFDF4UGpT1lnNotjM=",
"requires": {
"bootstrap": ">=3.1.1",
"jquery": ">=1.8.2"
}
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
}
}
}