|
@@ -15,11 +15,18 @@
|
|
|
"@types/node": "^16.18.80",
|
|
"@types/node": "^16.18.80",
|
|
|
"@types/react": "^18.2.55",
|
|
"@types/react": "^18.2.55",
|
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-dom": "^18.2.19",
|
|
|
|
|
+ "axios": "^1.6.7",
|
|
|
"react": "^18.2.0",
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
+ "react-router": "^6.22.1",
|
|
|
|
|
+ "react-router-dom": "^6.22.1",
|
|
|
"react-scripts": "5.0.1",
|
|
"react-scripts": "5.0.1",
|
|
|
"typescript": "^4.9.5",
|
|
"typescript": "^4.9.5",
|
|
|
- "web-vitals": "^2.1.4"
|
|
|
|
|
|
|
+ "web-vitals": "^2.1.4",
|
|
|
|
|
+ "zustand": "^4.5.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "@craco/craco": "^7.1.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
@@ -2011,6 +2018,52 @@
|
|
|
"resolved": "https://r2.cnpmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
|
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@craco/craco": {
|
|
|
|
|
+ "version": "7.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@craco/craco/-/craco-7.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-oRAcPIKYrfPXp9rSzlsDNeOaVtDiKhoyqSXUoqiK24jCkHr4T8m/a2f74yXIzCbIheoUWDOIfWZyRgFgT+cpqA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "autoprefixer": "^10.4.12",
|
|
|
|
|
+ "cosmiconfig": "^7.0.1",
|
|
|
|
|
+ "cosmiconfig-typescript-loader": "^1.0.0",
|
|
|
|
|
+ "cross-spawn": "^7.0.3",
|
|
|
|
|
+ "lodash": "^4.17.21",
|
|
|
|
|
+ "semver": "^7.3.7",
|
|
|
|
|
+ "webpack-merge": "^5.8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "craco": "dist/bin/craco.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react-scripts": "^5.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@cspotcode/source-map-support": {
|
|
|
|
|
+ "version": "0.8.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/trace-mapping": "0.3.9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
|
|
|
|
|
+ "version": "0.3.9",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@jridgewell/resolve-uri": "^3.0.3",
|
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@csstools/normalize.css": {
|
|
"node_modules/@csstools/normalize.css": {
|
|
|
"version": "12.1.1",
|
|
"version": "12.1.1",
|
|
|
"resolved": "https://r.cnpmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
|
|
@@ -3214,6 +3267,14 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@remix-run/router": {
|
|
|
|
|
+ "version": "1.15.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@remix-run/router/-/router-1.15.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@rollup/plugin-babel": {
|
|
"node_modules/@rollup/plugin-babel": {
|
|
|
"version": "5.3.1",
|
|
"version": "5.3.1",
|
|
|
"resolved": "https://r.cnpmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
@@ -3779,6 +3840,30 @@
|
|
|
"node": ">=10.13.0"
|
|
"node": ">=10.13.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@tsconfig/node10": {
|
|
|
|
|
+ "version": "1.0.9",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@tsconfig/node10/-/node10-1.0.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tsconfig/node12": {
|
|
|
|
|
+ "version": "1.0.11",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
|
|
|
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tsconfig/node14": {
|
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@tsconfig/node16": {
|
|
|
|
|
+ "version": "1.0.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/@types/aria-query": {
|
|
"node_modules/@types/aria-query": {
|
|
|
"version": "5.0.4",
|
|
"version": "5.0.4",
|
|
|
"resolved": "https://r.cnpmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
|
|
"resolved": "https://r.cnpmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
|
|
@@ -4908,6 +4993,29 @@
|
|
|
"node": ">=4"
|
|
"node": ">=4"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/axios": {
|
|
|
|
|
+ "version": "1.6.7",
|
|
|
|
|
+ "resolved": "https://r.cnpmjs.org/axios/-/axios-1.6.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "follow-redirects": "^1.15.4",
|
|
|
|
|
+ "form-data": "^4.0.0",
|
|
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/axios/node_modules/form-data": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "resolved": "https://r2.cnpmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/axobject-query": {
|
|
"node_modules/axobject-query": {
|
|
|
"version": "3.2.1",
|
|
"version": "3.2.1",
|
|
|
"resolved": "https://r.cnpmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
|
|
@@ -5551,6 +5659,20 @@
|
|
|
"wrap-ansi": "^7.0.0"
|
|
"wrap-ansi": "^7.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/clone-deep": {
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "is-plain-object": "^2.0.4",
|
|
|
|
|
+ "kind-of": "^6.0.2",
|
|
|
|
|
+ "shallow-clone": "^3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/co": {
|
|
"node_modules/co": {
|
|
|
"version": "4.6.0",
|
|
"version": "4.6.0",
|
|
|
"resolved": "https://r2.cnpmjs.org/co/-/co-4.6.0.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/co/-/co-4.6.0.tgz",
|
|
@@ -5779,6 +5901,31 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/cosmiconfig-typescript-loader": {
|
|
|
|
|
+ "version": "1.0.9",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "cosmiconfig": "^7",
|
|
|
|
|
+ "ts-node": "^10.7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12",
|
|
|
|
|
+ "npm": ">=6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/node": "*",
|
|
|
|
|
+ "cosmiconfig": ">=7",
|
|
|
|
|
+ "typescript": ">=3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/create-require": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/cross-spawn": {
|
|
"node_modules/cross-spawn": {
|
|
|
"version": "7.0.3",
|
|
"version": "7.0.3",
|
|
|
"resolved": "https://r2.cnpmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
@@ -6378,6 +6525,15 @@
|
|
|
"resolved": "https://r2.cnpmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
|
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
|
|
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/diff": {
|
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/diff/-/diff-4.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.3.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/diff-sequences": {
|
|
"node_modules/diff-sequences": {
|
|
|
"version": "27.5.1",
|
|
"version": "27.5.1",
|
|
|
"resolved": "https://r.cnpmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
|
|
@@ -7741,6 +7897,15 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/flat": {
|
|
|
|
|
+ "version": "5.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "flat": "cli.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/flat-cache": {
|
|
"node_modules/flat-cache": {
|
|
|
"version": "3.2.0",
|
|
"version": "3.2.0",
|
|
|
"resolved": "https://r.cnpmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
|
|
"resolved": "https://r.cnpmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
|
|
@@ -8906,6 +9071,18 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/is-plain-object": {
|
|
|
|
|
+ "version": "2.0.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "isobject": "^3.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"node_modules/is-potential-custom-element-name": {
|
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://r2.cnpmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
@@ -9041,6 +9218,15 @@
|
|
|
"resolved": "https://r2.cnpmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/isobject": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"node_modules/istanbul-lib-coverage": {
|
|
|
"version": "3.2.2",
|
|
"version": "3.2.2",
|
|
|
"resolved": "https://r.cnpmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
"resolved": "https://r.cnpmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
@@ -11395,6 +11581,12 @@
|
|
|
"semver": "bin/semver.js"
|
|
"semver": "bin/semver.js"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/make-error": {
|
|
|
|
|
+ "version": "1.3.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/makeerror": {
|
|
"node_modules/makeerror": {
|
|
|
"version": "1.0.12",
|
|
"version": "1.0.12",
|
|
|
"resolved": "https://r2.cnpmjs.org/makeerror/-/makeerror-1.0.12.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/makeerror/-/makeerror-1.0.12.tgz",
|
|
@@ -13440,6 +13632,11 @@
|
|
|
"node": ">= 0.10"
|
|
"node": ">= 0.10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "resolved": "https://r2.cnpmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
|
|
|
+ },
|
|
|
"node_modules/psl": {
|
|
"node_modules/psl": {
|
|
|
"version": "1.9.0",
|
|
"version": "1.9.0",
|
|
|
"resolved": "https://r.cnpmjs.org/psl/-/psl-1.9.0.tgz",
|
|
"resolved": "https://r.cnpmjs.org/psl/-/psl-1.9.0.tgz",
|
|
@@ -13710,6 +13907,36 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/react-router": {
|
|
|
|
|
+ "version": "6.22.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.22.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@remix-run/router": "1.15.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": ">=16.8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/react-router-dom": {
|
|
|
|
|
+ "version": "6.22.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.22.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@remix-run/router": "1.15.1",
|
|
|
|
|
+ "react-router": "6.22.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": ">=16.8",
|
|
|
|
|
+ "react-dom": ">=16.8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/react-scripts": {
|
|
"node_modules/react-scripts": {
|
|
|
"version": "5.0.1",
|
|
"version": "5.0.1",
|
|
|
"resolved": "https://r.cnpmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
|
|
@@ -14506,6 +14733,18 @@
|
|
|
"resolved": "https://r2.cnpmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/shallow-clone": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "kind-of": "^6.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/shebang-command": {
|
|
"node_modules/shebang-command": {
|
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://r2.cnpmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -15485,6 +15724,64 @@
|
|
|
"resolved": "https://r2.cnpmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
|
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
|
|
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/ts-node": {
|
|
|
|
|
+ "version": "10.9.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ts-node/-/ts-node-10.9.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@cspotcode/source-map-support": "^0.8.0",
|
|
|
|
|
+ "@tsconfig/node10": "^1.0.7",
|
|
|
|
|
+ "@tsconfig/node12": "^1.0.7",
|
|
|
|
|
+ "@tsconfig/node14": "^1.0.0",
|
|
|
|
|
+ "@tsconfig/node16": "^1.0.2",
|
|
|
|
|
+ "acorn": "^8.4.1",
|
|
|
|
|
+ "acorn-walk": "^8.1.1",
|
|
|
|
|
+ "arg": "^4.1.0",
|
|
|
|
|
+ "create-require": "^1.1.0",
|
|
|
|
|
+ "diff": "^4.0.1",
|
|
|
|
|
+ "make-error": "^1.1.1",
|
|
|
|
|
+ "v8-compile-cache-lib": "^3.0.1",
|
|
|
|
|
+ "yn": "3.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "ts-node": "dist/bin.js",
|
|
|
|
|
+ "ts-node-cwd": "dist/bin-cwd.js",
|
|
|
|
|
+ "ts-node-esm": "dist/bin-esm.js",
|
|
|
|
|
+ "ts-node-script": "dist/bin-script.js",
|
|
|
|
|
+ "ts-node-transpile-only": "dist/bin-transpile.js",
|
|
|
|
|
+ "ts-script": "dist/bin-script-deprecated.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@swc/core": ">=1.2.50",
|
|
|
|
|
+ "@swc/wasm": ">=1.2.50",
|
|
|
|
|
+ "@types/node": "*",
|
|
|
|
|
+ "typescript": ">=2.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@swc/core": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "@swc/wasm": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ts-node/node_modules/acorn-walk": {
|
|
|
|
|
+ "version": "8.3.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ts-node/node_modules/arg": {
|
|
|
|
|
+ "version": "4.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/tsconfig-paths": {
|
|
"node_modules/tsconfig-paths": {
|
|
|
"version": "3.15.0",
|
|
"version": "3.15.0",
|
|
|
"resolved": "https://r.cnpmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
|
"resolved": "https://r.cnpmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
|
@@ -15775,6 +16072,14 @@
|
|
|
"requires-port": "^1.0.0"
|
|
"requires-port": "^1.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/use-sync-external-store": {
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
|
+ "resolved": "https://r.cnpmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/util-deprecate": {
|
|
"node_modules/util-deprecate": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://r2.cnpmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
@@ -15812,6 +16117,12 @@
|
|
|
"uuid": "dist/bin/uuid"
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/v8-compile-cache-lib": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/v8-to-istanbul": {
|
|
"node_modules/v8-to-istanbul": {
|
|
|
"version": "8.1.1",
|
|
"version": "8.1.1",
|
|
|
"resolved": "https://r.cnpmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
|
|
"resolved": "https://r.cnpmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
|
|
@@ -16150,6 +16461,20 @@
|
|
|
"node": ">=10.13.0"
|
|
"node": ">=10.13.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/webpack-merge": {
|
|
|
|
|
+ "version": "5.10.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.10.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "clone-deep": "^4.0.1",
|
|
|
|
|
+ "flat": "^5.0.2",
|
|
|
|
|
+ "wildcard": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/webpack-sources": {
|
|
"node_modules/webpack-sources": {
|
|
|
"version": "3.2.3",
|
|
"version": "3.2.3",
|
|
|
"resolved": "https://r.cnpmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
|
"resolved": "https://r.cnpmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
|
@@ -16315,6 +16640,12 @@
|
|
|
"node": ">= 0.4"
|
|
"node": ">= 0.4"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/wildcard": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
|
|
|
|
|
+ "dev": true
|
|
|
|
|
+ },
|
|
|
"node_modules/word-wrap": {
|
|
"node_modules/word-wrap": {
|
|
|
"version": "1.2.5",
|
|
"version": "1.2.5",
|
|
|
"resolved": "https://r.cnpmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
"resolved": "https://r.cnpmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
@@ -16788,6 +17119,15 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/yn": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/yn/-/yn-3.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/yocto-queue": {
|
|
"node_modules/yocto-queue": {
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"resolved": "https://r2.cnpmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
"resolved": "https://r2.cnpmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
@@ -16795,6 +17135,33 @@
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/zustand": {
|
|
|
|
|
+ "version": "4.5.1",
|
|
|
|
|
+ "resolved": "https://r.cnpmjs.org/zustand/-/zustand-4.5.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-XlauQmH64xXSC1qGYNv00ODaQ3B+tNPoy22jv2diYiP4eoDKr9LA+Bh5Bc3gplTrFdb6JVI+N4kc1DZ/tbtfPg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "use-sync-external-store": "1.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=12.7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/react": ">=16.8",
|
|
|
|
|
+ "immer": ">=9.0.6",
|
|
|
|
|
+ "react": ">=16.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "@types/react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "immer": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "react": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|