role and user management

This commit is contained in:
Julian Krauser 2024-09-02 15:57:03 +02:00
parent 6247c385c3
commit 5ffdfcd6f2
22 changed files with 798 additions and 92 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^1.0.6",
"@heroicons/vue": "^2.1.5",
"axios": "^0.26.1",
"jwt-decode": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
@ -2422,9 +2422,9 @@
}
},
"node_modules/@heroicons/vue": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-1.0.6.tgz",
"integrity": "sha512-ng2YcCQrdoQWEFpw+ipFl2rZo8mZ56v0T5+MyfQQvNqfKChwgP6DMloZLW+rl17GEcHkE3H82UTAMKBKZr4+WA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.1.5.tgz",
"integrity": "sha512-IpqR72sFqFs55kyKfFS7tN+Ww6odFNeH/7UxycIOrlVYfj4WUGAdzQtLBnJspucSeqWFQsKM0g0YrgU655BEfA==",
"license": "MIT",
"peerDependencies": {
"vue": ">= 3"