|
|
@ -9,12 +9,12 @@
|
|
|
|
"version": "1.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "GPL-3",
|
|
|
|
"license": "GPL-3",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@mantine/core": "^7.10.1",
|
|
|
|
"@mantine/core": "^7.10.2",
|
|
|
|
"@mantine/dropzone": "^7.10.1",
|
|
|
|
"@mantine/dropzone": "^7.10.2",
|
|
|
|
"@mantine/form": "^7.10.1",
|
|
|
|
"@mantine/form": "^7.10.2",
|
|
|
|
"@mantine/hooks": "^7.10.1",
|
|
|
|
"@mantine/hooks": "^7.10.2",
|
|
|
|
"@mantine/modals": "^7.10.1",
|
|
|
|
"@mantine/modals": "^7.10.2",
|
|
|
|
"@mantine/notifications": "^7.10.1",
|
|
|
|
"@mantine/notifications": "^7.10.2",
|
|
|
|
"@tanstack/react-query": "^5.40.1",
|
|
|
|
"@tanstack/react-query": "^5.40.1",
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
@ -2937,10 +2937,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/core": {
|
|
|
|
"node_modules/@mantine/core": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-l9ypojKN3PjwO1CSLIsqxi7mA25+7w+xc71Q+JuCCREI0tuGwkZsKbIOpuTATIJOjPh8ycLiW7QxX1LYsRTq6w==",
|
|
|
|
"integrity": "sha512-sPqJY2A+zHAhi7/mJKL2EH92jKc6JDACJY17gXS+FcbIQgiaY1rxA/tdcybpq8FbswSgUYZO6CRL6XWEhatw5w==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@floating-ui/react": "^0.26.9",
|
|
|
|
"@floating-ui/react": "^0.26.9",
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"clsx": "^2.1.1",
|
|
|
@ -2950,7 +2949,7 @@
|
|
|
|
"type-fest": "^4.12.0"
|
|
|
|
"type-fest": "^4.12.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"@mantine/hooks": "7.10.1",
|
|
|
|
"@mantine/hooks": "7.10.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -2967,25 +2966,23 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/dropzone": {
|
|
|
|
"node_modules/@mantine/dropzone": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-WzOLwMf8RJtakivPzSYBy3ZLuCtsZEbkJpAXNmM5PdsA8s9MKmY3jYA1MuZis1/NStAGm1d4twofH1KjGCMphg==",
|
|
|
|
"integrity": "sha512-gv5audWdpQ6Et82WWLycK6Iaa0tpIYNllWJYfJDChdaVKWxL8JVgtjlgsM8OXsR0InvvexjYGd2KIGqy0Sd+1g==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"react-dropzone-esm": "15.0.1"
|
|
|
|
"react-dropzone-esm": "15.0.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"@mantine/core": "7.10.1",
|
|
|
|
"@mantine/core": "7.10.2",
|
|
|
|
"@mantine/hooks": "7.10.1",
|
|
|
|
"@mantine/hooks": "7.10.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/form": {
|
|
|
|
"node_modules/@mantine/form": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-mZwzg4GEWKEDKEIZu9FmSpGFzYYhFD2YArVOXUM0MMciUqX7yxSCon1PaPJxrV8ldc6FE+JLVI2+G2KVxJ3ZXA==",
|
|
|
|
"integrity": "sha512-OlXQ04orkwQO+AEeA4OihYtfxpaoK/LC1r2/nnUQmChG/GO1X9MoEW8oTQYKyYDIpQc8+lHhos4gl9dEF5YAWw==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
|
|
|
"klona": "^2.0.6"
|
|
|
|
"klona": "^2.0.6"
|
|
|
@ -2995,47 +2992,43 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/hooks": {
|
|
|
|
"node_modules/@mantine/hooks": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-0EH9WBWUdtQLGU3Ak+csQ77EtUxI6pPNfwZdRJQWcaA3f8SFOLo9h9CGxiikFExerhvuCeUlaTf3s+TB9Op/rw==",
|
|
|
|
"integrity": "sha512-3m4flbR2yv3Bl21pHl5BKOOnqrInp/gVD72rozLeu/jzIZqQy8yFRTY2bUWCebPwNem//OD1rCORsBXNXvq31g==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^18.2.0"
|
|
|
|
"react": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/modals": {
|
|
|
|
"node_modules/@mantine/modals": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-2riQSNpVV7f0baizlqcggz9hx9/+y6SQTnW3zEkl/RIkuyK9dpeMFUG6M+M8ntwP79b7x9n7Em9PMWxRbgi28A==",
|
|
|
|
"integrity": "sha512-L/gjPnvokciHOuTXFZqkc5b+ECAGKe/0l0LXlDwM3PvGJs1/Wa4DBCSy3pdGhKv+rMwFr2HiBc8nibCfwaR7IQ==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"@mantine/core": "7.10.1",
|
|
|
|
"@mantine/core": "7.10.2",
|
|
|
|
"@mantine/hooks": "7.10.1",
|
|
|
|
"@mantine/hooks": "7.10.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/notifications": {
|
|
|
|
"node_modules/@mantine/notifications": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-cx3JR3BJzEzH6t2EF1ysrWVY/rdJk0WbSBQo/qFamJd2sbU+8XAHriI8Cx6hNo7uRGCwd8VGAj7Cf3aWK2VC5A==",
|
|
|
|
"integrity": "sha512-wX6qNBvpV7iqlH98AkGuS9plq02yYhTG7bkzP3Y7jd7o2ognLPoN83YeIaxzuZ/qVnWrwZrOHOx87Ox2e9Qyxw==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@mantine/store": "7.10.1",
|
|
|
|
"@mantine/store": "7.10.2",
|
|
|
|
"react-transition-group": "4.4.5"
|
|
|
|
"react-transition-group": "4.4.5"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"@mantine/core": "7.10.1",
|
|
|
|
"@mantine/core": "7.10.2",
|
|
|
|
"@mantine/hooks": "7.10.1",
|
|
|
|
"@mantine/hooks": "7.10.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@mantine/store": {
|
|
|
|
"node_modules/@mantine/store": {
|
|
|
|
"version": "7.10.1",
|
|
|
|
"version": "7.10.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.10.2.tgz",
|
|
|
|
"integrity": "sha512-KrGBsSoMsfrYeLxPwf5rFv0s2Nl/4wf+AaF/U1SpQrMgPI8vYokPXx52Wp3jCmlo12NCZnCIG+/6YHAdTWH1qQ==",
|
|
|
|
"integrity": "sha512-izT4ivE2Ka2NBTjy5Ck31F3sSybCBLXJhX/ESDCasVR9MKD2Ci2Y6nbm0UtBdPf4+PrDPZtaPwqQzL92uZLtCQ==",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^18.2.0"
|
|
|
|
"react": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|