feat: react-jwt pkg

This commit is contained in:
2025-05-29 12:34:37 +02:00
parent aa152a4127
commit 03d6730151
2 changed files with 17 additions and 0 deletions

16
web/package-lock.json generated
View File

@ -17,6 +17,7 @@
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"react-jwt": "^1.3.0",
"react-router": "^7.6.0",
"tailwindcss": "^4.1.7",
"zustand": "^5.0.5"
@ -4353,6 +4354,21 @@
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
"license": "MIT"
},
"node_modules/react-jwt": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/react-jwt/-/react-jwt-1.3.0.tgz",
"integrity": "sha512-aC+X6q8pi63zoO7A060/4mfF5jM6Ay+4YyY4QgdD8dDOqp89sPcg0IhWEHyPACnVETMjBWzmxMPgIPosQNeYyw==",
"license": "MIT",
"engines": {
"node": ">=10"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/react-refresh": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",

View File

@ -19,6 +19,7 @@
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"react-jwt": "^1.3.0",
"react-router": "^7.6.0",
"tailwindcss": "^4.1.7",
"zustand": "^5.0.5"