|
|
@@ -13,11 +13,15 @@
|
|
|
"@auth/prisma-adapter": "^2.10.0",
|
|
|
"@headlessui/react": "^2.2.7",
|
|
|
"@prisma/client": "^6.12.0",
|
|
|
+ "@radix-ui/react-avatar": "^1.1.10",
|
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
|
+ "@radix-ui/react-popover": "^1.1.15",
|
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
|
+ "@radix-ui/react-separator": "^1.1.7",
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
+ "@radix-ui/react-tabs": "^1.1.13",
|
|
|
"@radix-ui/react-toast": "^1.2.14",
|
|
|
"@react-pdf/renderer": "^4.3.0",
|
|
|
"@types/bcryptjs": "^2.4.6",
|
|
|
@@ -38,6 +42,7 @@
|
|
|
"openai": "^5.10.1",
|
|
|
"prisma": "^6.12.0",
|
|
|
"react": "19.1.0",
|
|
|
+ "react-day-picker": "^9.11.1",
|
|
|
"react-dom": "19.1.0",
|
|
|
"react-markdown": "^10.1.0",
|
|
|
"react-paginate": "^8.3.0",
|
|
|
@@ -45,7 +50,7 @@
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
"rehype-stringify": "^10.0.1",
|
|
|
"remark-gfm": "^4.0.1",
|
|
|
- "sonner": "^2.0.6",
|
|
|
+ "sonner": "^2.0.7",
|
|
|
"tailwind-merge": "^3.3.1",
|
|
|
"tsx": "^4.20.3"
|
|
|
},
|
|
|
@@ -1027,6 +1032,12 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@date-fns/tz": {
|
|
|
+ "version": "1.4.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@date-fns/tz/-/tz-1.4.1.tgz",
|
|
|
+ "integrity": "sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@emnapi/core": {
|
|
|
"version": "1.4.5",
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.5.tgz",
|
|
|
@@ -2592,6 +2603,33 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@radix-ui/react-avatar": {
|
|
|
+ "version": "1.1.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.10.tgz",
|
|
|
+ "integrity": "sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
+ "@radix-ui/react-use-is-hydrated": "0.1.0",
|
|
|
+ "@radix-ui/react-use-layout-effect": "1.1.1"
|
|
|
+ },
|
|
|
+ "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-collection": {
|
|
|
"version": "1.1.7",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
|
|
|
@@ -2877,22 +2915,21 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@radix-ui/react-popover": {
|
|
|
- "version": "1.1.14",
|
|
|
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.14.tgz",
|
|
|
- "integrity": "sha512-ODz16+1iIbGUfFEfKx2HTPKizg2MN39uIOV8MXeHnmdd3i/N9Wt7vU46wbHsqA0xoaQyXVcs0KIlBdOA2Y95bw==",
|
|
|
+ "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",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
- "@radix-ui/primitive": "1.1.2",
|
|
|
+ "@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.10",
|
|
|
- "@radix-ui/react-focus-guards": "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.7",
|
|
|
+ "@radix-ui/react-popper": "1.2.8",
|
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
|
- "@radix-ui/react-presence": "1.1.4",
|
|
|
+ "@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",
|
|
|
@@ -2914,6 +2951,110 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/primitive": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-dismissable-layer": {
|
|
|
+ "version": "1.1.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",
|
|
|
+ "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
+ "@radix-ui/react-use-escape-keydown": "1.1.1"
|
|
|
+ },
|
|
|
+ "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-focus-guards": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "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-popover/node_modules/@radix-ui/react-popper": {
|
|
|
+ "version": "1.2.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
|
|
|
+ "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/react-dom": "^2.0.0",
|
|
|
+ "@radix-ui/react-arrow": "1.1.7",
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
+ "@radix-ui/react-use-layout-effect": "1.1.1",
|
|
|
+ "@radix-ui/react-use-rect": "1.1.1",
|
|
|
+ "@radix-ui/react-use-size": "1.1.1",
|
|
|
+ "@radix-ui/rect": "1.1.1"
|
|
|
+ },
|
|
|
+ "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-presence": {
|
|
|
+ "version": "1.1.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
|
|
|
+ "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
+ "@radix-ui/react-use-layout-effect": "1.1.1"
|
|
|
+ },
|
|
|
+ "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-popper": {
|
|
|
"version": "1.2.7",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.7.tgz",
|
|
|
@@ -3091,6 +3232,29 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@radix-ui/react-separator": {
|
|
|
+ "version": "1.1.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.7.tgz",
|
|
|
+ "integrity": "sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/react-primitive": "2.1.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-slot": {
|
|
|
"version": "1.2.3",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
|
@@ -3109,6 +3273,97 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@radix-ui/react-tabs": {
|
|
|
+ "version": "1.1.13",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz",
|
|
|
+ "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
+ "@radix-ui/react-direction": "1.1.1",
|
|
|
+ "@radix-ui/react-id": "1.1.1",
|
|
|
+ "@radix-ui/react-presence": "1.1.5",
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
+ "@radix-ui/react-roving-focus": "1.1.11",
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2"
|
|
|
+ },
|
|
|
+ "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-tabs/node_modules/@radix-ui/primitive": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-presence": {
|
|
|
+ "version": "1.1.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
|
|
|
+ "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
+ "@radix-ui/react-use-layout-effect": "1.1.1"
|
|
|
+ },
|
|
|
+ "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-tabs/node_modules/@radix-ui/react-roving-focus": {
|
|
|
+ "version": "1.1.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz",
|
|
|
+ "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@radix-ui/primitive": "1.1.3",
|
|
|
+ "@radix-ui/react-collection": "1.1.7",
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
+ "@radix-ui/react-direction": "1.1.1",
|
|
|
+ "@radix-ui/react-id": "1.1.1",
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2"
|
|
|
+ },
|
|
|
+ "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-toast": {
|
|
|
"version": "1.2.14",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.14.tgz",
|
|
|
@@ -3213,6 +3468,24 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@radix-ui/react-use-is-hydrated": {
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "use-sync-external-store": "^1.5.0"
|
|
|
+ },
|
|
|
+ "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-use-layout-effect": {
|
|
|
"version": "1.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
|
|
|
@@ -5667,6 +5940,12 @@
|
|
|
"url": "https://github.com/sponsors/kossnocorp"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/date-fns-jalali": {
|
|
|
+ "version": "4.1.0-0",
|
|
|
+ "resolved": "https://registry.npmjs.org/date-fns-jalali/-/date-fns-jalali-4.1.0-0.tgz",
|
|
|
+ "integrity": "sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/debug": {
|
|
|
"version": "4.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
|
@@ -10551,6 +10830,27 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-day-picker": {
|
|
|
+ "version": "9.11.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.11.1.tgz",
|
|
|
+ "integrity": "sha512-l3ub6o8NlchqIjPKrRFUCkTUEq6KwemQlfv3XZzzwpUeGwmDJ+0u0Upmt38hJyd7D/vn2dQoOoLV/qAp0o3uUw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@date-fns/tz": "^1.4.1",
|
|
|
+ "date-fns": "^4.1.0",
|
|
|
+ "date-fns-jalali": "^4.1.0-0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://github.com/sponsors/gpbl"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/react-dom": {
|
|
|
"version": "19.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
|
|
|
@@ -11320,9 +11620,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/sonner": {
|
|
|
- "version": "2.0.6",
|
|
|
- "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.6.tgz",
|
|
|
- "integrity": "sha512-yHFhk8T/DK3YxjFQXIrcHT1rGEeTLliVzWbO0xN8GberVun2RiBnxAjXAYpZrqwEVHBG9asI/Li8TAAhN9m59Q==",
|
|
|
+ "version": "2.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz",
|
|
|
+ "integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==",
|
|
|
"license": "MIT",
|
|
|
"peerDependencies": {
|
|
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|