6336 lines
151 KiB
JSON
6336 lines
151 KiB
JSON
{
|
|
"name": "frontend",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "frontend",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/roboto": "^5.2.5",
|
|
"@mui/icons-material": "^7.1.0",
|
|
"@mui/material": "^7.1.0",
|
|
"@tanstack/react-query": "^5.66.5",
|
|
"@tanstack/react-query-devtools": "^5.66.5",
|
|
"@tanstack/react-router": "^1.114.3",
|
|
"@tanstack/react-router-devtools": "^1.114.3",
|
|
"@tanstack/router-plugin": "^1.114.3",
|
|
"file-saver": "^2.0.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-material-file-upload": "^0.0.4",
|
|
"react-pdf": "^8.0.2",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"jsdom": "^26.0.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.1.0",
|
|
"vitest": "^3.0.5"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@asamuzakjp/css-color": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^2.1.3",
|
|
"@csstools/css-color-parser": "^3.0.9",
|
|
"@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",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.27.3",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helpers": "^7.27.3",
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.27.3",
|
|
"@babel/types": "^7.27.3",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/types": "^7.27.3",
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jsesc": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.27.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.27.2",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"browserslist": "^4.24.0",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"@babel/traverse": "^7.27.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.27.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.27.3"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
"version": "7.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.27.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/parser": "^7.27.2",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.27.3",
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.27.3",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.27.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/biome": {
|
|
"version": "1.9.4",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"bin": {
|
|
"biome": "bin/biome"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/biome"
|
|
},
|
|
"optionalDependencies": {
|
|
"@biomejs/cli-darwin-arm64": "1.9.4",
|
|
"@biomejs/cli-darwin-x64": "1.9.4",
|
|
"@biomejs/cli-linux-arm64": "1.9.4",
|
|
"@biomejs/cli-linux-arm64-musl": "1.9.4",
|
|
"@biomejs/cli-linux-x64": "1.9.4",
|
|
"@biomejs/cli-linux-x64-musl": "1.9.4",
|
|
"@biomejs/cli-win32-arm64": "1.9.4",
|
|
"@biomejs/cli-win32-x64": "1.9.4"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
"version": "1.9.4",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/color-helpers": {
|
|
"version": "5.0.2",
|
|
"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.4",
|
|
"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.5",
|
|
"@csstools/css-tokenizer": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-color-parser": {
|
|
"version": "3.0.10",
|
|
"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.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
"@csstools/css-tokenizer": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-parser-algorithms": {
|
|
"version": "3.0.5",
|
|
"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.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-tokenizer": {
|
|
"version": "3.0.4",
|
|
"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/@emotion/babel-plugin": {
|
|
"version": "11.13.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.16.7",
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/hash": "^0.9.2",
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"convert-source-map": "^1.5.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"find-root": "^1.1.0",
|
|
"source-map": "^0.5.7",
|
|
"stylis": "4.2.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/cache": {
|
|
"version": "11.14.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/sheet": "^1.4.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"@emotion/weak-memoize": "^0.4.0",
|
|
"stylis": "4.2.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/hash": {
|
|
"version": "0.9.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/is-prop-valid": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/memoize": "^0.9.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/memoize": {
|
|
"version": "0.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/react": {
|
|
"version": "11.14.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"@emotion/weak-memoize": "^0.4.0",
|
|
"hoist-non-react-statics": "^3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@emotion/serialize": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/hash": "^0.9.2",
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/unitless": "^0.10.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@emotion/sheet": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/styled": {
|
|
"version": "11.14.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@emotion/is-prop-valid": "^1.3.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
|
"@emotion/utils": "^1.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.0.0-rc.0",
|
|
"react": ">=16.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@emotion/unitless": {
|
|
"version": "0.10.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/utils": {
|
|
"version": "1.4.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/weak-memoize": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@esbuild/win32-x64": {
|
|
"version": "0.25.5",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@fontsource/roboto": {
|
|
"version": "5.2.5",
|
|
"license": "OFL-1.1",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ayuhito"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp": {
|
|
"version": "1.0.11",
|
|
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
|
|
"integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"node-pre-gyp": "bin/node-pre-gyp"
|
|
}
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp/node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
"optional": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@mui/core-downloads-tracker": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
}
|
|
},
|
|
"node_modules/@mui/icons-material": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@mui/material": "^7.1.0",
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/material": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/core-downloads-tracker": "^7.1.0",
|
|
"@mui/system": "^7.1.0",
|
|
"@mui/types": "^7.4.2",
|
|
"@mui/utils": "^7.1.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"clsx": "^2.1.1",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1",
|
|
"react-is": "^19.1.0",
|
|
"react-transition-group": "^4.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.5.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@mui/material-pigment-css": "^7.1.0",
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/react": {
|
|
"optional": true
|
|
},
|
|
"@emotion/styled": {
|
|
"optional": true
|
|
},
|
|
"@mui/material-pigment-css": {
|
|
"optional": true
|
|
},
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/private-theming": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/utils": "^7.1.0",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/styled-engine": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@emotion/cache": "^11.13.5",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/sheet": "^1.4.0",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/react": {
|
|
"optional": true
|
|
},
|
|
"@emotion/styled": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/system": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/private-theming": "^7.1.0",
|
|
"@mui/styled-engine": "^7.1.0",
|
|
"@mui/types": "^7.4.2",
|
|
"@mui/utils": "^7.1.0",
|
|
"clsx": "^2.1.1",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.5.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/react": {
|
|
"optional": true
|
|
},
|
|
"@emotion/styled": {
|
|
"optional": true
|
|
},
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/types": {
|
|
"version": "7.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@mui/utils": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/types": "^7.4.2",
|
|
"@types/prop-types": "^15.7.14",
|
|
"clsx": "^2.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"react-is": "^19.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@popperjs/core": {
|
|
"version": "2.11.8",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/popperjs"
|
|
}
|
|
},
|
|
"node_modules/@rolldown/pluginutils": {
|
|
"version": "1.0.0-beta.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
"version": "4.41.1",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
]
|
|
},
|
|
"node_modules/@socket.io/component-emitter": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="
|
|
},
|
|
"node_modules/@tanstack/history": {
|
|
"version": "1.115.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/query-core": {
|
|
"version": "5.77.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/query-devtools": {
|
|
"version": "5.76.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query": {
|
|
"version": "5.77.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/query-core": "5.77.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query-devtools": {
|
|
"version": "5.77.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/query-devtools": "5.76.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^5.77.2",
|
|
"react": "^18 || ^19"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-router": {
|
|
"version": "1.120.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.115.0",
|
|
"@tanstack/react-store": "^0.7.0",
|
|
"@tanstack/router-core": "1.120.10",
|
|
"jsesc": "^3.1.0",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tiny-warning": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0 || >=19.0.0",
|
|
"react-dom": ">=18.0.0 || >=19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-router-devtools": {
|
|
"version": "1.120.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-devtools-core": "^1.120.10",
|
|
"solid-js": "^1.9.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-router": "^1.120.11",
|
|
"react": ">=18.0.0 || >=19.0.0",
|
|
"react-dom": ">=18.0.0 || >=19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-store": {
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/store": "0.7.0",
|
|
"use-sync-external-store": "^1.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-core": {
|
|
"version": "1.120.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.115.0",
|
|
"@tanstack/store": "^0.7.0",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-devtools-core": {
|
|
"version": "1.120.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clsx": "^2.1.1",
|
|
"goober": "^2.1.16"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/router-core": "^1.120.10",
|
|
"csstype": "^3.0.10",
|
|
"solid-js": ">=1.9.5",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"csstype": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-generator": {
|
|
"version": "1.120.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/virtual-file-routes": "^1.115.0",
|
|
"prettier": "^3.5.0",
|
|
"tsx": "^4.19.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-router": "^1.120.11"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@tanstack/react-router": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-plugin": {
|
|
"version": "1.120.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.8",
|
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
|
"@babel/template": "^7.26.8",
|
|
"@babel/traverse": "^7.26.8",
|
|
"@babel/types": "^7.26.8",
|
|
"@tanstack/router-core": "^1.120.10",
|
|
"@tanstack/router-generator": "^1.120.11",
|
|
"@tanstack/router-utils": "^1.115.0",
|
|
"@tanstack/virtual-file-routes": "^1.115.0",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__template": "^7.4.4",
|
|
"@types/babel__traverse": "^7.20.6",
|
|
"babel-dead-code-elimination": "^1.0.10",
|
|
"chokidar": "^3.6.0",
|
|
"unplugin": "^2.1.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@rsbuild/core": ">=1.0.2",
|
|
"@tanstack/react-router": "^1.120.11",
|
|
"vite": ">=5.0.0 || >=6.0.0",
|
|
"vite-plugin-solid": "^2.11.2",
|
|
"webpack": ">=5.92.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@rsbuild/core": {
|
|
"optional": true
|
|
},
|
|
"@tanstack/react-router": {
|
|
"optional": true
|
|
},
|
|
"vite": {
|
|
"optional": true
|
|
},
|
|
"vite-plugin-solid": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-utils": {
|
|
"version": "1.115.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/generator": "^7.26.8",
|
|
"@babel/parser": "^7.26.8",
|
|
"ansis": "^3.11.0",
|
|
"diff": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/store": {
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/virtual-file-routes": {
|
|
"version": "1.115.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/dom": {
|
|
"version": "10.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "5.3.0",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.5.0",
|
|
"pretty-format": "^27.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react": {
|
|
"version": "16.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@testing-library/dom": "^10.0.0",
|
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@types/aria-query": {
|
|
"version": "5.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/babel__core": {
|
|
"version": "7.20.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7",
|
|
"@types/babel__generator": "*",
|
|
"@types/babel__template": "*",
|
|
"@types/babel__traverse": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__generator": {
|
|
"version": "7.27.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__template": {
|
|
"version": "7.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__traverse": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.20.7"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/file-saver": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.7.tgz",
|
|
"integrity": "sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/parse-json": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "19.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-dom": {
|
|
"version": "19.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/react-transition-group": {
|
|
"version": "4.4.12",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@vitejs/plugin-react": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.10",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
|
|
"@rolldown/pluginutils": "1.0.0-beta.9",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.17.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vitest/expect": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/spy": "3.1.4",
|
|
"@vitest/utils": "3.1.4",
|
|
"chai": "^5.2.0",
|
|
"tinyrainbow": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/@vitest/mocker": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/spy": "3.1.4",
|
|
"estree-walker": "^3.0.3",
|
|
"magic-string": "^0.30.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"msw": "^2.4.9",
|
|
"vite": "^5.0.0 || ^6.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"msw": {
|
|
"optional": true
|
|
},
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@vitest/pretty-format": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tinyrainbow": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/@vitest/runner": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/utils": "3.1.4",
|
|
"pathe": "^2.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/@vitest/snapshot": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/pretty-format": "3.1.4",
|
|
"magic-string": "^0.30.17",
|
|
"pathe": "^2.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/@vitest/spy": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tinyspy": "^3.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/@vitest/utils": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/pretty-format": "3.1.4",
|
|
"loupe": "^3.1.3",
|
|
"tinyrainbow": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
"optional": true
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.14.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ansis": {
|
|
"version": "3.17.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
|
|
"integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
|
|
"integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
|
|
"deprecated": "This package is no longer supported.",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/aria-query": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"dequal": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/assertion-error": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/attr-accept": {
|
|
"version": "2.2.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/babel-dead-code-elimination": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-macros": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"cosmiconfig": "^7.0.0",
|
|
"resolve": "^1.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
"optional": true
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.12",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.24.5",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001716",
|
|
"electron-to-chromium": "^1.5.149",
|
|
"node-releases": "^2.0.19",
|
|
"update-browserslist-db": "^1.1.3"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/cac": {
|
|
"version": "6.7.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001718",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "CC-BY-4.0"
|
|
},
|
|
"node_modules/canvas": {
|
|
"version": "2.11.2",
|
|
"resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz",
|
|
"integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==",
|
|
"hasInstallScript": true,
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.0",
|
|
"nan": "^2.17.0",
|
|
"simple-get": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/chai": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assertion-error": "^2.0.1",
|
|
"check-error": "^2.1.1",
|
|
"deep-eql": "^5.0.1",
|
|
"loupe": "^3.1.0",
|
|
"pathval": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/check-error": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
"optional": true,
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
"optional": true
|
|
},
|
|
"node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cssstyle": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@asamuzakjp/css-color": "^3.1.2",
|
|
"rrweb-cssom": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/data-urls": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^14.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decimal.js": {
|
|
"version": "10.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "4.2.1",
|
|
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz",
|
|
"integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"mimic-response": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/deep-eql": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/dequal": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
|
|
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "7.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/dom-accessibility-api": {
|
|
"version": "0.5.16",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dom-helpers": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.7",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.159",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"optional": true
|
|
},
|
|
"node_modules/engine.io-client": {
|
|
"version": "6.6.3",
|
|
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz",
|
|
"integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.2.1",
|
|
"ws": "~8.17.1",
|
|
"xmlhttprequest-ssl": "~2.1.1"
|
|
}
|
|
},
|
|
"node_modules/engine.io-client/node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/engine.io-client/node_modules/ws": {
|
|
"version": "8.17.1",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/engine.io-parser": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
|
|
"integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.25.5",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.25.5",
|
|
"@esbuild/android-arm": "0.25.5",
|
|
"@esbuild/android-arm64": "0.25.5",
|
|
"@esbuild/android-x64": "0.25.5",
|
|
"@esbuild/darwin-arm64": "0.25.5",
|
|
"@esbuild/darwin-x64": "0.25.5",
|
|
"@esbuild/freebsd-arm64": "0.25.5",
|
|
"@esbuild/freebsd-x64": "0.25.5",
|
|
"@esbuild/linux-arm": "0.25.5",
|
|
"@esbuild/linux-arm64": "0.25.5",
|
|
"@esbuild/linux-ia32": "0.25.5",
|
|
"@esbuild/linux-loong64": "0.25.5",
|
|
"@esbuild/linux-mips64el": "0.25.5",
|
|
"@esbuild/linux-ppc64": "0.25.5",
|
|
"@esbuild/linux-riscv64": "0.25.5",
|
|
"@esbuild/linux-s390x": "0.25.5",
|
|
"@esbuild/linux-x64": "0.25.5",
|
|
"@esbuild/netbsd-arm64": "0.25.5",
|
|
"@esbuild/netbsd-x64": "0.25.5",
|
|
"@esbuild/openbsd-arm64": "0.25.5",
|
|
"@esbuild/openbsd-x64": "0.25.5",
|
|
"@esbuild/sunos-x64": "0.25.5",
|
|
"@esbuild/win32-arm64": "0.25.5",
|
|
"@esbuild/win32-ia32": "0.25.5",
|
|
"@esbuild/win32-x64": "0.25.5"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/expect-type": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/fdir": {
|
|
"version": "6.4.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"picomatch": "^3 || ^4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"picomatch": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/file-saver": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz",
|
|
"integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA=="
|
|
},
|
|
"node_modules/file-selector": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-root": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/fs-minipass/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/fs-minipass/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
"optional": true
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gauge": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
"integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
|
|
"deprecated": "This package is no longer supported.",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.10.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/goober": {
|
|
"version": "2.1.16",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"csstype": "^3.0.10"
|
|
}
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics": {
|
|
"version": "3.3.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"react-is": "^16.7.0"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-encoding-sniffer": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-encoding": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.16.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsdom": {
|
|
"version": "26.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssstyle": "^4.2.1",
|
|
"data-urls": "^5.0.0",
|
|
"decimal.js": "^10.5.0",
|
|
"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.1.1",
|
|
"w3c-xmlserializer": "^5.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^3.1.1",
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^14.1.1",
|
|
"ws": "^8.18.0",
|
|
"xml-name-validator": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/loupe": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/lz-string": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"lz-string": "bin/bin.js"
|
|
}
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.17",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
}
|
|
},
|
|
"node_modules/make-cancellable-promise": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/wojtekmaj/make-cancellable-promise?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
|
"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-event-props": {
|
|
"version": "1.6.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/wojtekmaj/make-event-props?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/merge-refs": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/wojtekmaj/merge-refs?sponsor=1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
|
|
"integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
|
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minizlib/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minizlib/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
"optional": true,
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.22.2",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
|
|
"integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.11",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-fetch/node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
"optional": true
|
|
},
|
|
"node_modules/node-fetch/node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/node-fetch/node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.19",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
|
|
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npmlog": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
|
|
"integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
|
|
"deprecated": "This package is no longer supported.",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/nwsapi": {
|
|
"version": "2.2.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path2d-polyfill": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/path2d-polyfill/-/path2d-polyfill-2.0.1.tgz",
|
|
"integrity": "sha512-ad/3bsalbbWhmBo0D6FZ4RNMwsLsPpL6gnvhuSaU5Vm7b06Kr5ubSltQQ0T7YKsiJQO+g22zJ4dJKNTXIyOXtA==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pathe": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pathval": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14.16"
|
|
}
|
|
},
|
|
"node_modules/pdfjs-dist": {
|
|
"version": "3.11.174",
|
|
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.11.174.tgz",
|
|
"integrity": "sha512-TdTZPf1trZ8/UFu5Cx/GXB7GZM30LT+wWUNfsi6Bq8ePLnb+woNKtDymI2mxZYBpMbonNFqKmiz684DIfnd8dA==",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"canvas": "^2.11.2",
|
|
"path2d-polyfill": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.5.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.8",
|
|
"picocolors": "^1.1.1",
|
|
"source-map-js": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.5.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
},
|
|
"node_modules/prop-types/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "19.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "19.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"scheduler": "^0.26.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.1.0"
|
|
}
|
|
},
|
|
"node_modules/react-dropzone": {
|
|
"version": "11.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"attr-accept": "^2.2.2",
|
|
"file-selector": "^0.4.0",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 16.8"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "19.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-material-file-upload": {
|
|
"version": "0.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-dropzone": "^11.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@mui/icons-material": "^5.0.4",
|
|
"@mui/material": "^5.0.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
},
|
|
"node_modules/react-pdf": {
|
|
"version": "8.0.2",
|
|
"resolved": "https://registry.npmjs.org/react-pdf/-/react-pdf-8.0.2.tgz",
|
|
"integrity": "sha512-C0PFC+j9vmEIZ82Iq0c85xUWkgsZTUS05syqOk8NC+7PAanyWlVi/ImYkGQe27zYAlBA6IidRYEt1DAAXKq1Ow==",
|
|
"dependencies": {
|
|
"clsx": "^2.0.0",
|
|
"dequal": "^2.0.3",
|
|
"make-cancellable-promise": "^1.3.1",
|
|
"make-event-props": "^1.6.0",
|
|
"merge-refs": "^1.3.0",
|
|
"pdfjs-dist": "3.11.174",
|
|
"tiny-invariant": "^1.0.0",
|
|
"warning": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/wojtekmaj/react-pdf?sponsor=1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-transition-group": {
|
|
"version": "4.4.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"dom-helpers": "^5.0.1",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.6.0",
|
|
"react-dom": ">=16.6.0"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.16.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rollup": {
|
|
"version": "4.41.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "1.0.7"
|
|
},
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-android-arm-eabi": "4.41.1",
|
|
"@rollup/rollup-android-arm64": "4.41.1",
|
|
"@rollup/rollup-darwin-arm64": "4.41.1",
|
|
"@rollup/rollup-darwin-x64": "4.41.1",
|
|
"@rollup/rollup-freebsd-arm64": "4.41.1",
|
|
"@rollup/rollup-freebsd-x64": "4.41.1",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.41.1",
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.41.1",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-arm64-musl": "4.41.1",
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-riscv64-musl": "4.41.1",
|
|
"@rollup/rollup-linux-s390x-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-x64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-x64-musl": "4.41.1",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.41.1",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.41.1",
|
|
"@rollup/rollup-win32-x64-msvc": "4.41.1",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/rrweb-cssom": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"optional": true
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/saxes": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12.22.7"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.26.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/seroval": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/seroval-plugins": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"seroval": "^1.0"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
"optional": true
|
|
},
|
|
"node_modules/siginfo": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/simple-concat": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"optional": true
|
|
},
|
|
"node_modules/simple-get": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz",
|
|
"integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"decompress-response": "^4.2.0",
|
|
"once": "^1.3.1",
|
|
"simple-concat": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-client": {
|
|
"version": "4.8.1",
|
|
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
|
|
"integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.2",
|
|
"engine.io-client": "~6.6.1",
|
|
"socket.io-parser": "~4.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-client/node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/socket.io-parser": {
|
|
"version": "4.2.4",
|
|
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
|
|
"integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-parser/node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/solid-js": {
|
|
"version": "1.9.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"csstype": "^3.1.0",
|
|
"seroval": "~1.3.0",
|
|
"seroval-plugins": "~1.3.0"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/stackback": {
|
|
"version": "0.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/std-env": {
|
|
"version": "3.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stylis": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/symbol-tree": {
|
|
"version": "3.2.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tar": {
|
|
"version": "6.2.1",
|
|
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
},
|
|
"node_modules/tiny-invariant": {
|
|
"version": "1.3.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-warning": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tinybench": {
|
|
"version": "2.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tinyexec": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tinyglobby": {
|
|
"version": "0.2.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
}
|
|
},
|
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/tinypool": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/tinyrainbow": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/tinyspy": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/tldts": {
|
|
"version": "6.1.86",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tldts-core": "^6.1.86"
|
|
},
|
|
"bin": {
|
|
"tldts": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tldts-core": {
|
|
"version": "6.1.86",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tldts": "^6.1.32"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsx": {
|
|
"version": "4.19.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "~0.25.0",
|
|
"get-tsconfig": "^4.7.5"
|
|
},
|
|
"bin": {
|
|
"tsx": "dist/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/unplugin": {
|
|
"version": "2.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.14.1",
|
|
"picomatch": "^4.0.2",
|
|
"webpack-virtual-modules": "^0.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
}
|
|
},
|
|
"node_modules/unplugin/node_modules/picomatch": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/use-sync-external-store": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
"optional": true
|
|
},
|
|
"node_modules/vite": {
|
|
"version": "6.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2",
|
|
"postcss": "^8.5.3",
|
|
"rollup": "^4.34.9",
|
|
"tinyglobby": "^0.2.13"
|
|
},
|
|
"bin": {
|
|
"vite": "bin/vite.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
"jiti": ">=1.21.0",
|
|
"less": "*",
|
|
"lightningcss": "^1.21.0",
|
|
"sass": "*",
|
|
"sass-embedded": "*",
|
|
"stylus": "*",
|
|
"sugarss": "*",
|
|
"terser": "^5.16.0",
|
|
"tsx": "^4.8.1",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"jiti": {
|
|
"optional": true
|
|
},
|
|
"less": {
|
|
"optional": true
|
|
},
|
|
"lightningcss": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
},
|
|
"stylus": {
|
|
"optional": true
|
|
},
|
|
"sugarss": {
|
|
"optional": true
|
|
},
|
|
"terser": {
|
|
"optional": true
|
|
},
|
|
"tsx": {
|
|
"optional": true
|
|
},
|
|
"yaml": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vite-node": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cac": "^6.7.14",
|
|
"debug": "^4.4.0",
|
|
"es-module-lexer": "^1.7.0",
|
|
"pathe": "^2.0.3",
|
|
"vite": "^5.0.0 || ^6.0.0"
|
|
},
|
|
"bin": {
|
|
"vite-node": "vite-node.mjs"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
}
|
|
},
|
|
"node_modules/vite/node_modules/picomatch": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/vitest": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/expect": "3.1.4",
|
|
"@vitest/mocker": "3.1.4",
|
|
"@vitest/pretty-format": "^3.1.4",
|
|
"@vitest/runner": "3.1.4",
|
|
"@vitest/snapshot": "3.1.4",
|
|
"@vitest/spy": "3.1.4",
|
|
"@vitest/utils": "3.1.4",
|
|
"chai": "^5.2.0",
|
|
"debug": "^4.4.0",
|
|
"expect-type": "^1.2.1",
|
|
"magic-string": "^0.30.17",
|
|
"pathe": "^2.0.3",
|
|
"std-env": "^3.9.0",
|
|
"tinybench": "^2.9.0",
|
|
"tinyexec": "^0.3.2",
|
|
"tinyglobby": "^0.2.13",
|
|
"tinypool": "^1.0.2",
|
|
"tinyrainbow": "^2.0.0",
|
|
"vite": "^5.0.0 || ^6.0.0",
|
|
"vite-node": "3.1.4",
|
|
"why-is-node-running": "^2.3.0"
|
|
},
|
|
"bin": {
|
|
"vitest": "vitest.mjs"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"@edge-runtime/vm": "*",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
"@vitest/browser": "3.1.4",
|
|
"@vitest/ui": "3.1.4",
|
|
"happy-dom": "*",
|
|
"jsdom": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@edge-runtime/vm": {
|
|
"optional": true
|
|
},
|
|
"@types/debug": {
|
|
"optional": true
|
|
},
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"@vitest/browser": {
|
|
"optional": true
|
|
},
|
|
"@vitest/ui": {
|
|
"optional": true
|
|
},
|
|
"happy-dom": {
|
|
"optional": true
|
|
},
|
|
"jsdom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/w3c-xmlserializer": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml-name-validator": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/warning": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/webpack-virtual-modules": {
|
|
"version": "0.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/whatwg-encoding": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "14.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^5.1.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/why-is-node-running": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"siginfo": "^2.0.0",
|
|
"stackback": "0.0.2"
|
|
},
|
|
"bin": {
|
|
"why-is-node-running": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wide-align": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.18.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/xml-name-validator": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/xmlchars": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/xmlhttprequest-ssl": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
|
|
"integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.25.32",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"@asamuzakjp/css-color": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@csstools/css-calc": "^2.1.3",
|
|
"@csstools/css-color-parser": "^3.0.9",
|
|
"@csstools/css-parser-algorithms": "^3.0.4",
|
|
"@csstools/css-tokenizer": "^3.0.3",
|
|
"lru-cache": "^10.4.3"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "10.4.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@babel/code-frame": {
|
|
"version": "7.27.1",
|
|
"requires": {
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.1.1"
|
|
}
|
|
},
|
|
"@babel/compat-data": {
|
|
"version": "7.27.3"
|
|
},
|
|
"@babel/core": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.27.3",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helpers": "^7.27.3",
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.27.3",
|
|
"@babel/types": "^7.27.3",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"convert-source-map": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@babel/generator": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/types": "^7.27.3",
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jsesc": "^3.0.2"
|
|
}
|
|
},
|
|
"@babel/helper-compilation-targets": {
|
|
"version": "7.27.2",
|
|
"requires": {
|
|
"@babel/compat-data": "^7.27.2",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"browserslist": "^4.24.0",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
}
|
|
},
|
|
"@babel/helper-module-imports": {
|
|
"version": "7.27.1",
|
|
"requires": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/helper-module-transforms": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"@babel/traverse": "^7.27.3"
|
|
}
|
|
},
|
|
"@babel/helper-plugin-utils": {
|
|
"version": "7.27.1"
|
|
},
|
|
"@babel/helper-string-parser": {
|
|
"version": "7.27.1"
|
|
},
|
|
"@babel/helper-validator-identifier": {
|
|
"version": "7.27.1"
|
|
},
|
|
"@babel/helper-validator-option": {
|
|
"version": "7.27.1"
|
|
},
|
|
"@babel/helpers": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.27.3"
|
|
}
|
|
},
|
|
"@babel/parser": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/types": "^7.27.3"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-jsx": {
|
|
"version": "7.27.1",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-typescript": {
|
|
"version": "7.27.1",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.27.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/runtime": {
|
|
"version": "7.27.3"
|
|
},
|
|
"@babel/template": {
|
|
"version": "7.27.2",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/parser": "^7.27.2",
|
|
"@babel/types": "^7.27.1"
|
|
}
|
|
},
|
|
"@babel/traverse": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.27.3",
|
|
"@babel/parser": "^7.27.3",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.27.3",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
}
|
|
},
|
|
"@babel/types": {
|
|
"version": "7.27.3",
|
|
"requires": {
|
|
"@babel/helper-string-parser": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1"
|
|
}
|
|
},
|
|
"@biomejs/biome": {
|
|
"version": "1.9.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@biomejs/cli-darwin-arm64": "1.9.4",
|
|
"@biomejs/cli-darwin-x64": "1.9.4",
|
|
"@biomejs/cli-linux-arm64": "1.9.4",
|
|
"@biomejs/cli-linux-arm64-musl": "1.9.4",
|
|
"@biomejs/cli-linux-x64": "1.9.4",
|
|
"@biomejs/cli-linux-x64-musl": "1.9.4",
|
|
"@biomejs/cli-win32-arm64": "1.9.4",
|
|
"@biomejs/cli-win32-x64": "1.9.4"
|
|
}
|
|
},
|
|
"@biomejs/cli-win32-x64": {
|
|
"version": "1.9.4",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"@csstools/color-helpers": {
|
|
"version": "5.0.2",
|
|
"dev": true
|
|
},
|
|
"@csstools/css-calc": {
|
|
"version": "2.1.4",
|
|
"dev": true
|
|
},
|
|
"@csstools/css-color-parser": {
|
|
"version": "3.0.10",
|
|
"dev": true,
|
|
"requires": {
|
|
"@csstools/color-helpers": "^5.0.2",
|
|
"@csstools/css-calc": "^2.1.4"
|
|
}
|
|
},
|
|
"@csstools/css-parser-algorithms": {
|
|
"version": "3.0.5",
|
|
"dev": true
|
|
},
|
|
"@csstools/css-tokenizer": {
|
|
"version": "3.0.4",
|
|
"dev": true
|
|
},
|
|
"@emotion/babel-plugin": {
|
|
"version": "11.13.5",
|
|
"requires": {
|
|
"@babel/helper-module-imports": "^7.16.7",
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/hash": "^0.9.2",
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"convert-source-map": "^1.5.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"find-root": "^1.1.0",
|
|
"source-map": "^0.5.7",
|
|
"stylis": "4.2.0"
|
|
}
|
|
},
|
|
"@emotion/cache": {
|
|
"version": "11.14.0",
|
|
"requires": {
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/sheet": "^1.4.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"@emotion/weak-memoize": "^0.4.0",
|
|
"stylis": "4.2.0"
|
|
}
|
|
},
|
|
"@emotion/hash": {
|
|
"version": "0.9.2"
|
|
},
|
|
"@emotion/is-prop-valid": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"@emotion/memoize": "^0.9.0"
|
|
}
|
|
},
|
|
"@emotion/memoize": {
|
|
"version": "0.9.0"
|
|
},
|
|
"@emotion/react": {
|
|
"version": "11.14.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"@emotion/weak-memoize": "^0.4.0",
|
|
"hoist-non-react-statics": "^3.3.1"
|
|
}
|
|
},
|
|
"@emotion/serialize": {
|
|
"version": "1.3.3",
|
|
"requires": {
|
|
"@emotion/hash": "^0.9.2",
|
|
"@emotion/memoize": "^0.9.0",
|
|
"@emotion/unitless": "^0.10.0",
|
|
"@emotion/utils": "^1.4.2",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"@emotion/sheet": {
|
|
"version": "1.4.0"
|
|
},
|
|
"@emotion/styled": {
|
|
"version": "11.14.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@emotion/is-prop-valid": "^1.3.0",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
|
"@emotion/utils": "^1.4.2"
|
|
}
|
|
},
|
|
"@emotion/unitless": {
|
|
"version": "0.10.0"
|
|
},
|
|
"@emotion/use-insertion-effect-with-fallbacks": {
|
|
"version": "1.2.0"
|
|
},
|
|
"@emotion/utils": {
|
|
"version": "1.4.2"
|
|
},
|
|
"@emotion/weak-memoize": {
|
|
"version": "0.4.0"
|
|
},
|
|
"@esbuild/win32-x64": {
|
|
"version": "0.25.5",
|
|
"optional": true
|
|
},
|
|
"@fontsource/roboto": {
|
|
"version": "5.2.5"
|
|
},
|
|
"@jridgewell/gen-mapping": {
|
|
"version": "0.3.8",
|
|
"requires": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"@jridgewell/resolve-uri": {
|
|
"version": "3.1.2"
|
|
},
|
|
"@jridgewell/set-array": {
|
|
"version": "1.2.1"
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0"
|
|
},
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"@mapbox/node-pre-gyp": {
|
|
"version": "1.0.11",
|
|
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
|
|
"integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
|
|
"optional": true,
|
|
"requires": {
|
|
"detect-libc": "^2.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.7.2",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"@mui/core-downloads-tracker": {
|
|
"version": "7.1.0"
|
|
},
|
|
"@mui/icons-material": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1"
|
|
}
|
|
},
|
|
"@mui/material": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/core-downloads-tracker": "^7.1.0",
|
|
"@mui/system": "^7.1.0",
|
|
"@mui/types": "^7.4.2",
|
|
"@mui/utils": "^7.1.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"clsx": "^2.1.1",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1",
|
|
"react-is": "^19.1.0",
|
|
"react-transition-group": "^4.4.5"
|
|
}
|
|
},
|
|
"@mui/private-theming": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/utils": "^7.1.0",
|
|
"prop-types": "^15.8.1"
|
|
}
|
|
},
|
|
"@mui/styled-engine": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@emotion/cache": "^11.13.5",
|
|
"@emotion/serialize": "^1.3.3",
|
|
"@emotion/sheet": "^1.4.0",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1"
|
|
}
|
|
},
|
|
"@mui/system": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/private-theming": "^7.1.0",
|
|
"@mui/styled-engine": "^7.1.0",
|
|
"@mui/types": "^7.4.2",
|
|
"@mui/utils": "^7.1.0",
|
|
"clsx": "^2.1.1",
|
|
"csstype": "^3.1.3",
|
|
"prop-types": "^15.8.1"
|
|
}
|
|
},
|
|
"@mui/types": {
|
|
"version": "7.4.2",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1"
|
|
}
|
|
},
|
|
"@mui/utils": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.27.1",
|
|
"@mui/types": "^7.4.2",
|
|
"@types/prop-types": "^15.7.14",
|
|
"clsx": "^2.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"react-is": "^19.1.0"
|
|
}
|
|
},
|
|
"@popperjs/core": {
|
|
"version": "2.11.8"
|
|
},
|
|
"@rolldown/pluginutils": {
|
|
"version": "1.0.0-beta.9",
|
|
"dev": true
|
|
},
|
|
"@rollup/rollup-win32-x64-msvc": {
|
|
"version": "4.41.1",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"@socket.io/component-emitter": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="
|
|
},
|
|
"@tanstack/history": {
|
|
"version": "1.115.0"
|
|
},
|
|
"@tanstack/query-core": {
|
|
"version": "5.77.2"
|
|
},
|
|
"@tanstack/query-devtools": {
|
|
"version": "5.76.0"
|
|
},
|
|
"@tanstack/react-query": {
|
|
"version": "5.77.2",
|
|
"requires": {
|
|
"@tanstack/query-core": "5.77.2"
|
|
}
|
|
},
|
|
"@tanstack/react-query-devtools": {
|
|
"version": "5.77.2",
|
|
"requires": {
|
|
"@tanstack/query-devtools": "5.76.0"
|
|
}
|
|
},
|
|
"@tanstack/react-router": {
|
|
"version": "1.120.11",
|
|
"requires": {
|
|
"@tanstack/history": "1.115.0",
|
|
"@tanstack/react-store": "^0.7.0",
|
|
"@tanstack/router-core": "1.120.10",
|
|
"jsesc": "^3.1.0",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tiny-warning": "^1.0.3"
|
|
}
|
|
},
|
|
"@tanstack/react-router-devtools": {
|
|
"version": "1.120.11",
|
|
"requires": {
|
|
"@tanstack/router-devtools-core": "^1.120.10",
|
|
"solid-js": "^1.9.5"
|
|
}
|
|
},
|
|
"@tanstack/react-store": {
|
|
"version": "0.7.0",
|
|
"requires": {
|
|
"@tanstack/store": "0.7.0",
|
|
"use-sync-external-store": "^1.4.0"
|
|
}
|
|
},
|
|
"@tanstack/router-core": {
|
|
"version": "1.120.10",
|
|
"requires": {
|
|
"@tanstack/history": "1.115.0",
|
|
"@tanstack/store": "^0.7.0",
|
|
"tiny-invariant": "^1.3.3"
|
|
}
|
|
},
|
|
"@tanstack/router-devtools-core": {
|
|
"version": "1.120.10",
|
|
"requires": {
|
|
"clsx": "^2.1.1",
|
|
"goober": "^2.1.16"
|
|
}
|
|
},
|
|
"@tanstack/router-generator": {
|
|
"version": "1.120.11",
|
|
"requires": {
|
|
"@tanstack/virtual-file-routes": "^1.115.0",
|
|
"prettier": "^3.5.0",
|
|
"tsx": "^4.19.2",
|
|
"zod": "^3.24.2"
|
|
}
|
|
},
|
|
"@tanstack/router-plugin": {
|
|
"version": "1.120.11",
|
|
"requires": {
|
|
"@babel/core": "^7.26.8",
|
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
|
"@babel/template": "^7.26.8",
|
|
"@babel/traverse": "^7.26.8",
|
|
"@babel/types": "^7.26.8",
|
|
"@tanstack/router-core": "^1.120.10",
|
|
"@tanstack/router-generator": "^1.120.11",
|
|
"@tanstack/router-utils": "^1.115.0",
|
|
"@tanstack/virtual-file-routes": "^1.115.0",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__template": "^7.4.4",
|
|
"@types/babel__traverse": "^7.20.6",
|
|
"babel-dead-code-elimination": "^1.0.10",
|
|
"chokidar": "^3.6.0",
|
|
"unplugin": "^2.1.2",
|
|
"zod": "^3.24.2"
|
|
}
|
|
},
|
|
"@tanstack/router-utils": {
|
|
"version": "1.115.0",
|
|
"requires": {
|
|
"@babel/generator": "^7.26.8",
|
|
"@babel/parser": "^7.26.8",
|
|
"ansis": "^3.11.0",
|
|
"diff": "^7.0.0"
|
|
}
|
|
},
|
|
"@tanstack/store": {
|
|
"version": "0.7.0"
|
|
},
|
|
"@tanstack/virtual-file-routes": {
|
|
"version": "1.115.0"
|
|
},
|
|
"@testing-library/dom": {
|
|
"version": "10.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "5.3.0",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.5.0",
|
|
"pretty-format": "^27.0.2"
|
|
}
|
|
},
|
|
"@testing-library/react": {
|
|
"version": "16.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5"
|
|
}
|
|
},
|
|
"@types/aria-query": {
|
|
"version": "5.0.4",
|
|
"dev": true
|
|
},
|
|
"@types/babel__core": {
|
|
"version": "7.20.5",
|
|
"requires": {
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7",
|
|
"@types/babel__generator": "*",
|
|
"@types/babel__template": "*",
|
|
"@types/babel__traverse": "*"
|
|
}
|
|
},
|
|
"@types/babel__generator": {
|
|
"version": "7.27.0",
|
|
"requires": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"@types/babel__template": {
|
|
"version": "7.4.4",
|
|
"requires": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"@types/babel__traverse": {
|
|
"version": "7.20.7",
|
|
"requires": {
|
|
"@babel/types": "^7.20.7"
|
|
}
|
|
},
|
|
"@types/estree": {
|
|
"version": "1.0.7",
|
|
"dev": true
|
|
},
|
|
"@types/file-saver": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.7.tgz",
|
|
"integrity": "sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==",
|
|
"dev": true
|
|
},
|
|
"@types/parse-json": {
|
|
"version": "4.0.2"
|
|
},
|
|
"@types/prop-types": {
|
|
"version": "15.7.14"
|
|
},
|
|
"@types/react": {
|
|
"version": "19.1.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"@types/react-dom": {
|
|
"version": "19.1.5",
|
|
"dev": true
|
|
},
|
|
"@types/react-transition-group": {
|
|
"version": "4.4.12"
|
|
},
|
|
"@vitejs/plugin-react": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/core": "^7.26.10",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
|
|
"@rolldown/pluginutils": "1.0.0-beta.9",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.17.0"
|
|
}
|
|
},
|
|
"@vitest/expect": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/spy": "3.1.4",
|
|
"@vitest/utils": "3.1.4",
|
|
"chai": "^5.2.0",
|
|
"tinyrainbow": "^2.0.0"
|
|
}
|
|
},
|
|
"@vitest/mocker": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/spy": "3.1.4",
|
|
"estree-walker": "^3.0.3",
|
|
"magic-string": "^0.30.17"
|
|
}
|
|
},
|
|
"@vitest/pretty-format": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"tinyrainbow": "^2.0.0"
|
|
}
|
|
},
|
|
"@vitest/runner": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/utils": "3.1.4",
|
|
"pathe": "^2.0.3"
|
|
}
|
|
},
|
|
"@vitest/snapshot": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/pretty-format": "3.1.4",
|
|
"magic-string": "^0.30.17",
|
|
"pathe": "^2.0.3"
|
|
}
|
|
},
|
|
"@vitest/spy": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"tinyspy": "^3.0.2"
|
|
}
|
|
},
|
|
"@vitest/utils": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/pretty-format": "3.1.4",
|
|
"loupe": "^3.1.3",
|
|
"tinyrainbow": "^2.0.0"
|
|
}
|
|
},
|
|
"abbrev": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
"optional": true
|
|
},
|
|
"acorn": {
|
|
"version": "8.14.1"
|
|
},
|
|
"agent-base": {
|
|
"version": "7.1.3",
|
|
"dev": true
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"devOptional": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"ansis": {
|
|
"version": "3.17.0"
|
|
},
|
|
"anymatch": {
|
|
"version": "3.1.3",
|
|
"requires": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
}
|
|
},
|
|
"aproba": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
|
|
"integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
|
|
"optional": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
|
|
"integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
}
|
|
},
|
|
"aria-query": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"dequal": "^2.0.3"
|
|
}
|
|
},
|
|
"assertion-error": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"attr-accept": {
|
|
"version": "2.2.5"
|
|
},
|
|
"babel-dead-code-elimination": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6"
|
|
}
|
|
},
|
|
"babel-plugin-macros": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"cosmiconfig": "^7.0.0",
|
|
"resolve": "^1.19.0"
|
|
}
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
"optional": true
|
|
},
|
|
"binary-extensions": {
|
|
"version": "2.3.0"
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.12",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
"optional": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"braces": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"fill-range": "^7.1.1"
|
|
}
|
|
},
|
|
"browserslist": {
|
|
"version": "4.24.5",
|
|
"requires": {
|
|
"caniuse-lite": "^1.0.30001716",
|
|
"electron-to-chromium": "^1.5.149",
|
|
"node-releases": "^2.0.19",
|
|
"update-browserslist-db": "^1.1.3"
|
|
}
|
|
},
|
|
"cac": {
|
|
"version": "6.7.14",
|
|
"dev": true
|
|
},
|
|
"callsites": {
|
|
"version": "3.1.0"
|
|
},
|
|
"caniuse-lite": {
|
|
"version": "1.0.30001718"
|
|
},
|
|
"canvas": {
|
|
"version": "2.11.2",
|
|
"resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz",
|
|
"integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@mapbox/node-pre-gyp": "^1.0.0",
|
|
"nan": "^2.17.0",
|
|
"simple-get": "^3.0.3"
|
|
}
|
|
},
|
|
"chai": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"assertion-error": "^2.0.1",
|
|
"check-error": "^2.1.1",
|
|
"deep-eql": "^5.0.1",
|
|
"loupe": "^3.1.0",
|
|
"pathval": "^2.0.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"check-error": {
|
|
"version": "2.1.1",
|
|
"dev": true
|
|
},
|
|
"chokidar": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"fsevents": "~2.3.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
"optional": true
|
|
},
|
|
"clsx": {
|
|
"version": "2.1.1"
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true
|
|
},
|
|
"color-support": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
"optional": true
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1",
|
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
"optional": true
|
|
},
|
|
"console-control-strings": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
"optional": true
|
|
},
|
|
"convert-source-map": {
|
|
"version": "1.9.0"
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
}
|
|
},
|
|
"cssstyle": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@asamuzakjp/css-color": "^3.1.2",
|
|
"rrweb-cssom": "^0.8.0"
|
|
}
|
|
},
|
|
"csstype": {
|
|
"version": "3.1.3"
|
|
},
|
|
"data-urls": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^14.0.0"
|
|
}
|
|
},
|
|
"debug": {
|
|
"version": "4.4.1",
|
|
"requires": {
|
|
"ms": "^2.1.3"
|
|
}
|
|
},
|
|
"decimal.js": {
|
|
"version": "10.5.0",
|
|
"dev": true
|
|
},
|
|
"decompress-response": {
|
|
"version": "4.2.1",
|
|
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz",
|
|
"integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"mimic-response": "^2.0.0"
|
|
}
|
|
},
|
|
"deep-eql": {
|
|
"version": "5.0.2",
|
|
"dev": true
|
|
},
|
|
"delegates": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
"optional": true
|
|
},
|
|
"dequal": {
|
|
"version": "2.0.3"
|
|
},
|
|
"detect-libc": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
|
|
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
|
|
"optional": true
|
|
},
|
|
"diff": {
|
|
"version": "7.0.0"
|
|
},
|
|
"dom-accessibility-api": {
|
|
"version": "0.5.16",
|
|
"dev": true
|
|
},
|
|
"dom-helpers": {
|
|
"version": "5.2.1",
|
|
"requires": {
|
|
"@babel/runtime": "^7.8.7",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"electron-to-chromium": {
|
|
"version": "1.5.159"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"optional": true
|
|
},
|
|
"engine.io-client": {
|
|
"version": "6.6.3",
|
|
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz",
|
|
"integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.2.1",
|
|
"ws": "~8.17.1",
|
|
"xmlhttprequest-ssl": "~2.1.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"requires": {
|
|
"ms": "^2.1.3"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "8.17.1",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ=="
|
|
}
|
|
}
|
|
},
|
|
"engine.io-parser": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
|
|
"integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q=="
|
|
},
|
|
"entities": {
|
|
"version": "6.0.0",
|
|
"dev": true
|
|
},
|
|
"error-ex": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"es-module-lexer": {
|
|
"version": "1.7.0",
|
|
"dev": true
|
|
},
|
|
"esbuild": {
|
|
"version": "0.25.5",
|
|
"requires": {
|
|
"@esbuild/aix-ppc64": "0.25.5",
|
|
"@esbuild/android-arm": "0.25.5",
|
|
"@esbuild/android-arm64": "0.25.5",
|
|
"@esbuild/android-x64": "0.25.5",
|
|
"@esbuild/darwin-arm64": "0.25.5",
|
|
"@esbuild/darwin-x64": "0.25.5",
|
|
"@esbuild/freebsd-arm64": "0.25.5",
|
|
"@esbuild/freebsd-x64": "0.25.5",
|
|
"@esbuild/linux-arm": "0.25.5",
|
|
"@esbuild/linux-arm64": "0.25.5",
|
|
"@esbuild/linux-ia32": "0.25.5",
|
|
"@esbuild/linux-loong64": "0.25.5",
|
|
"@esbuild/linux-mips64el": "0.25.5",
|
|
"@esbuild/linux-ppc64": "0.25.5",
|
|
"@esbuild/linux-riscv64": "0.25.5",
|
|
"@esbuild/linux-s390x": "0.25.5",
|
|
"@esbuild/linux-x64": "0.25.5",
|
|
"@esbuild/netbsd-arm64": "0.25.5",
|
|
"@esbuild/netbsd-x64": "0.25.5",
|
|
"@esbuild/openbsd-arm64": "0.25.5",
|
|
"@esbuild/openbsd-x64": "0.25.5",
|
|
"@esbuild/sunos-x64": "0.25.5",
|
|
"@esbuild/win32-arm64": "0.25.5",
|
|
"@esbuild/win32-ia32": "0.25.5",
|
|
"@esbuild/win32-x64": "0.25.5"
|
|
}
|
|
},
|
|
"escalade": {
|
|
"version": "3.2.0"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"estree-walker": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "^1.0.0"
|
|
}
|
|
},
|
|
"expect-type": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"fdir": {
|
|
"version": "6.4.5",
|
|
"dev": true
|
|
},
|
|
"file-saver": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz",
|
|
"integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA=="
|
|
},
|
|
"file-selector": {
|
|
"version": "0.4.0",
|
|
"requires": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"fill-range": {
|
|
"version": "7.1.1",
|
|
"requires": {
|
|
"to-regex-range": "^5.0.1"
|
|
}
|
|
},
|
|
"find-root": {
|
|
"version": "1.1.0"
|
|
},
|
|
"fs-minipass": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
"optional": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
"optional": true
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.2"
|
|
},
|
|
"gauge": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
"integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
|
|
"optional": true,
|
|
"requires": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
}
|
|
},
|
|
"gensync": {
|
|
"version": "1.0.0-beta.2"
|
|
},
|
|
"get-tsconfig": {
|
|
"version": "4.10.1",
|
|
"requires": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"optional": true,
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
}
|
|
},
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
},
|
|
"globals": {
|
|
"version": "11.12.0"
|
|
},
|
|
"goober": {
|
|
"version": "2.1.16"
|
|
},
|
|
"has-flag": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
"optional": true
|
|
},
|
|
"hasown": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"function-bind": "^1.1.2"
|
|
}
|
|
},
|
|
"hoist-non-react-statics": {
|
|
"version": "3.3.2",
|
|
"requires": {
|
|
"react-is": "^16.7.0"
|
|
},
|
|
"dependencies": {
|
|
"react-is": {
|
|
"version": "16.13.1"
|
|
}
|
|
}
|
|
},
|
|
"html-encoding-sniffer": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-encoding": "^3.1.1"
|
|
}
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
},
|
|
"import-fresh": {
|
|
"version": "3.3.1",
|
|
"requires": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
}
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"optional": true
|
|
},
|
|
"is-arrayish": {
|
|
"version": "0.2.1"
|
|
},
|
|
"is-binary-path": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"binary-extensions": "^2.0.0"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.16.1",
|
|
"requires": {
|
|
"hasown": "^2.0.2"
|
|
}
|
|
},
|
|
"is-extglob": {
|
|
"version": "2.1.1"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"optional": true
|
|
},
|
|
"is-glob": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"is-extglob": "^2.1.1"
|
|
}
|
|
},
|
|
"is-number": {
|
|
"version": "7.0.0"
|
|
},
|
|
"is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"js-tokens": {
|
|
"version": "4.0.0"
|
|
},
|
|
"jsdom": {
|
|
"version": "26.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"cssstyle": "^4.2.1",
|
|
"data-urls": "^5.0.0",
|
|
"decimal.js": "^10.5.0",
|
|
"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.1.1",
|
|
"w3c-xmlserializer": "^5.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^3.1.1",
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^14.1.1",
|
|
"ws": "^8.18.0",
|
|
"xml-name-validator": "^5.0.0"
|
|
}
|
|
},
|
|
"jsesc": {
|
|
"version": "3.1.0"
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "2.3.1"
|
|
},
|
|
"json5": {
|
|
"version": "2.2.3"
|
|
},
|
|
"lines-and-columns": {
|
|
"version": "1.2.4"
|
|
},
|
|
"loose-envify": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"loupe": {
|
|
"version": "3.1.3",
|
|
"dev": true
|
|
},
|
|
"lru-cache": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"lz-string": {
|
|
"version": "1.5.0",
|
|
"dev": true
|
|
},
|
|
"magic-string": {
|
|
"version": "0.30.17",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
}
|
|
},
|
|
"make-cancellable-promise": {
|
|
"version": "1.3.2"
|
|
},
|
|
"make-dir": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
|
"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"semver": "^6.0.0"
|
|
}
|
|
},
|
|
"make-event-props": {
|
|
"version": "1.6.2"
|
|
},
|
|
"merge-refs": {
|
|
"version": "1.3.0"
|
|
},
|
|
"mimic-response": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
|
|
"integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==",
|
|
"optional": true
|
|
},
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
"optional": true
|
|
},
|
|
"minizlib": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
|
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
"optional": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
"optional": true
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3"
|
|
},
|
|
"nan": {
|
|
"version": "2.22.2",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
|
|
"integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
|
|
"optional": true
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.11",
|
|
"dev": true
|
|
},
|
|
"node-fetch": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
"optional": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tr46": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
"optional": true
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
"optional": true
|
|
},
|
|
"whatwg-url": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"node-releases": {
|
|
"version": "2.0.19"
|
|
},
|
|
"nopt": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
|
|
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
|
"optional": true,
|
|
"requires": {
|
|
"abbrev": "1"
|
|
}
|
|
},
|
|
"normalize-path": {
|
|
"version": "3.0.0"
|
|
},
|
|
"npmlog": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
|
|
"integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"nwsapi": {
|
|
"version": "2.2.20",
|
|
"dev": true
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1"
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
"optional": true,
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"parent-module": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"callsites": "^3.0.0"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
}
|
|
},
|
|
"parse5": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"entities": "^6.0.0"
|
|
}
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
"optional": true
|
|
},
|
|
"path-parse": {
|
|
"version": "1.0.7"
|
|
},
|
|
"path-type": {
|
|
"version": "4.0.0"
|
|
},
|
|
"path2d-polyfill": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/path2d-polyfill/-/path2d-polyfill-2.0.1.tgz",
|
|
"integrity": "sha512-ad/3bsalbbWhmBo0D6FZ4RNMwsLsPpL6gnvhuSaU5Vm7b06Kr5ubSltQQ0T7YKsiJQO+g22zJ4dJKNTXIyOXtA==",
|
|
"optional": true
|
|
},
|
|
"pathe": {
|
|
"version": "2.0.3",
|
|
"dev": true
|
|
},
|
|
"pathval": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"pdfjs-dist": {
|
|
"version": "3.11.174",
|
|
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.11.174.tgz",
|
|
"integrity": "sha512-TdTZPf1trZ8/UFu5Cx/GXB7GZM30LT+wWUNfsi6Bq8ePLnb+woNKtDymI2mxZYBpMbonNFqKmiz684DIfnd8dA==",
|
|
"requires": {
|
|
"canvas": "^2.11.2",
|
|
"path2d-polyfill": "^2.0.1"
|
|
}
|
|
},
|
|
"picocolors": {
|
|
"version": "1.1.1"
|
|
},
|
|
"picomatch": {
|
|
"version": "2.3.1"
|
|
},
|
|
"postcss": {
|
|
"version": "8.5.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"nanoid": "^3.3.8",
|
|
"picocolors": "^1.1.1",
|
|
"source-map-js": "^1.2.1"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"version": "3.5.3"
|
|
},
|
|
"pretty-format": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "5.2.0",
|
|
"dev": true
|
|
},
|
|
"react-is": {
|
|
"version": "17.0.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"prop-types": {
|
|
"version": "15.8.1",
|
|
"requires": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
},
|
|
"dependencies": {
|
|
"react-is": {
|
|
"version": "16.13.1"
|
|
}
|
|
}
|
|
},
|
|
"punycode": {
|
|
"version": "2.3.1",
|
|
"dev": true
|
|
},
|
|
"react": {
|
|
"version": "19.1.0"
|
|
},
|
|
"react-dom": {
|
|
"version": "19.1.0",
|
|
"requires": {
|
|
"scheduler": "^0.26.0"
|
|
}
|
|
},
|
|
"react-dropzone": {
|
|
"version": "11.7.1",
|
|
"requires": {
|
|
"attr-accept": "^2.2.2",
|
|
"file-selector": "^0.4.0",
|
|
"prop-types": "^15.8.1"
|
|
}
|
|
},
|
|
"react-is": {
|
|
"version": "19.1.0"
|
|
},
|
|
"react-material-file-upload": {
|
|
"version": "0.0.4",
|
|
"requires": {
|
|
"react-dropzone": "^11.4.2"
|
|
}
|
|
},
|
|
"react-pdf": {
|
|
"version": "8.0.2",
|
|
"resolved": "https://registry.npmjs.org/react-pdf/-/react-pdf-8.0.2.tgz",
|
|
"integrity": "sha512-C0PFC+j9vmEIZ82Iq0c85xUWkgsZTUS05syqOk8NC+7PAanyWlVi/ImYkGQe27zYAlBA6IidRYEt1DAAXKq1Ow==",
|
|
"requires": {
|
|
"clsx": "^2.0.0",
|
|
"dequal": "^2.0.3",
|
|
"make-cancellable-promise": "^1.3.1",
|
|
"make-event-props": "^1.6.0",
|
|
"merge-refs": "^1.3.0",
|
|
"pdfjs-dist": "3.11.174",
|
|
"tiny-invariant": "^1.0.0",
|
|
"warning": "^4.0.0"
|
|
}
|
|
},
|
|
"react-refresh": {
|
|
"version": "0.17.0",
|
|
"dev": true
|
|
},
|
|
"react-transition-group": {
|
|
"version": "4.4.5",
|
|
"requires": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"dom-helpers": "^5.0.1",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.6.2"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"readdirp": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"picomatch": "^2.2.1"
|
|
}
|
|
},
|
|
"resolve": {
|
|
"version": "1.22.10",
|
|
"requires": {
|
|
"is-core-module": "^2.16.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
}
|
|
},
|
|
"resolve-from": {
|
|
"version": "4.0.0"
|
|
},
|
|
"resolve-pkg-maps": {
|
|
"version": "1.0.0"
|
|
},
|
|
"rimraf": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"rollup": {
|
|
"version": "4.41.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/rollup-android-arm-eabi": "4.41.1",
|
|
"@rollup/rollup-android-arm64": "4.41.1",
|
|
"@rollup/rollup-darwin-arm64": "4.41.1",
|
|
"@rollup/rollup-darwin-x64": "4.41.1",
|
|
"@rollup/rollup-freebsd-arm64": "4.41.1",
|
|
"@rollup/rollup-freebsd-x64": "4.41.1",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.41.1",
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.41.1",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-arm64-musl": "4.41.1",
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-riscv64-musl": "4.41.1",
|
|
"@rollup/rollup-linux-s390x-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-x64-gnu": "4.41.1",
|
|
"@rollup/rollup-linux-x64-musl": "4.41.1",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.41.1",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.41.1",
|
|
"@rollup/rollup-win32-x64-msvc": "4.41.1",
|
|
"@types/estree": "1.0.7",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"rrweb-cssom": {
|
|
"version": "0.8.0",
|
|
"dev": true
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
"optional": true
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2",
|
|
"dev": true
|
|
},
|
|
"saxes": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"xmlchars": "^2.2.0"
|
|
}
|
|
},
|
|
"scheduler": {
|
|
"version": "0.26.0"
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
},
|
|
"seroval": {
|
|
"version": "1.3.2"
|
|
},
|
|
"seroval-plugins": {
|
|
"version": "1.3.2"
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
"optional": true
|
|
},
|
|
"siginfo": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
"optional": true
|
|
},
|
|
"simple-concat": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
"optional": true
|
|
},
|
|
"simple-get": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz",
|
|
"integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"decompress-response": "^4.2.0",
|
|
"once": "^1.3.1",
|
|
"simple-concat": "^1.0.0"
|
|
}
|
|
},
|
|
"socket.io-client": {
|
|
"version": "4.8.1",
|
|
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
|
|
"integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.2",
|
|
"engine.io-client": "~6.6.1",
|
|
"socket.io-parser": "~4.2.4"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"requires": {
|
|
"ms": "^2.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"socket.io-parser": {
|
|
"version": "4.2.4",
|
|
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
|
|
"integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"requires": {
|
|
"ms": "^2.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"solid-js": {
|
|
"version": "1.9.7",
|
|
"requires": {
|
|
"csstype": "^3.1.0",
|
|
"seroval": "~1.3.0",
|
|
"seroval-plugins": "~1.3.0"
|
|
}
|
|
},
|
|
"source-map": {
|
|
"version": "0.5.7"
|
|
},
|
|
"source-map-js": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"stackback": {
|
|
"version": "0.0.2",
|
|
"dev": true
|
|
},
|
|
"std-env": {
|
|
"version": "3.9.0",
|
|
"dev": true
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"optional": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"optional": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"stylis": {
|
|
"version": "4.2.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0"
|
|
},
|
|
"symbol-tree": {
|
|
"version": "3.2.4",
|
|
"dev": true
|
|
},
|
|
"tar": {
|
|
"version": "6.2.1",
|
|
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
"optional": true,
|
|
"requires": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"tiny-invariant": {
|
|
"version": "1.3.3"
|
|
},
|
|
"tiny-warning": {
|
|
"version": "1.0.3"
|
|
},
|
|
"tinybench": {
|
|
"version": "2.9.0",
|
|
"dev": true
|
|
},
|
|
"tinyexec": {
|
|
"version": "0.3.2",
|
|
"dev": true
|
|
},
|
|
"tinyglobby": {
|
|
"version": "0.2.14",
|
|
"dev": true,
|
|
"requires": {
|
|
"fdir": "^6.4.4",
|
|
"picomatch": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"picomatch": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"tinypool": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"tinyrainbow": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"tinyspy": {
|
|
"version": "3.0.2",
|
|
"dev": true
|
|
},
|
|
"tldts": {
|
|
"version": "6.1.86",
|
|
"dev": true,
|
|
"requires": {
|
|
"tldts-core": "^6.1.86"
|
|
}
|
|
},
|
|
"tldts-core": {
|
|
"version": "6.1.86",
|
|
"dev": true
|
|
},
|
|
"to-regex-range": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"is-number": "^7.0.0"
|
|
}
|
|
},
|
|
"tough-cookie": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"tldts": "^6.1.32"
|
|
}
|
|
},
|
|
"tr46": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"punycode": "^2.3.1"
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "2.8.1"
|
|
},
|
|
"tsx": {
|
|
"version": "4.19.4",
|
|
"requires": {
|
|
"esbuild": "~0.25.0",
|
|
"fsevents": "~2.3.3",
|
|
"get-tsconfig": "^4.7.5"
|
|
}
|
|
},
|
|
"typescript": {
|
|
"version": "5.8.3",
|
|
"dev": true
|
|
},
|
|
"unplugin": {
|
|
"version": "2.3.5",
|
|
"requires": {
|
|
"acorn": "^8.14.1",
|
|
"picomatch": "^4.0.2",
|
|
"webpack-virtual-modules": "^0.6.2"
|
|
},
|
|
"dependencies": {
|
|
"picomatch": {
|
|
"version": "4.0.2"
|
|
}
|
|
}
|
|
},
|
|
"update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.1"
|
|
}
|
|
},
|
|
"use-sync-external-store": {
|
|
"version": "1.5.0"
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
"optional": true
|
|
},
|
|
"vite": {
|
|
"version": "6.3.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"esbuild": "^0.25.0",
|
|
"fdir": "^6.4.4",
|
|
"fsevents": "~2.3.3",
|
|
"picomatch": "^4.0.2",
|
|
"postcss": "^8.5.3",
|
|
"rollup": "^4.34.9",
|
|
"tinyglobby": "^0.2.13"
|
|
},
|
|
"dependencies": {
|
|
"picomatch": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"vite-node": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"cac": "^6.7.14",
|
|
"debug": "^4.4.0",
|
|
"es-module-lexer": "^1.7.0",
|
|
"pathe": "^2.0.3",
|
|
"vite": "^5.0.0 || ^6.0.0"
|
|
}
|
|
},
|
|
"vitest": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@vitest/expect": "3.1.4",
|
|
"@vitest/mocker": "3.1.4",
|
|
"@vitest/pretty-format": "^3.1.4",
|
|
"@vitest/runner": "3.1.4",
|
|
"@vitest/snapshot": "3.1.4",
|
|
"@vitest/spy": "3.1.4",
|
|
"@vitest/utils": "3.1.4",
|
|
"chai": "^5.2.0",
|
|
"debug": "^4.4.0",
|
|
"expect-type": "^1.2.1",
|
|
"magic-string": "^0.30.17",
|
|
"pathe": "^2.0.3",
|
|
"std-env": "^3.9.0",
|
|
"tinybench": "^2.9.0",
|
|
"tinyexec": "^0.3.2",
|
|
"tinyglobby": "^0.2.13",
|
|
"tinypool": "^1.0.2",
|
|
"tinyrainbow": "^2.0.0",
|
|
"vite": "^5.0.0 || ^6.0.0",
|
|
"vite-node": "3.1.4",
|
|
"why-is-node-running": "^2.3.0"
|
|
}
|
|
},
|
|
"w3c-xmlserializer": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"xml-name-validator": "^5.0.0"
|
|
}
|
|
},
|
|
"warning": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"loose-envify": "^1.0.0"
|
|
}
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"dev": true
|
|
},
|
|
"webpack-virtual-modules": {
|
|
"version": "0.6.2"
|
|
},
|
|
"whatwg-encoding": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"iconv-lite": "0.6.3"
|
|
}
|
|
},
|
|
"whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"whatwg-url": {
|
|
"version": "14.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"tr46": "^5.1.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
}
|
|
},
|
|
"why-is-node-running": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"siginfo": "^2.0.0",
|
|
"stackback": "0.0.2"
|
|
}
|
|
},
|
|
"wide-align": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
"optional": true,
|
|
"requires": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
"optional": true
|
|
},
|
|
"ws": {
|
|
"version": "8.18.2",
|
|
"dev": true
|
|
},
|
|
"xml-name-validator": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"xmlchars": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"xmlhttprequest-ssl": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
|
|
"integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ=="
|
|
},
|
|
"yallist": {
|
|
"version": "3.1.1"
|
|
},
|
|
"yaml": {
|
|
"version": "1.10.2"
|
|
},
|
|
"zod": {
|
|
"version": "3.25.32"
|
|
}
|
|
}
|
|
}
|