|
|
@@ -1789,6 +1789,27 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@asamuzakjp/css-color": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@csstools/css-calc": "^2.1.2",
|
|
|
+ "@csstools/css-color-parser": "^3.0.8",
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3",
|
|
|
+ "lru-cache": "^10.4.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
|
|
|
+ "version": "10.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
|
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/@atlaskit/pragmatic-drag-and-drop": {
|
|
|
"version": "1.5.1",
|
|
|
"resolved": "https://registry.npmjs.org/@atlaskit/pragmatic-drag-and-drop/-/pragmatic-drag-and-drop-1.5.1.tgz",
|
|
|
@@ -4954,6 +4975,121 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@csstools/color-helpers": {
|
|
|
+ "version": "5.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
|
|
|
+ "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT-0",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-calc": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-color-parser": {
|
|
|
+ "version": "3.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz",
|
|
|
+ "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@csstools/color-helpers": "^5.0.2",
|
|
|
+ "@csstools/css-calc": "^2.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-parser-algorithms": {
|
|
|
+ "version": "3.0.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
|
|
|
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-tokenizer": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@discoveryjs/json-ext": {
|
|
|
"version": "0.5.7",
|
|
|
"resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
|
|
|
@@ -17523,6 +17659,15 @@
|
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/attr-accept": {
|
|
|
+ "version": "2.2.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.5.tgz",
|
|
|
+ "integrity": "sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/auto-bind": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
|
|
|
@@ -17551,6 +17696,15 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/awesome-graphql-client": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/awesome-graphql-client/-/awesome-graphql-client-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-EMcrGXPpmEH/k9tF+BA6jX3wfWNC3hjlAd/+REAAiGIvTyLmSMYf+Jzc5JLKa16Wev9SZVKCPDzbttzyhPEJ+Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18.18.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/axios": {
|
|
|
"version": "1.7.9",
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
|
|
@@ -20827,6 +20981,20 @@
|
|
|
"integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/cssstyle": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@asamuzakjp/css-color": "^3.1.1",
|
|
|
+ "rrweb-cssom": "^0.8.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/csstype": {
|
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
@@ -20886,6 +21054,77 @@
|
|
|
"node": ">= 12"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/data-urls": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "whatwg-mimetype": "^4.0.0",
|
|
|
+ "whatwg-url": "^14.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/data-urls/node_modules/punycode": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/data-urls/node_modules/tr46": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "punycode": "^2.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/data-urls/node_modules/webidl-conversions": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/data-urls/node_modules/whatwg-mimetype": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/data-urls/node_modules/whatwg-url": {
|
|
|
+ "version": "14.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
|
|
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tr46": "^5.1.0",
|
|
|
+ "webidl-conversions": "^7.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/data-view-buffer": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
|
|
|
@@ -20947,7 +21186,6 @@
|
|
|
"version": "3.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
|
|
|
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"funding": {
|
|
|
"type": "github",
|
|
|
@@ -23125,6 +23363,24 @@
|
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/file-selector": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/file-selector/-/file-selector-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.7.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/file-selector/node_modules/tslib": {
|
|
|
+ "version": "2.8.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
|
+ "license": "0BSD"
|
|
|
+ },
|
|
|
"node_modules/file-type": {
|
|
|
"version": "19.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/file-type/-/file-type-19.6.0.tgz",
|
|
|
@@ -24544,18 +24800,6 @@
|
|
|
"graphql": "^14.6.0 || ^15.0.0 || ^16.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/graphql-request": {
|
|
|
- "version": "7.1.2",
|
|
|
- "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-7.1.2.tgz",
|
|
|
- "integrity": "sha512-+XE3iuC55C2di5ZUrB4pjgwe+nIQBuXVIK9J98wrVwojzDW3GMdSBZfxUk8l4j9TieIpjpggclxhNEU9ebGF8w==",
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "@graphql-typed-document-node/core": "^3.2.0"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "graphql": "14 - 16"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/graphql-scalars": {
|
|
|
"version": "1.24.1",
|
|
|
"resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.24.1.tgz",
|
|
|
@@ -24910,6 +25154,19 @@
|
|
|
"safe-buffer": "~5.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/html-encoding-sniffer": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "whatwg-encoding": "^3.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/html-entities": {
|
|
|
"version": "2.5.2",
|
|
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
|
@@ -26191,6 +26448,13 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-potential-custom-element-name": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/is-regex": {
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
|
|
|
@@ -27199,6 +27463,117 @@
|
|
|
"node": ">=12.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/jsdom": {
|
|
|
+ "version": "26.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.0.0.tgz",
|
|
|
+ "integrity": "sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "cssstyle": "^4.2.1",
|
|
|
+ "data-urls": "^5.0.0",
|
|
|
+ "decimal.js": "^10.4.3",
|
|
|
+ "form-data": "^4.0.1",
|
|
|
+ "html-encoding-sniffer": "^4.0.0",
|
|
|
+ "http-proxy-agent": "^7.0.2",
|
|
|
+ "https-proxy-agent": "^7.0.6",
|
|
|
+ "is-potential-custom-element-name": "^1.0.1",
|
|
|
+ "nwsapi": "^2.2.16",
|
|
|
+ "parse5": "^7.2.1",
|
|
|
+ "rrweb-cssom": "^0.8.0",
|
|
|
+ "saxes": "^6.0.0",
|
|
|
+ "symbol-tree": "^3.2.4",
|
|
|
+ "tough-cookie": "^5.0.0",
|
|
|
+ "w3c-xmlserializer": "^5.0.0",
|
|
|
+ "webidl-conversions": "^7.0.0",
|
|
|
+ "whatwg-encoding": "^3.1.1",
|
|
|
+ "whatwg-mimetype": "^4.0.0",
|
|
|
+ "whatwg-url": "^14.1.0",
|
|
|
+ "ws": "^8.18.0",
|
|
|
+ "xml-name-validator": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "canvas": "^3.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "canvas": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/parse5": {
|
|
|
+ "version": "7.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
|
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "entities": "^4.5.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/punycode": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/tr46": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "punycode": "^2.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/webidl-conversions": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/whatwg-mimetype": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsdom/node_modules/whatwg-url": {
|
|
|
+ "version": "14.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
|
|
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tr46": "^5.1.0",
|
|
|
+ "webidl-conversions": "^7.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/jsesc": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
|
@@ -32210,6 +32585,13 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/nwsapi": {
|
|
|
+ "version": "2.2.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.18.tgz",
|
|
|
+ "integrity": "sha512-p1TRH/edngVEHVbwqWnxUViEmq5znDvyB+Sik5cmuLpGOIfDf/39zLiq3swPF8Vakqn+gvNiOQAZu8djYlQILA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/nx": {
|
|
|
"version": "20.4.5",
|
|
|
"resolved": "https://registry.npmjs.org/nx/-/nx-20.4.5.tgz",
|
|
|
@@ -34888,6 +35270,20 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-day-picker": {
|
|
|
+ "version": "8.10.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.10.1.tgz",
|
|
|
+ "integrity": "sha512-TMx7fNbhLk15eqcMt+7Z7S2KF7mfTId/XJDjKE8f+IUcFn0l08/kI4FiYTL/0yuOLmEcbR4Fwe3GJf/NiiMnPA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://github.com/sponsors/gpbl"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "date-fns": "^2.28.0 || ^3.0.0",
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/react-dom": {
|
|
|
"version": "19.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
|
|
|
@@ -34900,6 +35296,23 @@
|
|
|
"react": "^19.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-dropzone": {
|
|
|
+ "version": "14.3.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.8.tgz",
|
|
|
+ "integrity": "sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "attr-accept": "^2.2.4",
|
|
|
+ "file-selector": "^2.1.0",
|
|
|
+ "prop-types": "^15.8.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.13"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">= 16.8 || 18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/react-hook-form": {
|
|
|
"version": "7.54.2",
|
|
|
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz",
|
|
|
@@ -35858,6 +36271,13 @@
|
|
|
"integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/rrweb-cssom": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/run-async": {
|
|
|
"version": "2.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
|
@@ -36054,6 +36474,19 @@
|
|
|
"devOptional": true,
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
+ "node_modules/saxes": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "xmlchars": "^2.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=v12.22.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/scheduler": {
|
|
|
"version": "0.25.0",
|
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
|
|
|
@@ -38130,6 +38563,13 @@
|
|
|
"node": ">=0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/symbol-tree": {
|
|
|
+ "version": "3.2.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
|
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/sync-fetch": {
|
|
|
"version": "0.6.0-2",
|
|
|
"resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.6.0-2.tgz",
|
|
|
@@ -38665,6 +39105,26 @@
|
|
|
"tslib": "^2.0.3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tldts": {
|
|
|
+ "version": "6.1.84",
|
|
|
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.84.tgz",
|
|
|
+ "integrity": "sha512-aRGIbCIF3teodtUFAYSdQONVmDRy21REM3o6JnqWn5ZkQBJJ4gHxhw6OfwQ+WkSAi3ASamrS4N4nyazWx6uTYg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tldts-core": "^6.1.84"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "tldts": "bin/cli.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tldts-core": {
|
|
|
+ "version": "6.1.84",
|
|
|
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.84.tgz",
|
|
|
+ "integrity": "sha512-NaQa1W76W2aCGjXybvnMYzGSM4x8fvG2AN/pla7qxcg0ZHbooOPhA8kctmOZUDfZyhDL27OGNbwAeig8P4p1vg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/tmp": {
|
|
|
"version": "0.0.33",
|
|
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
|
@@ -38715,6 +39175,19 @@
|
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tough-cookie": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "tldts": "^6.1.32"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tr46": {
|
|
|
"version": "0.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
|
@@ -41235,6 +41708,19 @@
|
|
|
"integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/w3c-xmlserializer": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "xml-name-validator": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/walk-up-path": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz",
|
|
|
@@ -41791,6 +42277,32 @@
|
|
|
"node": ">=0.8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/whatwg-encoding": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "iconv-lite": "0.6.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
|
+ "version": "0.6.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/whatwg-mimetype": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
|
@@ -42190,6 +42702,16 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/xml-name-validator": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/xml2js": {
|
|
|
"version": "0.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
|
@@ -42214,6 +42736,13 @@
|
|
|
"node": ">=4.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/xmlchars": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/xss": {
|
|
|
"version": "1.0.15",
|
|
|
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
|
|
|
@@ -45545,16 +46074,19 @@
|
|
|
"@tanstack/react-router": "^1.105.0",
|
|
|
"@tanstack/react-table": "^8.21.2",
|
|
|
"@types/node": "^22.13.4",
|
|
|
+ "awesome-graphql-client": "^2.1.0",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
|
"cmdk": "^1.0.0",
|
|
|
+ "date-fns": "^4.1.0",
|
|
|
"gql.tada": "^1.8.10",
|
|
|
"graphql": "~16.10.0",
|
|
|
- "graphql-request": "^7.1.2",
|
|
|
"lucide-react": "^0.475.0",
|
|
|
"next-themes": "^0.4.6",
|
|
|
"react": "^19.0.0",
|
|
|
+ "react-day-picker": "^8.10.1",
|
|
|
"react-dom": "^19.0.0",
|
|
|
+ "react-dropzone": "^14.3.8",
|
|
|
"react-hook-form": "^7.54.2",
|
|
|
"sonner": "^2.0.1",
|
|
|
"tailwind-merge": "^3.0.1",
|
|
|
@@ -45679,6 +46211,16 @@
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "packages/dashboard/node_modules/date-fns": {
|
|
|
+ "version": "4.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
|
|
|
+ "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/kossnocorp"
|
|
|
+ }
|
|
|
+ },
|
|
|
"packages/dashboard/node_modules/eslint": {
|
|
|
"version": "9.20.1",
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz",
|
|
|
@@ -45932,6 +46474,7 @@
|
|
|
"concurrently": "^8.2.2",
|
|
|
"csv-stringify": "^6.4.6",
|
|
|
"dayjs": "^1.11.10",
|
|
|
+ "jsdom": "^26.0.0",
|
|
|
"progress": "^2.0.3"
|
|
|
}
|
|
|
},
|