|
@@ -8,12 +8,15 @@
|
|
|
"name": "rhl-lieferscheine",
|
|
"name": "rhl-lieferscheine",
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@radix-ui/react-dialog": "^1.1.15",
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
|
|
|
+ "@radix-ui/react-popover": "^1.1.15",
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
"bcryptjs": "^3.0.3",
|
|
"bcryptjs": "^3.0.3",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
"clsx": "^2.1.1",
|
|
|
|
|
+ "cmdk": "^1.1.1",
|
|
|
"jose": "^6.1.3",
|
|
"jose": "^6.1.3",
|
|
|
"lucide-react": "^0.555.0",
|
|
"lucide-react": "^0.555.0",
|
|
|
"mongodb": "^7.0.0",
|
|
"mongodb": "^7.0.0",
|
|
@@ -1828,6 +1831,60 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@radix-ui/react-dialog": {
|
|
|
|
|
+ "version": "1.1.15",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
|
|
|
|
|
+ "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
|
+ "@radix-ui/react-dismissable-layer": "1.1.11",
|
|
|
|
|
+ "@radix-ui/react-focus-guards": "1.1.3",
|
|
|
|
|
+ "@radix-ui/react-focus-scope": "1.1.7",
|
|
|
|
|
+ "@radix-ui/react-id": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-portal": "1.1.9",
|
|
|
|
|
+ "@radix-ui/react-presence": "1.1.5",
|
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-slot": "1.2.3",
|
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2",
|
|
|
|
|
+ "aria-hidden": "^1.2.4",
|
|
|
|
|
+ "react-remove-scroll": "^2.6.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": "*",
|
|
|
|
|
+ "@types/react-dom": "*",
|
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
|
|
|
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "@types/react-dom": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": {
|
|
|
|
|
+ "version": "1.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": "*",
|
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@radix-ui/react-direction": {
|
|
"node_modules/@radix-ui/react-direction": {
|
|
|
"version": "1.1.1",
|
|
"version": "1.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
|
|
@@ -2061,6 +2118,61 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@radix-ui/react-popover": {
|
|
|
|
|
+ "version": "1.1.15",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.15.tgz",
|
|
|
|
|
+ "integrity": "sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
|
+ "@radix-ui/react-dismissable-layer": "1.1.11",
|
|
|
|
|
+ "@radix-ui/react-focus-guards": "1.1.3",
|
|
|
|
|
+ "@radix-ui/react-focus-scope": "1.1.7",
|
|
|
|
|
+ "@radix-ui/react-id": "1.1.1",
|
|
|
|
|
+ "@radix-ui/react-popper": "1.2.8",
|
|
|
|
|
+ "@radix-ui/react-portal": "1.1.9",
|
|
|
|
|
+ "@radix-ui/react-presence": "1.1.5",
|
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
|
+ "@radix-ui/react-slot": "1.2.3",
|
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2",
|
|
|
|
|
+ "aria-hidden": "^1.2.4",
|
|
|
|
|
+ "react-remove-scroll": "^2.6.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": "*",
|
|
|
|
|
+ "@types/react-dom": "*",
|
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
|
|
|
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "@types/react-dom": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot": {
|
|
|
|
|
+ "version": "1.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": "*",
|
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@radix-ui/react-popper": {
|
|
"node_modules/@radix-ui/react-popper": {
|
|
|
"version": "1.2.8",
|
|
"version": "1.2.8",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
|
|
@@ -4210,6 +4322,22 @@
|
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/cmdk": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/cmdk/-/cmdk-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@radix-ui/react-compose-refs": "^1.1.1",
|
|
|
|
|
+ "@radix-ui/react-dialog": "^1.1.6",
|
|
|
|
|
+ "@radix-ui/react-id": "^1.1.0",
|
|
|
|
|
+ "@radix-ui/react-primitive": "^2.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": "^18 || ^19 || ^19.0.0-rc",
|
|
|
|
|
+ "react-dom": "^18 || ^19 || ^19.0.0-rc"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/color-convert": {
|
|
"node_modules/color-convert": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|