fix: refactor drizzle integration to use optional chaining for DATABASE_URL fix: update Supabase integration to use getCookies instead of parseCookies feat: implement user profile creation with validation schema refactor: remove unused user-related functions and adjust signup logic fix: update user validation schema to include first and last name chore: enhance route tree with SSR support for router refactor: rename createRouter to getRouter for clarity fix: update RootDocument styles for background gradient refactor: clean up _authed routes by removing unused queries fix: adjust register form layout for better readability chore: simplify Vite configuration by removing unnecessary options
8847 lines
320 KiB
JSON
8847 lines
320 KiB
JSON
{
|
|
"name": "template",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "template",
|
|
"dependencies": {
|
|
"@heroui/react": "^2.8.5",
|
|
"@supabase/ssr": "^0.7.0",
|
|
"@supabase/supabase-js": "^2.81.1",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@tanstack/react-query": "^5.90.8",
|
|
"@tanstack/react-query-devtools": "^5.90.2",
|
|
"@tanstack/react-router": "^1.135.2",
|
|
"@tanstack/react-router-devtools": "^1.135.2",
|
|
"@tanstack/react-router-with-query": "^1.130.17",
|
|
"@tanstack/react-start": "^1.135.2",
|
|
"@tanstack/router-plugin": "^1.135.2",
|
|
"@vis.gl/react-google-maps": "^1.7.1",
|
|
"drizzle-orm": "^0.44.7",
|
|
"framer-motion": "^12.23.12",
|
|
"postgres": "^3.4.7",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwindcss": "^4.1.17",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.5",
|
|
"@tanstack/react-router-ssr-query": "^1.135.2",
|
|
"@types/google.maps": "^3.58.1",
|
|
"@types/react": "^19.2.4",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"drizzle-kit": "^0.31.6",
|
|
"jsdom": "^27.2.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.2",
|
|
"web-vitals": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/@acemir/cssom": {
|
|
"version": "0.9.23",
|
|
"resolved": "https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.23.tgz",
|
|
"integrity": "sha512-2kJ1HxBKzPLbmhZpxBiTZggjtgCwKg1ma5RHShxvd6zgqhDEdEkzpiwe7jLkI2p2BrZvFCXIihdoMkl1H39VnA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@asamuzakjp/css-color": {
|
|
"version": "4.0.5",
|
|
"resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.0.5.tgz",
|
|
"integrity": "sha512-lMrXidNhPGsDjytDy11Vwlb6OIGrT3CmLg3VWNFyWkLWtijKl7xjvForlh8vuj0SHGjgl4qZEQzUmYTeQA2JFQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^2.1.4",
|
|
"@csstools/css-color-parser": "^3.1.0",
|
|
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
"@csstools/css-tokenizer": "^3.0.4",
|
|
"lru-cache": "^11.2.1"
|
|
}
|
|
},
|
|
"node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
|
|
"version": "11.2.2",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "20 || >=22"
|
|
}
|
|
},
|
|
"node_modules/@asamuzakjp/dom-selector": {
|
|
"version": "6.7.4",
|
|
"resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.7.4.tgz",
|
|
"integrity": "sha512-buQDjkm+wDPXd6c13534URWZqbz0RP5PAhXZ+LIoa5LgwInT9HVJvGIJivg75vi8I13CxDGdTnz+aY5YUJlIAA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@asamuzakjp/nwsapi": "^2.3.9",
|
|
"bidi-js": "^1.0.3",
|
|
"css-tree": "^3.1.0",
|
|
"is-potential-custom-element-name": "^1.0.1",
|
|
"lru-cache": "^11.2.2"
|
|
}
|
|
},
|
|
"node_modules/@asamuzakjp/dom-selector/node_modules/lru-cache": {
|
|
"version": "11.2.2",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "20 || >=22"
|
|
}
|
|
},
|
|
"node_modules/@asamuzakjp/nwsapi": {
|
|
"version": "2.3.9",
|
|
"resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
|
|
"integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
"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.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.28.5",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
"@babel/helpers": "^7.28.4",
|
|
"@babel/parser": "^7.28.5",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.28.5",
|
|
"@babel/types": "^7.28.5",
|
|
"@jridgewell/remapping": "^2.3.5",
|
|
"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/generator": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.28.5",
|
|
"@babel/types": "^7.28.5",
|
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
"jsesc": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.27.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
|
|
"integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.27.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.27.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
"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-create-class-features-plugin": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
"@babel/traverse": "^7.28.5",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-globals": {
|
|
"version": "7.28.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.28.5",
|
|
"@babel/types": "^7.28.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
"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.28.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"@babel/traverse": "^7.28.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
"@babel/traverse": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.27.1",
|
|
"@babel/types": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.28.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.28.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.28.5"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
"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-modules-commonjs": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
"@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",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
|
|
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
|
|
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
|
|
"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-typescript": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.28.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
|
|
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.27.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
"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.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.28.5",
|
|
"@babel/helper-globals": "^7.28.0",
|
|
"@babel/parser": "^7.28.5",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/types": "^7.28.5",
|
|
"debug": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.28.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.27.1",
|
|
"@babel/helper-validator-identifier": "^7.28.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/biome": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.3.5.tgz",
|
|
"integrity": "sha512-HvLhNlIlBIbAV77VysRIBEwp55oM/QAjQEin74QQX9Xb259/XP/D5AGGnZMOyF1el4zcvlNYYR3AyTMUV3ILhg==",
|
|
"dev": 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": "2.3.5",
|
|
"@biomejs/cli-darwin-x64": "2.3.5",
|
|
"@biomejs/cli-linux-arm64": "2.3.5",
|
|
"@biomejs/cli-linux-arm64-musl": "2.3.5",
|
|
"@biomejs/cli-linux-x64": "2.3.5",
|
|
"@biomejs/cli-linux-x64-musl": "2.3.5",
|
|
"@biomejs/cli-win32-arm64": "2.3.5",
|
|
"@biomejs/cli-win32-x64": "2.3.5"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.3.5.tgz",
|
|
"integrity": "sha512-fLdTur8cJU33HxHUUsii3GLx/TR0BsfQx8FkeqIiW33cGMtUD56fAtrh+2Fx1uhiCsVZlFh6iLKUU3pniZREQw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.3.5.tgz",
|
|
"integrity": "sha512-qpT8XDqeUlzrOW8zb4k3tjhT7rmvVRumhi2657I2aGcY4B+Ft5fNwDdZGACzn8zj7/K1fdWjgwYE3i2mSZ+vOA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.3.5.tgz",
|
|
"integrity": "sha512-u/pybjTBPGBHB66ku4pK1gj+Dxgx7/+Z0jAriZISPX1ocTO8aHh8x8e7Kb1rB4Ms0nA/SzjtNOVJ4exVavQBCw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.3.5.tgz",
|
|
"integrity": "sha512-eGUG7+hcLgGnMNl1KHVZUYxahYAhC462jF/wQolqu4qso2MSk32Q+QrpN7eN4jAHAg7FUMIo897muIhK4hXhqg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.3.5.tgz",
|
|
"integrity": "sha512-XrIVi9YAW6ye0CGQ+yax0gLfx+BFOtKaNX74n+xHWla6Cl6huUmcKNO7HPx7BiKnJUzrxXY1qYlm7xMvi08X4g==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.3.5.tgz",
|
|
"integrity": "sha512-awVuycTPpVTH/+WDVnEEYSf6nbCBHf/4wB3lquwT7puhNg8R4XvonWNZzUsfHZrCkjkLhFH/vCZK5jHatD9FEg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.3.5.tgz",
|
|
"integrity": "sha512-DlBiMlBZZ9eIq4H7RimDSGsYcOtfOIfZOaI5CqsWiSlbTfqbPVfWtCf92wNzx8GNMbu1s7/g3ZZESr6+GwM/SA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.3.5.tgz",
|
|
"integrity": "sha512-nUmR8gb6yvrKhtRgzwo/gDimPwnO5a4sCydf8ZS2kHIJhEmSmk+STsusr1LHTuM//wXppBawvSQi2xFXJCdgKQ==",
|
|
"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.1.0",
|
|
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
|
"integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
|
|
"integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
|
|
"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.1.0",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
|
|
"integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
|
|
"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.1.0",
|
|
"@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",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
|
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
|
"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-syntax-patches-for-csstree": {
|
|
"version": "1.0.15",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.15.tgz",
|
|
"integrity": "sha512-q0p6zkVq2lJnmzZVPR33doA51G7YOja+FBvRdp5ISIthL0MtFCgYHHhR563z9WFGxcOn0WfjSkPDJ5Qig3H3Sw==",
|
|
"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-tokenizer": {
|
|
"version": "3.0.4",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
|
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
|
"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/@drizzle-team/brocli": {
|
|
"version": "0.10.2",
|
|
"resolved": "https://registry.npmjs.org/@drizzle-team/brocli/-/brocli-0.10.2.tgz",
|
|
"integrity": "sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz",
|
|
"integrity": "sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==",
|
|
"deprecated": "Merged into tsx: https://tsx.is",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "~0.18.20",
|
|
"source-map-support": "^0.5.21"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
|
|
"integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
|
|
"integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
|
|
"integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
|
|
"integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
|
|
"integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-arm64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
|
|
"integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
|
|
"integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
|
|
"integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
|
|
"integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ia32": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
|
|
"integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-loong64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
|
|
"integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
|
|
"cpu": [
|
|
"loong64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-mips64el": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
|
|
"integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
|
|
"cpu": [
|
|
"mips64el"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ppc64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
|
|
"integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-riscv64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
|
|
"integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
|
|
"cpu": [
|
|
"riscv64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-s390x": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
|
|
"integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
|
|
"integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/netbsd-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
|
|
"integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"netbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/openbsd-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
|
|
"integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/sunos-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
|
|
"integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"sunos"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-arm64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
|
|
"integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-ia32": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
|
|
"integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-x64": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
|
|
"integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/core-utils/node_modules/esbuild": {
|
|
"version": "0.18.20",
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
|
|
"integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.18.20",
|
|
"@esbuild/android-arm64": "0.18.20",
|
|
"@esbuild/android-x64": "0.18.20",
|
|
"@esbuild/darwin-arm64": "0.18.20",
|
|
"@esbuild/darwin-x64": "0.18.20",
|
|
"@esbuild/freebsd-arm64": "0.18.20",
|
|
"@esbuild/freebsd-x64": "0.18.20",
|
|
"@esbuild/linux-arm": "0.18.20",
|
|
"@esbuild/linux-arm64": "0.18.20",
|
|
"@esbuild/linux-ia32": "0.18.20",
|
|
"@esbuild/linux-loong64": "0.18.20",
|
|
"@esbuild/linux-mips64el": "0.18.20",
|
|
"@esbuild/linux-ppc64": "0.18.20",
|
|
"@esbuild/linux-riscv64": "0.18.20",
|
|
"@esbuild/linux-s390x": "0.18.20",
|
|
"@esbuild/linux-x64": "0.18.20",
|
|
"@esbuild/netbsd-x64": "0.18.20",
|
|
"@esbuild/openbsd-x64": "0.18.20",
|
|
"@esbuild/sunos-x64": "0.18.20",
|
|
"@esbuild/win32-arm64": "0.18.20",
|
|
"@esbuild/win32-ia32": "0.18.20",
|
|
"@esbuild/win32-x64": "0.18.20"
|
|
}
|
|
},
|
|
"node_modules/@esbuild-kit/esm-loader": {
|
|
"version": "2.6.5",
|
|
"resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz",
|
|
"integrity": "sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==",
|
|
"deprecated": "Merged into tsx: https://tsx.is",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@esbuild-kit/core-utils": "^3.3.2",
|
|
"get-tsconfig": "^4.7.0"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.8.tgz",
|
|
"integrity": "sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"aix"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-arm": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.8.tgz",
|
|
"integrity": "sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.8.tgz",
|
|
"integrity": "sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz",
|
|
"integrity": "sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/freebsd-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.8.tgz",
|
|
"integrity": "sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-arm": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.8.tgz",
|
|
"integrity": "sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-ia32": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.8.tgz",
|
|
"integrity": "sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-loong64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.8.tgz",
|
|
"integrity": "sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==",
|
|
"cpu": [
|
|
"loong64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-mips64el": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.8.tgz",
|
|
"integrity": "sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==",
|
|
"cpu": [
|
|
"mips64el"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-ppc64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.8.tgz",
|
|
"integrity": "sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-riscv64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.8.tgz",
|
|
"integrity": "sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==",
|
|
"cpu": [
|
|
"riscv64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-s390x": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.8.tgz",
|
|
"integrity": "sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz",
|
|
"integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/netbsd-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"netbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/netbsd-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.8.tgz",
|
|
"integrity": "sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"netbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openbsd-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openbsd-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.8.tgz",
|
|
"integrity": "sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openharmony-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openharmony"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/sunos-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.8.tgz",
|
|
"integrity": "sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"sunos"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-arm64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.8.tgz",
|
|
"integrity": "sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-ia32": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.8.tgz",
|
|
"integrity": "sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-x64": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz",
|
|
"integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@formatjs/ecma402-abstract": {
|
|
"version": "2.3.6",
|
|
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.3.6.tgz",
|
|
"integrity": "sha512-HJnTFeRM2kVFVr5gr5kH1XP6K0JcJtE7Lzvtr3FS/so5f1kpsqqqxy5JF+FRaO6H2qmcMfAUIox7AJteieRtVw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@formatjs/fast-memoize": "2.2.7",
|
|
"@formatjs/intl-localematcher": "0.6.2",
|
|
"decimal.js": "^10.4.3",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@formatjs/fast-memoize": {
|
|
"version": "2.2.7",
|
|
"resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.7.tgz",
|
|
"integrity": "sha512-Yabmi9nSvyOMrlSeGGWDiH7rf3a7sIwplbvo/dlz9WCIjzIQAfy1RMf4S0X3yG724n5Ghu2GmEl5NJIV6O9sZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@formatjs/icu-messageformat-parser": {
|
|
"version": "2.11.4",
|
|
"resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.11.4.tgz",
|
|
"integrity": "sha512-7kR78cRrPNB4fjGFZg3Rmj5aah8rQj9KPzuLsmcSn4ipLXQvC04keycTI1F7kJYDwIXtT2+7IDEto842CfZBtw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@formatjs/ecma402-abstract": "2.3.6",
|
|
"@formatjs/icu-skeleton-parser": "1.8.16",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@formatjs/icu-skeleton-parser": {
|
|
"version": "1.8.16",
|
|
"resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.16.tgz",
|
|
"integrity": "sha512-H13E9Xl+PxBd8D5/6TVUluSpxGNvFSlN/b3coUp0e0JpuWXXnQDiavIpY3NnvSp4xhEMoXyyBvVfdFX8jglOHQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@formatjs/ecma402-abstract": "2.3.6",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@formatjs/intl-localematcher": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.6.2.tgz",
|
|
"integrity": "sha512-XOMO2Hupl0wdd172Y06h6kLpBz6Dv+J4okPLl4LPtzbr8f66WbIoy4ev98EBuZ6ZK4h5ydTN6XneT4QVpD7cdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/accordion": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/accordion/-/accordion-2.2.24.tgz",
|
|
"integrity": "sha512-iVJVKKsGN4t3hn4Exwic6n5SOQOmmmsodSsCt0VUcs5VTHu9876sAC44xlEMpc9CP8pC1wQS3DzWl3mN6Z120g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/divider": "2.2.20",
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-accordion": "2.2.18",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-stately/tree": "3.9.3",
|
|
"@react-types/accordion": "3.0.0-alpha.26",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/alert": {
|
|
"version": "2.2.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/alert/-/alert-2.2.27.tgz",
|
|
"integrity": "sha512-Y6oX9SV//tdhxhpgkSZvnjwdx7d8S7RAhgVlxCs2Hla//nCFC3yiMHIv8UotTryAGdOwZIsffmcna9vqbNL5vw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-stately/utils": "3.10.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.19",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/aria-utils": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/aria-utils/-/aria-utils-2.2.24.tgz",
|
|
"integrity": "sha512-Y7FfQl2jvJr8JjpH+iuJElDwbn3eSWohuxHg6e5+xk5GcPYrEecgr0F/9qD6VU8IvVrRzJ00JzmT87lgA5iE3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/system": "2.4.23",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-stately/collections": "3.12.8",
|
|
"@react-types/overlays": "3.9.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/autocomplete": {
|
|
"version": "2.3.29",
|
|
"resolved": "https://registry.npmjs.org/@heroui/autocomplete/-/autocomplete-2.3.29.tgz",
|
|
"integrity": "sha512-BQkiWrrhPbNMFF1Hd60QDyG4iwD+sdsjWh0h7sw2XhcT6Bjw/6Hqpf4eHsTvPElW/554vPZVtChjugRY1N2zsw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/input": "2.4.28",
|
|
"@heroui/listbox": "2.3.26",
|
|
"@heroui/popover": "2.3.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/scroll-shadow": "2.3.18",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/combobox": "3.14.0",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-stately/combobox": "3.12.0",
|
|
"@react-types/combobox": "3.13.9",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/avatar": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/avatar/-/avatar-2.2.22.tgz",
|
|
"integrity": "sha512-znmKdsrVj91Fg8+wm/HA/b8zi3iAg5g3MezliBfS2PmwgZcpBR6VtwgeeP6uN49+TR+faGIrck0Zxceuw4U0FQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-image": "2.1.13",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/badge": {
|
|
"version": "2.2.17",
|
|
"resolved": "https://registry.npmjs.org/@heroui/badge/-/badge-2.2.17.tgz",
|
|
"integrity": "sha512-UNILRsAIJn+B6aWml+Rv2QCyYB7sadNqRPDPzNeVKJd8j3MNgZyyEHDwvqM2FWrgGccQIuWFaUgGdnPxRJpwwg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/breadcrumbs": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/breadcrumbs/-/breadcrumbs-2.2.22.tgz",
|
|
"integrity": "sha512-2fWfpbwhRPeC99Kuzu+DnzOYL4TOkDm9sznvSj0kIAbw/Rvl+D2/6fmBOaTRIUXfswWpHVRUCcNYczIAp0PkoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/breadcrumbs": "3.5.29",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-types/breadcrumbs": "3.7.17"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/button": {
|
|
"version": "2.2.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/button/-/button-2.2.27.tgz",
|
|
"integrity": "sha512-Fxb8rtjPQm9T4GAtB1oW2QMUiQCtn7EtvO5AN41ANxAgmsNMM5wnLTkxQ05vNueCrp47kTDtSuyMhKU2llATHQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/ripple": "2.2.20",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/spinner": "2.2.24",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/calendar": {
|
|
"version": "2.2.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/calendar/-/calendar-2.2.27.tgz",
|
|
"integrity": "sha512-VtyXQSoT9u9tC4HjBkJIaSSmhau1LwPUwvof0LjYDpBfTsJKqn+308wI3nAp75BTbAkK+vFM8LI0VfbALCwR4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@internationalized/date": "3.10.0",
|
|
"@react-aria/calendar": "3.9.2",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/calendar": "3.9.0",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-types/calendar": "3.8.0",
|
|
"@react-types/shared": "3.32.1",
|
|
"scroll-into-view-if-needed": "3.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/card": {
|
|
"version": "2.2.25",
|
|
"resolved": "https://registry.npmjs.org/@heroui/card/-/card-2.2.25.tgz",
|
|
"integrity": "sha512-dtd/G24zePIHPutRIxWC69IO3IGJs8X+zh9rBYM9cY5Q972D8Eet5WdWTfDBhw//fFIoagDAs5YcI9emGczGaQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/ripple": "2.2.20",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/checkbox": {
|
|
"version": "2.3.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/checkbox/-/checkbox-2.3.27.tgz",
|
|
"integrity": "sha512-YC0deiB7EOzcpJtk9SdySugD1Z2TNtfyYee2voDBHrng7ZBRB+cmAvizXINHnaQGFi0yuVPrZ5ixR/wsvTNW+Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-callback-ref": "2.1.8",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/checkbox": "3.16.2",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-stately/checkbox": "3.7.2",
|
|
"@react-stately/toggle": "3.9.2",
|
|
"@react-types/checkbox": "3.10.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/chip": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/chip/-/chip-2.2.22.tgz",
|
|
"integrity": "sha512-6O4Sv1chP+xxftp7E5gHUJIzo04ML9BW9N9jjxWCqT0Qtl+a/ZxnDalCyup6oraMiVLLHp+zEVX93C+3LONgkg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/code": {
|
|
"version": "2.2.21",
|
|
"resolved": "https://registry.npmjs.org/@heroui/code/-/code-2.2.21.tgz",
|
|
"integrity": "sha512-ExHcfTGr9tCbAaBOfMzTla8iHHfwIV5/xRk4WApeVmL4MiIlLMykc9bSi1c88ltaJInQGFAmE6MOFHXuGHxBXw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/system-rsc": "2.3.20"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/date-input": {
|
|
"version": "2.3.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/date-input/-/date-input-2.3.27.tgz",
|
|
"integrity": "sha512-IxvZYezbR9jRxTWdsuHH47nsnB6RV1HPY7VwiJd9ZCy6P6oUV0Rx3cdwIRtUnyXbvz1G7+I22NL4C2Ku194l8A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@internationalized/date": "3.10.0",
|
|
"@react-aria/datepicker": "3.15.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-stately/datepicker": "3.15.2",
|
|
"@react-types/datepicker": "3.13.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/date-picker": {
|
|
"version": "2.3.28",
|
|
"resolved": "https://registry.npmjs.org/@heroui/date-picker/-/date-picker-2.3.28.tgz",
|
|
"integrity": "sha512-duKvXijabpafxU04sItrozf982tXkUDymcT3SoEvW4LDg6bECgPI8bYNN49hlzkI8+zuwJdKzJ4hDmANGVaL8Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/calendar": "2.2.27",
|
|
"@heroui/date-input": "2.3.27",
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/popover": "2.3.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@internationalized/date": "3.10.0",
|
|
"@react-aria/datepicker": "3.15.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-stately/datepicker": "3.15.2",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/datepicker": "3.13.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/divider": {
|
|
"version": "2.2.20",
|
|
"resolved": "https://registry.npmjs.org/@heroui/divider/-/divider-2.2.20.tgz",
|
|
"integrity": "sha512-t+NNJ2e5okZraLKQoj+rS2l49IMy5AeXTixjsR+QRZ/WPrETNpMj4lw5cBSxG0i7WhRhlBa+KgqweUUezvCdAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-rsc-utils": "2.1.9",
|
|
"@heroui/system-rsc": "2.3.20",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/dom-animation": {
|
|
"version": "2.1.10",
|
|
"resolved": "https://registry.npmjs.org/@heroui/dom-animation/-/dom-animation-2.1.10.tgz",
|
|
"integrity": "sha512-dt+0xdVPbORwNvFT5pnqV2ULLlSgOJeqlg/DMo97s9RWeD6rD4VedNY90c8C9meqWqGegQYBQ9ztsfX32mGEPA==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1"
|
|
}
|
|
},
|
|
"node_modules/@heroui/drawer": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/drawer/-/drawer-2.2.24.tgz",
|
|
"integrity": "sha512-gb51Lj9A8jlL1UvUrQ+MLS9tz+Qw+cdXwIJd39RXDkJwDmxqhzkz+WoOPZZwcOAHtATmwlTuxxlv6Cro59iswg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/modal": "2.2.24",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/dropdown": {
|
|
"version": "2.3.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/dropdown/-/dropdown-2.3.27.tgz",
|
|
"integrity": "sha512-6aedMmxC+St5Ixz9o3s0ERkLOR6ZQE2uRccmRchPCEt7ZJU6TAeJo7fSpxIvdEUjFDe+pNhR2ojIocZEXtBZZg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/menu": "2.2.26",
|
|
"@heroui/popover": "2.3.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/menu": "3.19.3",
|
|
"@react-stately/menu": "3.9.8",
|
|
"@react-types/menu": "3.10.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/form": {
|
|
"version": "2.1.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/form/-/form-2.1.27.tgz",
|
|
"integrity": "sha512-vtaBqWhxppkJeWgbAZA/A1bRj6XIudBqJWSkoqYlejtLuvaxNwxQ2Z9u7ewxN96R6QqPrQwChlknIn0NgCWlXQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/system": "2.4.23",
|
|
"@heroui/theme": "2.4.23",
|
|
"@react-stately/form": "3.2.2",
|
|
"@react-types/form": "3.7.16",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@heroui/framer-utils": {
|
|
"version": "2.1.23",
|
|
"resolved": "https://registry.npmjs.org/@heroui/framer-utils/-/framer-utils-2.1.23.tgz",
|
|
"integrity": "sha512-crLLMjRmxs8/fysFv5gwghSGcDmYYkhNfAWh1rFzDy+FRPZN4f/bPH2rt85hdApmuHbWt0QCocqsrjHxLEzrAw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/system": "2.4.23",
|
|
"@heroui/use-measure": "2.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/image": {
|
|
"version": "2.2.17",
|
|
"resolved": "https://registry.npmjs.org/@heroui/image/-/image-2.2.17.tgz",
|
|
"integrity": "sha512-B/MrWafTsiCBFnRc0hPTLDBh7APjb/lRuQf18umuh20/1n6KiQXJ7XGSjnrHaA6HQcrtMGh6mDFZDaXq9rHuoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-image": "2.1.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/input": {
|
|
"version": "2.4.28",
|
|
"resolved": "https://registry.npmjs.org/@heroui/input/-/input-2.4.28.tgz",
|
|
"integrity": "sha512-uaBubg814YOlVvX13yCAMqsR9HC4jg+asQdukbOvOnFtHY/d53her1BDdXhR9tMcrRTdYWQ3FoHqWbpvd5X4OQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/textfield": "3.18.2",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/shared": "3.32.1",
|
|
"@react-types/textfield": "3.12.6",
|
|
"react-textarea-autosize": "^8.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.19",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/input-otp": {
|
|
"version": "2.1.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/input-otp/-/input-otp-2.1.27.tgz",
|
|
"integrity": "sha512-VUzQ1u6/0okE0eqDx/2I/8zpGItSsn7Zml01IVwGM4wY2iJeQA+uRjfP+B1ff9jO/y8n582YU4uv/ZSOmmEQ7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-form-reset": "2.0.1",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/form": "3.1.2",
|
|
"@react-stately/form": "3.2.2",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/textfield": "3.12.6",
|
|
"input-otp": "1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@heroui/kbd": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/kbd/-/kbd-2.2.22.tgz",
|
|
"integrity": "sha512-PKhgwGB7i53kBuqB1YdFZsg7H9fJ8YESMRRPwRRyPSz5feMdwGidyXs+/ix7lrlYp4mlC3wtPp7L79SEyPCpBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/system-rsc": "2.3.20"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/link": {
|
|
"version": "2.2.23",
|
|
"resolved": "https://registry.npmjs.org/@heroui/link/-/link-2.2.23.tgz",
|
|
"integrity": "sha512-lObtPRLy8ModlTvJiKhczuAV/CIt31hde6xPGFYRpPsaQN1b7RgQMmai5/Iv/M8WrzFmFZRpgW75RKYIB6hHVQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-link": "2.2.21",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-types/link": "3.6.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/listbox": {
|
|
"version": "2.3.26",
|
|
"resolved": "https://registry.npmjs.org/@heroui/listbox/-/listbox-2.3.26.tgz",
|
|
"integrity": "sha512-/k3k+xyl2d+aFfT02h+/0njhsDX8vJDEkPK+dl9ETYI9Oz3L+xbHN9yIzuWjBXYkNGlQCjQ46N+0jWjhP5B4pA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/divider": "2.2.20",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-is-mobile": "2.2.12",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/listbox": "3.15.0",
|
|
"@react-stately/list": "3.13.1",
|
|
"@react-types/shared": "3.32.1",
|
|
"@tanstack/react-virtual": "3.11.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/menu": {
|
|
"version": "2.2.26",
|
|
"resolved": "https://registry.npmjs.org/@heroui/menu/-/menu-2.2.26.tgz",
|
|
"integrity": "sha512-raR5pXgEqizKD9GsWS1yKqTm4RPWMrSQlqXLE2zNMQk0TkDqmPVw1z5griMqu2Zt9Vf2Ectf55vh4c0DNOUGlg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/divider": "2.2.20",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-is-mobile": "2.2.12",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/menu": "3.19.3",
|
|
"@react-stately/tree": "3.9.3",
|
|
"@react-types/menu": "3.10.5",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/modal": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/modal/-/modal-2.2.24.tgz",
|
|
"integrity": "sha512-ISbgorNqgps9iUvQdgANxprdN+6H3Sx9TrGKpuW798qjc2f0T4rTbjrEfFPT8tFx6XYF4P5j7T7m3zoKcortHQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@heroui/use-aria-modal-overlay": "2.2.19",
|
|
"@heroui/use-disclosure": "2.2.17",
|
|
"@heroui/use-draggable": "2.1.18",
|
|
"@heroui/use-viewport-size": "2.0.1",
|
|
"@react-aria/dialog": "3.5.31",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-stately/overlays": "3.6.20"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/navbar": {
|
|
"version": "2.2.25",
|
|
"resolved": "https://registry.npmjs.org/@heroui/navbar/-/navbar-2.2.25.tgz",
|
|
"integrity": "sha512-5fNIMDpX2htDTMb/Xgv81qw/FuNWb+0Wpfc6rkFtNYd968I7G6Kjm782QB8WQjZ8DsMugcLEYUN4lpbJHRSdwg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-resize": "2.1.8",
|
|
"@heroui/use-scroll-position": "2.1.8",
|
|
"@react-aria/button": "3.14.2",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-stately/toggle": "3.9.2",
|
|
"@react-stately/utils": "3.10.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/number-input": {
|
|
"version": "2.0.18",
|
|
"resolved": "https://registry.npmjs.org/@heroui/number-input/-/number-input-2.0.18.tgz",
|
|
"integrity": "sha512-28v0/0FABs+yy3CcJimcr5uNlhaJSyKt1ENMSXfzPxdN2WgIs14+6NLMT+KV7ibcJl7kmqG0uc8vuIDLVrM5bQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/numberfield": "3.12.2",
|
|
"@react-stately/numberfield": "3.10.2",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-types/numberfield": "3.8.15",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.19",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/pagination": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/pagination/-/pagination-2.2.24.tgz",
|
|
"integrity": "sha512-5ObSJ1PzB9D1CjHV0MfDNzLR69vSYpx/rNQLBo/D4g5puaAR7kkGgw5ncf5eirhdKuy9y8VGAhjwhBxO4NUdpQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-intersection-observer": "2.2.14",
|
|
"@heroui/use-pagination": "2.2.18",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/utils": "3.31.0",
|
|
"scroll-into-view-if-needed": "3.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/popover": {
|
|
"version": "2.3.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/popover/-/popover-2.3.27.tgz",
|
|
"integrity": "sha512-PmSCKQcAvKIegK59Flr9cglbsEu7OAegQMtwNIjqWHsPT18NNphimmUSJrtuD78rcfKekrZ+Uo9qJEUf0zGZDw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@heroui/use-aria-overlay": "2.0.4",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/dialog": "3.5.31",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-stately/overlays": "3.6.20",
|
|
"@react-types/overlays": "3.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/progress": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/progress/-/progress-2.2.22.tgz",
|
|
"integrity": "sha512-ch+iWEDo8d+Owz81vu4+Kj6CLfxi0nUlivQBhXeOzgU3VZbRmxJyW8S6l7wk6GyKJZxsCbYbjV1wPSjZhKJXCg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-is-mounted": "2.1.8",
|
|
"@react-aria/progress": "3.4.27",
|
|
"@react-types/progress": "3.5.16"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/radio": {
|
|
"version": "2.3.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/radio/-/radio-2.3.27.tgz",
|
|
"integrity": "sha512-kfDxzPR0u4++lZX2Gf6wbEe/hGbFnoXI4XLbe4e+ZDjGdBSakNuJlcDvWHVoDFZH1xXyOO9w/dHfZuE6O2VGLA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/radio": "3.12.2",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/radio": "3.11.2",
|
|
"@react-types/radio": "3.9.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/react": {
|
|
"version": "2.8.5",
|
|
"resolved": "https://registry.npmjs.org/@heroui/react/-/react-2.8.5.tgz",
|
|
"integrity": "sha512-cGiG0/DCPsYopa+zACFDmtx9LQDfY5KU58Tt82ELANhmKRyYAesAq9tSa01dG+MjOXUTUR6cxp5i5RmRn8rPYg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/accordion": "2.2.24",
|
|
"@heroui/alert": "2.2.27",
|
|
"@heroui/autocomplete": "2.3.29",
|
|
"@heroui/avatar": "2.2.22",
|
|
"@heroui/badge": "2.2.17",
|
|
"@heroui/breadcrumbs": "2.2.22",
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/calendar": "2.2.27",
|
|
"@heroui/card": "2.2.25",
|
|
"@heroui/checkbox": "2.3.27",
|
|
"@heroui/chip": "2.2.22",
|
|
"@heroui/code": "2.2.21",
|
|
"@heroui/date-input": "2.3.27",
|
|
"@heroui/date-picker": "2.3.28",
|
|
"@heroui/divider": "2.2.20",
|
|
"@heroui/drawer": "2.2.24",
|
|
"@heroui/dropdown": "2.3.27",
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/image": "2.2.17",
|
|
"@heroui/input": "2.4.28",
|
|
"@heroui/input-otp": "2.1.27",
|
|
"@heroui/kbd": "2.2.22",
|
|
"@heroui/link": "2.2.23",
|
|
"@heroui/listbox": "2.3.26",
|
|
"@heroui/menu": "2.2.26",
|
|
"@heroui/modal": "2.2.24",
|
|
"@heroui/navbar": "2.2.25",
|
|
"@heroui/number-input": "2.0.18",
|
|
"@heroui/pagination": "2.2.24",
|
|
"@heroui/popover": "2.3.27",
|
|
"@heroui/progress": "2.2.22",
|
|
"@heroui/radio": "2.3.27",
|
|
"@heroui/ripple": "2.2.20",
|
|
"@heroui/scroll-shadow": "2.3.18",
|
|
"@heroui/select": "2.4.28",
|
|
"@heroui/skeleton": "2.2.17",
|
|
"@heroui/slider": "2.4.24",
|
|
"@heroui/snippet": "2.2.28",
|
|
"@heroui/spacer": "2.2.21",
|
|
"@heroui/spinner": "2.2.24",
|
|
"@heroui/switch": "2.2.24",
|
|
"@heroui/system": "2.4.23",
|
|
"@heroui/table": "2.2.27",
|
|
"@heroui/tabs": "2.2.24",
|
|
"@heroui/theme": "2.4.23",
|
|
"@heroui/toast": "2.0.17",
|
|
"@heroui/tooltip": "2.2.24",
|
|
"@heroui/user": "2.2.22",
|
|
"@react-aria/visually-hidden": "3.8.28"
|
|
},
|
|
"peerDependencies": {
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/react-rsc-utils": {
|
|
"version": "2.1.9",
|
|
"resolved": "https://registry.npmjs.org/@heroui/react-rsc-utils/-/react-rsc-utils-2.1.9.tgz",
|
|
"integrity": "sha512-e77OEjNCmQxE9/pnLDDb93qWkX58/CcgIqdNAczT/zUP+a48NxGq2A2WRimvc1uviwaNL2StriE2DmyZPyYW7Q==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/react-utils": {
|
|
"version": "2.1.14",
|
|
"resolved": "https://registry.npmjs.org/@heroui/react-utils/-/react-utils-2.1.14.tgz",
|
|
"integrity": "sha512-hhKklYKy9sRH52C9A8P0jWQ79W4MkIvOnKBIuxEMHhigjfracy0o0lMnAUdEsJni4oZKVJYqNGdQl+UVgcmeDA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-rsc-utils": "2.1.9",
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/ripple": {
|
|
"version": "2.2.20",
|
|
"resolved": "https://registry.npmjs.org/@heroui/ripple/-/ripple-2.2.20.tgz",
|
|
"integrity": "sha512-3+fBx5jO7l8SE84ZG0vB5BOxKKr23Ay180AeIWcf8m8lhXXd4iShVz2S+keW9PewqVHv52YBaxLoSVQ93Ddcxw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/scroll-shadow": {
|
|
"version": "2.3.18",
|
|
"resolved": "https://registry.npmjs.org/@heroui/scroll-shadow/-/scroll-shadow-2.3.18.tgz",
|
|
"integrity": "sha512-P/nLQbFPOlbTLRjO2tKoZCljJtU7iq81wsp7C8wZ1rZI1RmkTx3UgLLeoFWgmAp3ZlUIYgaewTnejt6eRx+28w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-data-scroll-overflow": "2.2.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/select": {
|
|
"version": "2.4.28",
|
|
"resolved": "https://registry.npmjs.org/@heroui/select/-/select-2.4.28.tgz",
|
|
"integrity": "sha512-Dg3jv248Tu+g2WJMWseDjWA0FAG356elZIcE0OufVAIzQoWjLhgbkTqY9ths0HkcHy0nDwQWvyrrwkbif1kNqA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/form": "2.1.27",
|
|
"@heroui/listbox": "2.3.26",
|
|
"@heroui/popover": "2.3.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/scroll-shadow": "2.3.18",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/spinner": "2.2.24",
|
|
"@heroui/use-aria-button": "2.2.20",
|
|
"@heroui/use-aria-multiselect": "2.4.19",
|
|
"@heroui/use-form-reset": "2.0.1",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/form": "3.1.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/shared-icons": {
|
|
"version": "2.1.10",
|
|
"resolved": "https://registry.npmjs.org/@heroui/shared-icons/-/shared-icons-2.1.10.tgz",
|
|
"integrity": "sha512-ePo60GjEpM0SEyZBGOeySsLueNDCqLsVL79Fq+5BphzlrBAcaKY7kUp74964ImtkXvknTxAWzuuTr3kCRqj6jg==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/shared-utils": {
|
|
"version": "2.1.12",
|
|
"resolved": "https://registry.npmjs.org/@heroui/shared-utils/-/shared-utils-2.1.12.tgz",
|
|
"integrity": "sha512-0iCnxVAkIPtrHQo26Qa5g0UTqMTpugTbClNOrEPsrQuyRAq7Syux998cPwGlneTfB5E5xcU3LiEdA9GUyeK2cQ==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@heroui/skeleton": {
|
|
"version": "2.2.17",
|
|
"resolved": "https://registry.npmjs.org/@heroui/skeleton/-/skeleton-2.2.17.tgz",
|
|
"integrity": "sha512-WDzwODs+jW+GgMr3oOdLtXXfv8ScXuuWgxN2iPWWyDBcQYXX2XCKGVjCpM5lSKf1UG4Yp3iXuqKzH1m+E+m7kg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/slider": {
|
|
"version": "2.4.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/slider/-/slider-2.4.24.tgz",
|
|
"integrity": "sha512-GKdqFTCe9O8tT3HEZ/W4TEWkz7ADtUBzuOBXw779Oqqf02HNg9vSnISlNvI6G0ymYjY42EanwA+dChHbPBIVJw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/tooltip": "2.2.24",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/slider": "3.8.2",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/slider": "3.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.19",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/snippet": {
|
|
"version": "2.2.28",
|
|
"resolved": "https://registry.npmjs.org/@heroui/snippet/-/snippet-2.2.28.tgz",
|
|
"integrity": "sha512-UfC/ZcYpmOutAcazxkizJWlhvqzr077szDyQ85thyUC5yhuRRLrsOHDIhyLWQrEKIcWw5+CaEGS2VLwAFlgfzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/button": "2.2.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/tooltip": "2.2.24",
|
|
"@heroui/use-clipboard": "2.1.9",
|
|
"@react-aria/focus": "3.21.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/spacer": {
|
|
"version": "2.2.21",
|
|
"resolved": "https://registry.npmjs.org/@heroui/spacer/-/spacer-2.2.21.tgz",
|
|
"integrity": "sha512-WKD+BlgHfqJ8lrkkg/6cvzSWNsbRjzr24HpZnv6cDeWX95wVLTOco9HVR8ohwStMqwu5zYeUd1bw6yCDVTo53w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/system-rsc": "2.3.20"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/spinner": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/spinner/-/spinner-2.2.24.tgz",
|
|
"integrity": "sha512-HfKkFffrIN9UdJY2UaenlB8xEwIzolCCFCwU0j3wVnLMX+Dw+ixwaELdAxX14Z6gPQYec6AROKetkWWit14rlw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/system": "2.4.23",
|
|
"@heroui/system-rsc": "2.3.20"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/switch": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/switch/-/switch-2.2.24.tgz",
|
|
"integrity": "sha512-RbV+MECncBKsthX3D8r+CGoQRu8Q3AAYUEdm/7ody6+bMZFmBilm695yLiqziMI33Ct/WQ0WkpvrTClIcmxU/A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/switch": "3.7.8",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/toggle": "3.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/system": {
|
|
"version": "2.4.23",
|
|
"resolved": "https://registry.npmjs.org/@heroui/system/-/system-2.4.23.tgz",
|
|
"integrity": "sha512-kgYvfkIOQKM6CCBIlNSE2tXMtNrS1mvEUbvwnaU3pEYbMlceBtwA5v7SlpaJy/5dqKcTbfmVMUCmXnY/Kw4vaQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/system-rsc": "2.3.20",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-aria/utils": "3.31.0"
|
|
},
|
|
"peerDependencies": {
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/system-rsc": {
|
|
"version": "2.3.20",
|
|
"resolved": "https://registry.npmjs.org/@heroui/system-rsc/-/system-rsc-2.3.20.tgz",
|
|
"integrity": "sha512-uZwQErEud/lAX7KRXEdsDcGLyygBffHcgnbCDrLvmTf3cyBE84YziG7AjM7Ts8ZcrF+wBXX4+a1IqnKGlsGEdQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-types/shared": "3.32.1",
|
|
"clsx": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/table": {
|
|
"version": "2.2.27",
|
|
"resolved": "https://registry.npmjs.org/@heroui/table/-/table-2.2.27.tgz",
|
|
"integrity": "sha512-XFmbEgBzf89WH1VzmnwENxVzK4JrHV5jdlzyM3snNhk8uDSjfecnUY33qR62cpdZsKiCFFcYf7kQPkCnJGnD0Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/checkbox": "2.3.27",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/spacer": "2.2.21",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/table": "3.17.8",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/table": "3.15.1",
|
|
"@react-stately/virtualizer": "4.4.4",
|
|
"@react-types/grid": "3.3.6",
|
|
"@react-types/table": "3.13.4",
|
|
"@tanstack/react-virtual": "3.11.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/tabs": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/tabs/-/tabs-2.2.24.tgz",
|
|
"integrity": "sha512-2SfxzAXe1t2Zz0v16kqkb7DR2wW86XoDwRUpLex6zhEN4/uT5ILeynxIVSUyAvVN3z95cnaQt0XPQBfUjAIQhQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-is-mounted": "2.1.8",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/tabs": "3.10.8",
|
|
"@react-stately/tabs": "3.8.6",
|
|
"@react-types/shared": "3.32.1",
|
|
"scroll-into-view-if-needed": "3.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.22",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/theme": {
|
|
"version": "2.4.23",
|
|
"resolved": "https://registry.npmjs.org/@heroui/theme/-/theme-2.4.23.tgz",
|
|
"integrity": "sha512-5hoaRWG+/d/t06p7Pfhz70DUP0Uggjids7/z2Ytgup4A8KAOvDIXxvHUDlk6rRHKiN1wDMNA5H+EWsSXB/m03Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"clsx": "^1.2.1",
|
|
"color": "^4.2.3",
|
|
"color2k": "^2.0.3",
|
|
"deepmerge": "4.3.1",
|
|
"flat": "^5.0.2",
|
|
"tailwind-merge": "3.3.1",
|
|
"tailwind-variants": "3.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/toast": {
|
|
"version": "2.0.17",
|
|
"resolved": "https://registry.npmjs.org/@heroui/toast/-/toast-2.0.17.tgz",
|
|
"integrity": "sha512-w3TaA1DYLcwdDjpwf9xw5YSr+odo9GGHsObsrMmLEQDS0JQhmKyK5sQqXUzb9d27EC6KVwGjeVg0hUHYQBK2JA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-icons": "2.1.10",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/spinner": "2.2.24",
|
|
"@heroui/use-is-mobile": "2.2.12",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/toast": "3.0.8",
|
|
"@react-stately/toast": "3.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/tooltip": {
|
|
"version": "2.2.24",
|
|
"resolved": "https://registry.npmjs.org/@heroui/tooltip/-/tooltip-2.2.24.tgz",
|
|
"integrity": "sha512-H+0STFea2/Z4obDdk+ZPoDzJxJQHIWGSjnW/jieThJbJ5zow/qBfcg5DqzIdiC+FCJ4dDD5jEDZ4W4H/fQUKQA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/aria-utils": "2.2.24",
|
|
"@heroui/dom-animation": "2.1.10",
|
|
"@heroui/framer-utils": "2.1.23",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@heroui/use-aria-overlay": "2.0.4",
|
|
"@heroui/use-safe-layout-effect": "2.1.8",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-aria/tooltip": "3.8.8",
|
|
"@react-stately/tooltip": "3.5.8",
|
|
"@react-types/overlays": "3.9.2",
|
|
"@react-types/tooltip": "3.4.21"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-accordion": {
|
|
"version": "2.2.18",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-accordion/-/use-aria-accordion-2.2.18.tgz",
|
|
"integrity": "sha512-qjRkae2p4MFDrNqO6v6YCor0BtVi3idMd1dsI82XM16bxLQ2stqG4Ajrg60xV0AN+WKZUq10oetqkJuY6MYg0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/button": "3.14.2",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/selection": "3.26.0",
|
|
"@react-stately/tree": "3.9.3",
|
|
"@react-types/accordion": "3.0.0-alpha.26",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-button": {
|
|
"version": "2.2.20",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-button/-/use-aria-button-2.2.20.tgz",
|
|
"integrity": "sha512-Y0Bmze/pxEACKsHMbA1sYA3ghMJ+9fSnWvZBwlUxqiVXDEy2YrrK2JmXEgsuHGQdKD9RqU2Od3V4VqIIiaHiMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-link": {
|
|
"version": "2.2.21",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-link/-/use-aria-link-2.2.21.tgz",
|
|
"integrity": "sha512-sG2rUutT/E/FYguzZmg715cXcM6+ue9wRfs2Gi6epWJwIVpS51uEagJKY0wIutJDfuCPfQ9AuxXfJek4CnxjKw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-types/link": "3.6.5",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-modal-overlay": {
|
|
"version": "2.2.19",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-modal-overlay/-/use-aria-modal-overlay-2.2.19.tgz",
|
|
"integrity": "sha512-MPvszNrt+1DauiSyOAwb0pKbYahpEVi9hrmidnO8cd1SA7B2ES0fNRBeNMAwcaeR/Nzsv+Cw1hRXt3egwqi0lg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/use-aria-overlay": "2.0.4",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-stately/overlays": "3.6.20"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-multiselect": {
|
|
"version": "2.4.19",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-multiselect/-/use-aria-multiselect-2.4.19.tgz",
|
|
"integrity": "sha512-RLDSpOLJqNESn6OK/zKuyTriK6sqMby76si/4kTMCs+4lmMPOyFKP3fREywu+zyJjRUCuZPa6xYuN2OHKQRDow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/label": "3.7.22",
|
|
"@react-aria/listbox": "3.15.0",
|
|
"@react-aria/menu": "3.19.3",
|
|
"@react-aria/selection": "3.26.0",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-stately/form": "3.2.2",
|
|
"@react-stately/list": "3.13.1",
|
|
"@react-stately/menu": "3.9.8",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-types/overlays": "3.9.2",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-aria-overlay": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-aria-overlay/-/use-aria-overlay-2.0.4.tgz",
|
|
"integrity": "sha512-iv+y0+OvQd1eWiZftPI07JE3c5AdK85W5k3rDlhk5MFEI3dllkIpu8z8zLh3ge/BQGFiGkySVC5iXl8w84gMUQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/overlays": "3.30.0",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-callback-ref": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-callback-ref/-/use-callback-ref-2.1.8.tgz",
|
|
"integrity": "sha512-D1JDo9YyFAprYpLID97xxQvf86NvyWLay30BeVVZT9kWmar6O9MbCRc7ACi7Ngko60beonj6+amTWkTm7QuY/Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/use-safe-layout-effect": "2.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-clipboard": {
|
|
"version": "2.1.9",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-clipboard/-/use-clipboard-2.1.9.tgz",
|
|
"integrity": "sha512-lkBq5RpXHiPvk1BXKJG8gMM0f7jRMIGnxAXDjAUzZyXKBuWLoM+XlaUWmZHtmkkjVFMX1L4vzA+vxi9rZbenEQ==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-data-scroll-overflow": {
|
|
"version": "2.2.13",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-data-scroll-overflow/-/use-data-scroll-overflow-2.2.13.tgz",
|
|
"integrity": "sha512-zboLXO1pgYdzMUahDcVt5jf+l1jAQ/D9dFqr7AxWLfn6tn7/EgY0f6xIrgWDgJnM0U3hKxVeY13pAeB4AFTqTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-disclosure": {
|
|
"version": "2.2.17",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-disclosure/-/use-disclosure-2.2.17.tgz",
|
|
"integrity": "sha512-S3pN0WmpcTTZuQHcXw4RcTVsxLaCZ95H5qi/JPN83ahhWTCC+pN8lwE37vSahbMTM1YriiHyTM6AWpv/E3Jq7w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/use-callback-ref": "2.1.8",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-stately/utils": "3.10.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-draggable": {
|
|
"version": "2.1.18",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-draggable/-/use-draggable-2.1.18.tgz",
|
|
"integrity": "sha512-ihQdmLGYJ6aTEaJ0/yCXYn6VRdrRV2eO03XD2A3KANZPb1Bj/n4r298xNMql5VnGq5ZNDJB9nTv8NNCu9pmPdg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "3.25.6"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-form-reset": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-form-reset/-/use-form-reset-2.0.1.tgz",
|
|
"integrity": "sha512-6slKWiLtVfgZnVeHVkM9eXgjwI07u0CUaLt2kQpfKPqTSTGfbHgCYJFduijtThhTdKBhdH6HCmzTcnbVlAxBXw==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-image": {
|
|
"version": "2.1.13",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-image/-/use-image-2.1.13.tgz",
|
|
"integrity": "sha512-NLApz+xin2bKHEXr+eSrtB0lN8geKP5VOea5QGbOCiHq4DBXu4QctpRkSfCHGIQzWdBVaLPoV+5wd0lR2S2Egg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/use-safe-layout-effect": "2.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-intersection-observer": {
|
|
"version": "2.2.14",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-intersection-observer/-/use-intersection-observer-2.2.14.tgz",
|
|
"integrity": "sha512-qYJeMk4cTsF+xIckRctazCgWQ4BVOpJu+bhhkB1NrN+MItx19Lcb7ksOqMdN5AiSf85HzDcAEPIQ9w9RBlt5sg==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-is-mobile": {
|
|
"version": "2.2.12",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-is-mobile/-/use-is-mobile-2.2.12.tgz",
|
|
"integrity": "sha512-2UKa4v1xbvFwerWKoMTrg4q9ZfP9MVIVfCl1a7JuKQlXq3jcyV6z1as5bZ41pCsTOT+wUVOFnlr6rzzQwT9ZOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "3.9.10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-is-mounted": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-is-mounted/-/use-is-mounted-2.1.8.tgz",
|
|
"integrity": "sha512-DO/Th1vD4Uy8KGhd17oGlNA4wtdg91dzga+VMpmt94gSZe1WjsangFwoUBxF2uhlzwensCX9voye3kerP/lskg==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-measure": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-measure/-/use-measure-2.1.8.tgz",
|
|
"integrity": "sha512-GjT9tIgluqYMZWfAX6+FFdRQBqyHeuqUMGzAXMTH9kBXHU0U5C5XU2c8WFORkNDoZIg1h13h1QdV+Vy4LE1dEA==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-pagination": {
|
|
"version": "2.2.18",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-pagination/-/use-pagination-2.2.18.tgz",
|
|
"integrity": "sha512-qm1mUe5UgV0kPZItcs/jiX/BxzdDagmcxaJkYR6DkhfMRoCuOdoJhcoh8ncbCAgHpzPESPn1VxsOcG4/Y+Jkdw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/i18n": "3.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-resize": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-resize/-/use-resize-2.1.8.tgz",
|
|
"integrity": "sha512-htF3DND5GmrSiMGnzRbISeKcH+BqhQ/NcsP9sBTIl7ewvFaWiDhEDiUHdJxflmJGd/c5qZq2nYQM/uluaqIkKA==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-safe-layout-effect": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-safe-layout-effect/-/use-safe-layout-effect-2.1.8.tgz",
|
|
"integrity": "sha512-wbnZxVWCYqk10XRMu0veSOiVsEnLcmGUmJiapqgaz0fF8XcpSScmqjTSoWjHIEWaHjQZ6xr+oscD761D6QJN+Q==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-scroll-position": {
|
|
"version": "2.1.8",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-scroll-position/-/use-scroll-position-2.1.8.tgz",
|
|
"integrity": "sha512-NxanHKObxVfWaPpNRyBR8v7RfokxrzcHyTyQfbgQgAGYGHTMaOGkJGqF8kBzInc3zJi+F0zbX7Nb0QjUgsLNUQ==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/use-viewport-size": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@heroui/use-viewport-size/-/use-viewport-size-2.0.1.tgz",
|
|
"integrity": "sha512-blv8BEB/QdLePLWODPRzRS2eELJ2eyHbdOIADbL0KcfLzOUEg9EiuVk90hcSUDAFqYiJ3YZ5Z0up8sdPcR8Y7g==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@heroui/user": {
|
|
"version": "2.2.22",
|
|
"resolved": "https://registry.npmjs.org/@heroui/user/-/user-2.2.22.tgz",
|
|
"integrity": "sha512-kOLxh9Bjgl/ya/f+W7/eKVO/n1GPsU5TPzwocC9+FU/+MbCOrmkevhAGGUrb259KCnp9WCv7WGRIcf8rrsreDw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@heroui/avatar": "2.2.22",
|
|
"@heroui/react-utils": "2.1.14",
|
|
"@heroui/shared-utils": "2.1.12",
|
|
"@react-aria/focus": "3.21.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
}
|
|
},
|
|
"node_modules/@internationalized/date": {
|
|
"version": "3.10.0",
|
|
"resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
|
|
"integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@internationalized/message": {
|
|
"version": "3.1.8",
|
|
"resolved": "https://registry.npmjs.org/@internationalized/message/-/message-3.1.8.tgz",
|
|
"integrity": "sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0",
|
|
"intl-messageformat": "^10.1.0"
|
|
}
|
|
},
|
|
"node_modules/@internationalized/number": {
|
|
"version": "3.6.5",
|
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
|
|
"integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@internationalized/string": {
|
|
"version": "3.2.7",
|
|
"resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.2.7.tgz",
|
|
"integrity": "sha512-D4OHBjrinH+PFZPvfCXvG28n2LSykWcJ7GIioQL+ok0LON15SdfoUssoHzzOUmVZLbRoREsQXVzA6r8JKsbP6A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.12",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
|
|
"integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/remapping": {
|
|
"version": "2.3.5",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.5",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.29",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
|
|
"integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@oozcitak/dom": {
|
|
"version": "1.15.10",
|
|
"resolved": "https://registry.npmjs.org/@oozcitak/dom/-/dom-1.15.10.tgz",
|
|
"integrity": "sha512-0JT29/LaxVgRcGKvHmSrUTEvZ8BXvZhGl2LASRUgHqDTC1M5g1pLmVv56IYNyt3bG2CUjDkc67wnyZC14pbQrQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oozcitak/infra": "1.0.8",
|
|
"@oozcitak/url": "1.0.4",
|
|
"@oozcitak/util": "8.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/@oozcitak/infra": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/@oozcitak/infra/-/infra-1.0.8.tgz",
|
|
"integrity": "sha512-JRAUc9VR6IGHOL7OGF+yrvs0LO8SlqGnPAMqyzOuFZPSZSXI7Xf2O9+awQPSMXgIWGtgUf/dA6Hs6X6ySEaWTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oozcitak/util": "8.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/@oozcitak/url": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@oozcitak/url/-/url-1.0.4.tgz",
|
|
"integrity": "sha512-kDcD8y+y3FCSOvnBI6HJgl00viO/nGbQoCINmQ0h98OhnGITrWR3bOGfwYCthgcrV8AnTJz8MzslTQbC3SOAmw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oozcitak/infra": "1.0.8",
|
|
"@oozcitak/util": "8.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/@oozcitak/util": {
|
|
"version": "8.3.8",
|
|
"resolved": "https://registry.npmjs.org/@oozcitak/util/-/util-8.3.8.tgz",
|
|
"integrity": "sha512-T8TbSnGsxo6TDBJx/Sgv/BlVJL3tshxZP7Aq5R1mSnM5OcHY2dQaxLMu2+E8u3gN0MLOzdjurqN4ZRVuzQycOQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/breadcrumbs": {
|
|
"version": "3.5.29",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.29.tgz",
|
|
"integrity": "sha512-rKS0dryllaZJqrr3f/EAf2liz8CBEfmL5XACj+Z1TAig6GIYe1QuA3BtkX0cV9OkMugXdX8e3cbA7nD10ORRqg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/link": "^3.8.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/breadcrumbs": "^3.7.17",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/button": {
|
|
"version": "3.14.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.14.2.tgz",
|
|
"integrity": "sha512-VbLIA+Kd6f/MDjd+TJBUg2+vNDw66pnvsj2E4RLomjI9dfBuN7d+Yo2UnsqKVyhePjCUZ6xxa2yDuD63IOSIYA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/toolbar": "3.0.0-beta.21",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/toggle": "^3.9.2",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/calendar": {
|
|
"version": "3.9.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.9.2.tgz",
|
|
"integrity": "sha512-uSLxLgOPRnEU4Jg59lAhUVA+uDx/55NBg4lpfsP2ynazyiJ5LCXmYceJi+VuOqMml7d9W0dB87OldOeLdIxYVA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/live-announcer": "^3.4.4",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/calendar": "^3.9.0",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/calendar": "^3.8.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/checkbox": {
|
|
"version": "3.16.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.16.2.tgz",
|
|
"integrity": "sha512-29Mj9ZqXioJ0bcMnNGooHztnTau5pikZqX3qCRj5bYR3by/ZFFavYoMroh9F7s/MbFm/tsKX+Sf02lYFEdXRjA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/form": "^3.1.2",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/toggle": "^3.12.2",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/checkbox": "^3.7.2",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/toggle": "^3.9.2",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/combobox": {
|
|
"version": "3.14.0",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.14.0.tgz",
|
|
"integrity": "sha512-z4ro0Hma//p4nL2IJx5iUa7NwxeXbzSoZ0se5uTYjG1rUUMszg+wqQh/AQoL+eiULn7rs18JY9wwNbVIkRNKWA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/listbox": "^3.15.0",
|
|
"@react-aria/live-announcer": "^3.4.4",
|
|
"@react-aria/menu": "^3.19.3",
|
|
"@react-aria/overlays": "^3.30.0",
|
|
"@react-aria/selection": "^3.26.0",
|
|
"@react-aria/textfield": "^3.18.2",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/combobox": "^3.12.0",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/combobox": "^3.13.9",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/datepicker": {
|
|
"version": "3.15.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.15.2.tgz",
|
|
"integrity": "sha512-th078hyNqPf4P2K10su/y32zPDjs3lOYVdHvsL9/+5K1dnTvLHCK5vgUyLuyn8FchhF7cmHV49D+LZVv65PEpQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@internationalized/number": "^3.6.5",
|
|
"@internationalized/string": "^3.2.7",
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/form": "^3.1.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/spinbutton": "^3.6.19",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/datepicker": "^3.15.2",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/calendar": "^3.8.0",
|
|
"@react-types/datepicker": "^3.13.2",
|
|
"@react-types/dialog": "^3.5.22",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/dialog": {
|
|
"version": "3.5.31",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.31.tgz",
|
|
"integrity": "sha512-inxQMyrzX0UBW9Mhraq0nZ4HjHdygQvllzloT1E/RlDd61lr3RbmJR6pLsrbKOTtSvDIBJpCso1xEdHCFNmA0Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/overlays": "^3.30.0",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/dialog": "^3.5.22",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/focus": {
|
|
"version": "3.21.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz",
|
|
"integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/focus/node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/form": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.1.2.tgz",
|
|
"integrity": "sha512-R3i7L7Ci61PqZQvOrnL9xJeWEbh28UkTVgkj72EvBBn39y4h7ReH++0stv7rRs8p5ozETSKezBbGfu4UsBewWw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/grid": {
|
|
"version": "3.14.5",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.14.5.tgz",
|
|
"integrity": "sha512-XHw6rgjlTqc85e3zjsWo3U0EVwjN5MOYtrolCKc/lc2ItNdcY3OlMhpsU9+6jHwg/U3VCSWkGvwAz9hg7krd8Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/live-announcer": "^3.4.4",
|
|
"@react-aria/selection": "^3.26.0",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/grid": "^3.11.6",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/grid": "^3.3.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/i18n": {
|
|
"version": "3.12.13",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.13.tgz",
|
|
"integrity": "sha512-YTM2BPg0v1RvmP8keHenJBmlx8FXUKsdYIEX7x6QWRd1hKlcDwphfjzvt0InX9wiLiPHsT5EoBTpuUk8SXc0Mg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@internationalized/message": "^3.1.8",
|
|
"@internationalized/number": "^3.6.5",
|
|
"@internationalized/string": "^3.2.7",
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/interactions": {
|
|
"version": "3.25.6",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz",
|
|
"integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/label": {
|
|
"version": "3.7.22",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.22.tgz",
|
|
"integrity": "sha512-jLquJeA5ZNqDT64UpTc9XJ7kQYltUlNcgxZ37/v4mHe0UZ7QohCKdKQhXHONb0h2jjNUpp2HOZI8J9++jOpzxA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/landmark": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/landmark/-/landmark-3.0.7.tgz",
|
|
"integrity": "sha512-t8c610b8hPLS6Vwv+rbuSyljZosI1s5+Tosfa0Fk4q7d+Ex6Yj7hLfUFy59GxZAufhUYfGX396fT0gPqAbU1tg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0",
|
|
"use-sync-external-store": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/link": {
|
|
"version": "3.8.6",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.8.6.tgz",
|
|
"integrity": "sha512-7F7UDJnwbU9IjfoAdl6f3Hho5/WB7rwcydUOjUux0p7YVWh/fTjIFjfAGyIir7MJhPapun1D0t97QQ3+8jXVcg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/link": "^3.6.5",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/listbox": {
|
|
"version": "3.15.0",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.15.0.tgz",
|
|
"integrity": "sha512-Ub1Wu79R9sgxM7h4HeEdjOgOKDHwduvYcnDqsSddGXgpkL8ADjsy2YUQ0hHY5VnzA4BxK36bLp4mzSna8Qvj1w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/selection": "^3.26.0",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/list": "^3.13.1",
|
|
"@react-types/listbox": "^3.7.4",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/live-announcer": {
|
|
"version": "3.4.4",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/live-announcer/-/live-announcer-3.4.4.tgz",
|
|
"integrity": "sha512-PTTBIjNRnrdJOIRTDGNifY2d//kA7GUAwRFJNOEwSNG4FW+Bq9awqLiflw0JkpyB0VNIwou6lqKPHZVLsGWOXA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/menu": {
|
|
"version": "3.19.3",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.19.3.tgz",
|
|
"integrity": "sha512-52fh8y8b2776R2VrfZPpUBJYC9oTP7XDy+zZuZTxPEd7Ywk0JNUl5F92y6ru22yPkS13sdhrNM/Op+V/KulmAg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/overlays": "^3.30.0",
|
|
"@react-aria/selection": "^3.26.0",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/menu": "^3.9.8",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-stately/tree": "^3.9.3",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/menu": "^3.10.5",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/numberfield": {
|
|
"version": "3.12.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.12.2.tgz",
|
|
"integrity": "sha512-M2b+z0HIXiXpGAWOQkO2kpIjaLNUXJ5Q3/GMa3Fkr+B1piFX0VuOynYrtddKVrmXCe+r5t+XcGb0KS29uqv7nQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/spinbutton": "^3.6.19",
|
|
"@react-aria/textfield": "^3.18.2",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/numberfield": "^3.10.2",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/numberfield": "^3.8.15",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/overlays": {
|
|
"version": "3.30.0",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.30.0.tgz",
|
|
"integrity": "sha512-UpjqSjYZx5FAhceWCRVsW6fX1sEwya1fQ/TKkL53FAlLFR8QKuoKqFlmiL43YUFTcGK3UdEOy3cWTleLQwdSmQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-aria/visually-hidden": "^3.8.28",
|
|
"@react-stately/overlays": "^3.6.20",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/progress": {
|
|
"version": "3.4.27",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.27.tgz",
|
|
"integrity": "sha512-0OA1shs1575g1zmO8+rWozdbTnxThFFhOfuoL1m7UV5Dley6FHpueoKB1ECv7B+Qm4dQt6DoEqLg7wsbbQDhmg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/progress": "^3.5.16",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/radio": {
|
|
"version": "3.12.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.12.2.tgz",
|
|
"integrity": "sha512-I11f6I90neCh56rT/6ieAs3XyDKvEfbj/QmbU5cX3p+SJpRRPN0vxQi5D1hkh0uxDpeClxygSr31NmZsd4sqfg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/form": "^3.1.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/radio": "^3.11.2",
|
|
"@react-types/radio": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/selection": {
|
|
"version": "3.26.0",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.26.0.tgz",
|
|
"integrity": "sha512-ZBH3EfWZ+RfhTj01dH8L17uT7iNbXWS8u77/fUpHgtrm0pwNVhx0TYVnLU1YpazQ/3WVpvWhmBB8sWwD1FlD/g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/slider": {
|
|
"version": "3.8.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.8.2.tgz",
|
|
"integrity": "sha512-6KyUGaVzRE4xAz1LKHbNh1q5wzxe58pdTHFSnxNe6nk1SCoHw7NfI4h2s2m6LgJ0megFxsT0Ir8aHaFyyxmbgg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/slider": "^3.7.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/slider": "^3.8.2",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/spinbutton": {
|
|
"version": "3.6.19",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.19.tgz",
|
|
"integrity": "sha512-xOIXegDpts9t3RSHdIN0iYQpdts0FZ3LbpYJIYVvdEHo9OpDS+ElnDzCGtwZLguvZlwc5s1LAKuKopDUsAEMkw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/live-announcer": "^3.4.4",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/ssr": {
|
|
"version": "3.9.10",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.10.tgz",
|
|
"integrity": "sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/switch": {
|
|
"version": "3.7.8",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.7.8.tgz",
|
|
"integrity": "sha512-AfsUq1/YiuoprhcBUD9vDPyWaigAwctQNW1fMb8dROL+i/12B+Zekj8Ml+jbU69/kIVtfL0Jl7/0Bo9KK3X0xQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/toggle": "^3.12.2",
|
|
"@react-stately/toggle": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/switch": "^3.5.15",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/table": {
|
|
"version": "3.17.8",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.17.8.tgz",
|
|
"integrity": "sha512-bXiZoxTMbsqUJsYDhHPzKc3jw0HFJ/xMsJ49a0f7mp5r9zACxNLeIU0wJ4Uvx37dnYOHKzGliG+rj5l4sph7MA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/grid": "^3.14.5",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/live-announcer": "^3.4.4",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-aria/visually-hidden": "^3.8.28",
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-stately/table": "^3.15.1",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/grid": "^3.3.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/table": "^3.13.4",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/tabs": {
|
|
"version": "3.10.8",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.10.8.tgz",
|
|
"integrity": "sha512-sPPJyTyoAqsBh76JinBAxStOcbjZvyWFYKpJ9Uqw+XT0ObshAPPFSGeh8DiQemPs02RwJdrfARPMhyqiX8t59A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/selection": "^3.26.0",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/tabs": "^3.8.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/tabs": "^3.3.19",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/textfield": {
|
|
"version": "3.18.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.18.2.tgz",
|
|
"integrity": "sha512-G+lM8VYSor6g9Yptc6hLZ6BF+0cq0pYol1z6wdQUQgJN8tg4HPtzq75lsZtlCSIznL3amgRAxJtd0dUrsAnvaQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/form": "^3.1.2",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/label": "^3.7.22",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/textfield": "^3.12.6",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/toast": {
|
|
"version": "3.0.8",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/toast/-/toast-3.0.8.tgz",
|
|
"integrity": "sha512-rfJIms6AkMyQ7ZgKrMZgGfPwGcB/t1JoEwbc1PAmXcAvFI/hzF6YF7ZFDXiq38ucFsP9PnHmbXIzM9w4ccl18A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/landmark": "^3.0.7",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/toast": "^3.1.2",
|
|
"@react-types/button": "^3.14.1",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/toggle": {
|
|
"version": "3.12.2",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.12.2.tgz",
|
|
"integrity": "sha512-g25XLYqJuJpt0/YoYz2Rab8ax+hBfbssllcEFh0v0jiwfk2gwTWfRU9KAZUvxIqbV8Nm8EBmrYychDpDcvW1kw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/toggle": "^3.9.2",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/toolbar": {
|
|
"version": "3.0.0-beta.21",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.21.tgz",
|
|
"integrity": "sha512-yRCk/GD8g+BhdDgxd3I0a0c8Ni4Wyo6ERzfSoBkPkwQ4X2E2nkopmraM9D0fXw4UcIr4bnmvADzkHXtBN0XrBg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/focus": "^3.21.2",
|
|
"@react-aria/i18n": "^3.12.13",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/tooltip": {
|
|
"version": "3.8.8",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.8.8.tgz",
|
|
"integrity": "sha512-CmHUqtXtFWmG4AHMEr9hIVex+oscK6xcM2V47gq9ijNInxe3M6UBu/dBdkgGP/jYv9N7tzCAjTR8nNIHQXwvWw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-stately/tooltip": "^3.5.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/tooltip": "^3.4.21",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/utils": {
|
|
"version": "3.31.0",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz",
|
|
"integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.10",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/utils/node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/visually-hidden": {
|
|
"version": "3.8.28",
|
|
"resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.28.tgz",
|
|
"integrity": "sha512-KRRjbVVob2CeBidF24dzufMxBveEUtUu7IM+hpdZKB+gxVROoh4XRLPv9SFmaH89Z7D9To3QoykVZoWD0lan6Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.25.6",
|
|
"@react-aria/utils": "^3.31.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/calendar": {
|
|
"version": "3.9.0",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.9.0.tgz",
|
|
"integrity": "sha512-U5Nf2kx9gDhJRxdDUm5gjfyUlt/uUfOvM1vDW2UA62cA6+2k2cavMLc2wNlXOb/twFtl6p0joYKHG7T4xnEFkg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/calendar": "^3.8.0",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/checkbox": {
|
|
"version": "3.7.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.7.2.tgz",
|
|
"integrity": "sha512-j1ycUVz5JmqhaL6mDZgDNZqBilOB8PBW096sDPFaTtuYreDx2HOd1igxiIvwlvPESZwsJP7FVM3mYnaoXtpKPA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/collections": {
|
|
"version": "3.12.8",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.8.tgz",
|
|
"integrity": "sha512-AceJYLLXt1Y2XIcOPi6LEJSs4G/ubeYW3LqOCQbhfIgMaNqKfQMIfagDnPeJX9FVmPFSlgoCBxb1pTJW2vjCAQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/combobox": {
|
|
"version": "3.12.0",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.12.0.tgz",
|
|
"integrity": "sha512-A6q9R/7cEa/qoQsBkdslXWvD7ztNLLQ9AhBhVN9QvzrmrH5B4ymUwcTU8lWl22ykH7RRwfonLeLXJL4C+/L2oQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/list": "^3.13.1",
|
|
"@react-stately/overlays": "^3.6.20",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/combobox": "^3.13.9",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/datepicker": {
|
|
"version": "3.15.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.15.2.tgz",
|
|
"integrity": "sha512-S5GL+W37chvV8knv9v0JRv0L6hKo732qqabCCHXzOpYxkLIkV4f/y3cHdEzFWzpZ0O0Gkg7WgeYo160xOdBKYg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@internationalized/string": "^3.2.7",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/overlays": "^3.6.20",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/datepicker": "^3.13.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/flags": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.1.2.tgz",
|
|
"integrity": "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/form": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.2.2.tgz",
|
|
"integrity": "sha512-soAheOd7oaTO6eNs6LXnfn0tTqvOoe3zN9FvtIhhrErKz9XPc5sUmh3QWwR45+zKbitOi1HOjfA/gifKhZcfWw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/grid": {
|
|
"version": "3.11.6",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.11.6.tgz",
|
|
"integrity": "sha512-vWPAkzpeTIsrurHfMubzMuqEw7vKzFhIJeEK5sEcLunyr1rlADwTzeWrHNbPMl66NAIAi70Dr1yNq+kahQyvMA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-types/grid": "^3.3.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/list": {
|
|
"version": "3.13.1",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.13.1.tgz",
|
|
"integrity": "sha512-eHaoauh21twbcl0kkwULhVJ+CzYcy1jUjMikNVMHOQdhr4WIBdExf7PmSgKHKqsSPhpGg6IpTCY2dUX3RycjDg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/menu": {
|
|
"version": "3.9.8",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.8.tgz",
|
|
"integrity": "sha512-bo0NOhofnTHLESiYfsSSw6gyXiPVJJ0UlN2igUXtJk5PmyhWjFzUzTzcnd7B028OB0si9w3LIWM3stqz5271Eg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/overlays": "^3.6.20",
|
|
"@react-types/menu": "^3.10.5",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/numberfield": {
|
|
"version": "3.10.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.10.2.tgz",
|
|
"integrity": "sha512-jlKVFYaH3RX5KvQ7a+SAMQuPccZCzxLkeYkBE64u1Zvi7YhJ8hkTMHG/fmZMbk1rHlseE2wfBdk0Rlya3MvoNQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/number": "^3.6.5",
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/numberfield": "^3.8.15",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/overlays": {
|
|
"version": "3.6.20",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.20.tgz",
|
|
"integrity": "sha512-YAIe+uI8GUXX8F/0Pzr53YeC5c/bjqbzDFlV8NKfdlCPa6+Jp4B/IlYVjIooBj9+94QvbQdjylegvYWK/iPwlg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/radio": {
|
|
"version": "3.11.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.11.2.tgz",
|
|
"integrity": "sha512-UM7L6AW+k8edhSBUEPZAqiWNRNadfOKK7BrCXyBiG79zTz0zPcXRR+N+gzkDn7EMSawDeyK1SHYUuoSltTactg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/form": "^3.2.2",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/radio": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/selection": {
|
|
"version": "3.20.6",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.20.6.tgz",
|
|
"integrity": "sha512-a0bjuP2pJYPKEiedz2Us1W1aSz0iHRuyeQEdBOyL6Z6VUa6hIMq9H60kvseir2T85cOa4QggizuRV7mcO6bU5w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/slider": {
|
|
"version": "3.7.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.7.2.tgz",
|
|
"integrity": "sha512-EVBHUdUYwj++XqAEiQg2fGi8Reccznba0uyQ3gPejF0pAc390Q/J5aqiTEDfiCM7uJ6WHxTM6lcCqHQBISk2dQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/slider": "^3.8.2",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/table": {
|
|
"version": "3.15.1",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.15.1.tgz",
|
|
"integrity": "sha512-MhMAgE/LgAzHcAn1P3p/nQErzJ6DiixSJ1AOt2JlnAKEb5YJg4ATKWCb2IjBLwywt9ZCzfm3KMUzkctZqAoxwA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/flags": "^3.1.2",
|
|
"@react-stately/grid": "^3.11.6",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/grid": "^3.3.6",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/table": "^3.13.4",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/tabs": {
|
|
"version": "3.8.6",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.8.6.tgz",
|
|
"integrity": "sha512-9RYxmgjVIxUpIsGKPIF7uRoHWOEz8muwaYiStCVeyiYBPmarvZoIYtTXcwSMN/vEs7heVN5uGCL6/bfdY4+WiA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/list": "^3.13.1",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@react-types/tabs": "^3.3.19",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/toast": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/toast/-/toast-3.1.2.tgz",
|
|
"integrity": "sha512-HiInm7bck32khFBHZThTQaAF6e6/qm57F4mYRWdTq8IVeGDzpkbUYibnLxRhk0UZ5ybc6me+nqqPkG/lVmM42Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0",
|
|
"use-sync-external-store": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/toggle": {
|
|
"version": "3.9.2",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.9.2.tgz",
|
|
"integrity": "sha512-dOxs9wrVXHUmA7lc8l+N9NbTJMAaXcYsnNGsMwfXIXQ3rdq+IjWGNYJ52UmNQyRYFcg0jrzRrU16TyGbNjOdNQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/checkbox": "^3.10.2",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/tooltip": {
|
|
"version": "3.5.8",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.8.tgz",
|
|
"integrity": "sha512-gkcUx2ROhCiGNAYd2BaTejakXUUNLPnnoJ5+V/mN480pN+OrO8/2V9pqb/IQmpqxLsso93zkM3A4wFHHLBBmPQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/overlays": "^3.6.20",
|
|
"@react-types/tooltip": "^3.4.21",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/tree": {
|
|
"version": "3.9.3",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.9.3.tgz",
|
|
"integrity": "sha512-ZngG79nLFxE/GYmpwX6E/Rma2MMkzdoJPRI3iWk3dgqnGMMzpPnUp/cvjDsU3UHF7xDVusC5BT6pjWN0uxCIFQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-stately/collections": "^3.12.8",
|
|
"@react-stately/selection": "^3.20.6",
|
|
"@react-stately/utils": "^3.10.8",
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/utils": {
|
|
"version": "3.10.8",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.8.tgz",
|
|
"integrity": "sha512-SN3/h7SzRsusVQjQ4v10LaVsDc81jyyR0DD5HnsQitm/I5WDpaSr2nRHtyloPFU48jlql1XX/S04T2DLQM7Y3g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/virtualizer": {
|
|
"version": "4.4.4",
|
|
"resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.4.4.tgz",
|
|
"integrity": "sha512-ri8giqXSZOrznZDCCOE4U36wSkOhy+hrFK7yo/YVcpxTqqp3d3eisfKMqbDsgqBW+XTHycTU/xeAf0u9NqrfpQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/accordion": {
|
|
"version": "3.0.0-alpha.26",
|
|
"resolved": "https://registry.npmjs.org/@react-types/accordion/-/accordion-3.0.0-alpha.26.tgz",
|
|
"integrity": "sha512-OXf/kXcD2vFlEnkcZy/GG+a/1xO9BN7Uh3/5/Ceuj9z2E/WwD55YwU3GFM5zzkZ4+DMkdowHnZX37XnmbyD3Mg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.27.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/breadcrumbs": {
|
|
"version": "3.7.17",
|
|
"resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.17.tgz",
|
|
"integrity": "sha512-IhvVTcfli5o/UDlGACXxjlor2afGlMQA8pNR3faH0bBUay1Fmm3IWktVw9Xwmk+KraV2RTAg9e+E6p8DOQZfiw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/link": "^3.6.5",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/button": {
|
|
"version": "3.14.1",
|
|
"resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.14.1.tgz",
|
|
"integrity": "sha512-D8C4IEwKB7zEtiWYVJ3WE/5HDcWlze9mLWQ5hfsBfpePyWCgO3bT/+wjb/7pJvcAocrkXo90QrMm85LcpBtrpg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/calendar": {
|
|
"version": "3.8.0",
|
|
"resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.8.0.tgz",
|
|
"integrity": "sha512-ZDZgfZgbz1ydWOFs1mH7QFfX3ioJrmb3Y/lkoubQE0HWXLZzyYNvhhKyFJRS1QJ40IofLSBHriwbQb/tsUnGlw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/checkbox": {
|
|
"version": "3.10.2",
|
|
"resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.10.2.tgz",
|
|
"integrity": "sha512-ktPkl6ZfIdGS1tIaGSU/2S5Agf2NvXI9qAgtdMDNva0oLyAZ4RLQb6WecPvofw1J7YKXu0VA5Mu7nlX+FM2weQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/combobox": {
|
|
"version": "3.13.9",
|
|
"resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.9.tgz",
|
|
"integrity": "sha512-G6GmLbzVkLW6VScxPAr/RtliEyPhBClfYaIllK1IZv+Z42SVnOpKzhnoe79BpmiFqy1AaC3+LjZX783mrsHCwA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/datepicker": {
|
|
"version": "3.13.2",
|
|
"resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.13.2.tgz",
|
|
"integrity": "sha512-+M6UZxJnejYY8kz0spbY/hP08QJ5rsZ3aNarRQQHc48xV2oelFLX5MhAqizfLEsvyfb0JYrhWoh4z1xZtAmYCg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.10.0",
|
|
"@react-types/calendar": "^3.8.0",
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/dialog": {
|
|
"version": "3.5.22",
|
|
"resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.22.tgz",
|
|
"integrity": "sha512-smSvzOcqKE196rWk0oqJDnz+ox5JM5+OT0PmmJXiUD4q7P5g32O6W5Bg7hMIFUI9clBtngo8kLaX2iMg+GqAzg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/form": {
|
|
"version": "3.7.16",
|
|
"resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.16.tgz",
|
|
"integrity": "sha512-Sb7KJoWEaQ/e4XIY+xRbjKvbP1luome98ZXevpD+zVSyGjEcfIroebizP6K1yMHCWP/043xH6GUkgEqWPoVGjg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/grid": {
|
|
"version": "3.3.6",
|
|
"resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.3.6.tgz",
|
|
"integrity": "sha512-vIZJlYTii2n1We9nAugXwM2wpcpsC6JigJFBd6vGhStRdRWRoU4yv1Gc98Usbx0FQ/J7GLVIgeG8+1VMTKBdxw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/link": {
|
|
"version": "3.6.5",
|
|
"resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.6.5.tgz",
|
|
"integrity": "sha512-+I2s3XWBEvLrzts0GnNeA84mUkwo+a7kLUWoaJkW0TOBDG7my95HFYxF9WnqKye7NgpOkCqz4s3oW96xPdIniQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/listbox": {
|
|
"version": "3.7.4",
|
|
"resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.7.4.tgz",
|
|
"integrity": "sha512-p4YEpTl/VQGrqVE8GIfqTS5LkT5jtjDTbVeZgrkPnX/fiPhsfbTPiZ6g0FNap4+aOGJFGEEZUv2q4vx+rCORww==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/menu": {
|
|
"version": "3.10.5",
|
|
"resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.10.5.tgz",
|
|
"integrity": "sha512-HBTrKll2hm0VKJNM4ubIv1L9MNo8JuOnm2G3M+wXvb6EYIyDNxxJkhjsqsGpUXJdAOSkacHBDcNh2HsZABNX4A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/numberfield": {
|
|
"version": "3.8.15",
|
|
"resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.15.tgz",
|
|
"integrity": "sha512-97r92D23GKCOjGIGMeW9nt+/KlfM3GeWH39Czcmd2/D5y3k6z4j0avbsfx2OttCtJszrnENjw3GraYGYI2KosQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/overlays": {
|
|
"version": "3.9.2",
|
|
"resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.9.2.tgz",
|
|
"integrity": "sha512-Q0cRPcBGzNGmC8dBuHyoPR7N3057KTS5g+vZfQ53k8WwmilXBtemFJPLsogJbspuewQ/QJ3o2HYsp2pne7/iNw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/progress": {
|
|
"version": "3.5.16",
|
|
"resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.16.tgz",
|
|
"integrity": "sha512-I9tSdCFfvQ7gHJtm90VAKgwdTWXQgVNvLRStEc0z9h+bXBxdvZb+QuiRPERChwFQ9VkK4p4rDqaFo69nDqWkpw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/radio": {
|
|
"version": "3.9.2",
|
|
"resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.9.2.tgz",
|
|
"integrity": "sha512-3UcJXu37JrTkRyP4GJPDBU7NmDTInrEdOe+bVzA1j4EegzdkJmLBkLg5cLDAbpiEHB+xIsvbJdx6dxeMuc+H3g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/shared": {
|
|
"version": "3.32.1",
|
|
"resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz",
|
|
"integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/slider": {
|
|
"version": "3.8.2",
|
|
"resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.8.2.tgz",
|
|
"integrity": "sha512-MQYZP76OEOYe7/yA2To+Dl0LNb0cKKnvh5JtvNvDnAvEprn1RuLiay8Oi/rTtXmc2KmBa4VdTcsXsmkbbkeN2Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/switch": {
|
|
"version": "3.5.15",
|
|
"resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.15.tgz",
|
|
"integrity": "sha512-r/ouGWQmIeHyYSP1e5luET+oiR7N7cLrAlWsrAfYRWHxqXOSNQloQnZJ3PLHrKFT02fsrQhx2rHaK2LfKeyN3A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/table": {
|
|
"version": "3.13.4",
|
|
"resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.13.4.tgz",
|
|
"integrity": "sha512-I/DYiZQl6aNbMmjk90J9SOhkzVDZvyA3Vn3wMWCiajkMNjvubFhTfda5DDf2SgFP5l0Yh6TGGH5XumRv9LqL5Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/grid": "^3.3.6",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/tabs": {
|
|
"version": "3.3.19",
|
|
"resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.19.tgz",
|
|
"integrity": "sha512-fE+qI43yR5pAMpeqPxGqQq9jDHXEPqXskuxNHERMW0PYMdPyem2Cw6goc5F4qeZO3Hf6uPZgHkvJz2OAq7TbBw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/textfield": {
|
|
"version": "3.12.6",
|
|
"resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.12.6.tgz",
|
|
"integrity": "sha512-hpEVKE+M3uUkTjw2WrX1NrH/B3rqDJFUa+ViNK2eVranLY4ZwFqbqaYXSzHupOF3ecSjJJv2C103JrwFvx6TPQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@react-types/tooltip": {
|
|
"version": "3.4.21",
|
|
"resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.21.tgz",
|
|
"integrity": "sha512-ugGHOZU6WbOdeTdbjnaEc+Ms7/WhsUCg+T3PCOIeOT9FG02Ce189yJ/+hd7oqL/tVwIhEMYJIqSCgSELFox+QA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-types/overlays": "^3.9.2",
|
|
"@react-types/shared": "^3.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
}
|
|
},
|
|
"node_modules/@rolldown/pluginutils": {
|
|
"version": "1.0.0-beta.40",
|
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.40.tgz",
|
|
"integrity": "sha512-s3GeJKSQOwBlzdUrj4ISjJj5SfSh+aqn0wjOar4Bx95iV1ETI7F6S/5hLcfAxZ9kXDcyrAkxPlqmd1ZITttf+w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.2.tgz",
|
|
"integrity": "sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.46.2.tgz",
|
|
"integrity": "sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.46.2.tgz",
|
|
"integrity": "sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.46.2.tgz",
|
|
"integrity": "sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.46.2.tgz",
|
|
"integrity": "sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.46.2.tgz",
|
|
"integrity": "sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.46.2.tgz",
|
|
"integrity": "sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.46.2.tgz",
|
|
"integrity": "sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.46.2.tgz",
|
|
"integrity": "sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==",
|
|
"cpu": [
|
|
"loong64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==",
|
|
"cpu": [
|
|
"riscv64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.46.2.tgz",
|
|
"integrity": "sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==",
|
|
"cpu": [
|
|
"riscv64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.46.2.tgz",
|
|
"integrity": "sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.46.2.tgz",
|
|
"integrity": "sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.46.2.tgz",
|
|
"integrity": "sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.46.2.tgz",
|
|
"integrity": "sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.46.2.tgz",
|
|
"integrity": "sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
]
|
|
},
|
|
"node_modules/@supabase/auth-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.81.1.tgz",
|
|
"integrity": "sha512-K20GgiSm9XeRLypxYHa5UCnybWc2K0ok0HLbqCej/wRxDpJxToXNOwKt0l7nO8xI1CyQ+GrNfU6bcRzvdbeopQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@supabase/functions-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.81.1.tgz",
|
|
"integrity": "sha512-sYgSO3mlgL0NvBFS3oRfCK4OgKGQwuOWJLzfPyWg0k8MSxSFSDeN/JtrDJD5GQrxskP6c58+vUzruBJQY78AqQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@supabase/postgrest-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.81.1.tgz",
|
|
"integrity": "sha512-DePpUTAPXJyBurQ4IH2e42DWoA+/Qmr5mbgY4B6ZcxVc/ZUKfTVK31BYIFBATMApWraFc8Q/Sg+yxtfJ3E0wSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@supabase/realtime-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.81.1.tgz",
|
|
"integrity": "sha512-ViQ+Kxm8BuUP/TcYmH9tViqYKGSD1LBjdqx2p5J+47RES6c+0QHedM0PPAjthMdAHWyb2LGATE9PD2++2rO/tw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/phoenix": "^1.6.6",
|
|
"@types/ws": "^8.18.1",
|
|
"tslib": "2.8.1",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@supabase/ssr": {
|
|
"version": "0.7.0",
|
|
"resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.7.0.tgz",
|
|
"integrity": "sha512-G65t5EhLSJ5c8hTCcXifSL9Q/ZRXvqgXeNo+d3P56f4U1IxwTqjB64UfmfixvmMcjuxnq2yGqEWVJqUcO+AzAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@supabase/supabase-js": "^2.43.4"
|
|
}
|
|
},
|
|
"node_modules/@supabase/storage-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.81.1.tgz",
|
|
"integrity": "sha512-UNmYtjnZnhouqnbEMC1D5YJot7y0rIaZx7FG2Fv8S3hhNjcGVvO+h9We/tggi273BFkiahQPS/uRsapo1cSapw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@supabase/supabase-js": {
|
|
"version": "2.81.1",
|
|
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.81.1.tgz",
|
|
"integrity": "sha512-KSdY7xb2L0DlLmlYzIOghdw/na4gsMcqJ8u4sD6tOQJr+x3hLujU9s4R8N3ob84/1bkvpvlU5PYKa1ae+OICnw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@supabase/auth-js": "2.81.1",
|
|
"@supabase/functions-js": "2.81.1",
|
|
"@supabase/postgrest-js": "2.81.1",
|
|
"@supabase/realtime-js": "2.81.1",
|
|
"@supabase/storage-js": "2.81.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@swc/helpers": {
|
|
"version": "0.5.17",
|
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
|
|
"integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/node": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
|
|
"integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/remapping": "^2.3.4",
|
|
"enhanced-resolve": "^5.18.3",
|
|
"jiti": "^2.6.1",
|
|
"lightningcss": "1.30.2",
|
|
"magic-string": "^0.30.21",
|
|
"source-map-js": "^1.2.1",
|
|
"tailwindcss": "4.1.17"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz",
|
|
"integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tailwindcss/oxide-android-arm64": "4.1.17",
|
|
"@tailwindcss/oxide-darwin-arm64": "4.1.17",
|
|
"@tailwindcss/oxide-darwin-x64": "4.1.17",
|
|
"@tailwindcss/oxide-freebsd-x64": "4.1.17",
|
|
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17",
|
|
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.17",
|
|
"@tailwindcss/oxide-linux-arm64-musl": "4.1.17",
|
|
"@tailwindcss/oxide-linux-x64-gnu": "4.1.17",
|
|
"@tailwindcss/oxide-linux-x64-musl": "4.1.17",
|
|
"@tailwindcss/oxide-wasm32-wasi": "4.1.17",
|
|
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.17",
|
|
"@tailwindcss/oxide-win32-x64-msvc": "4.1.17"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz",
|
|
"integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz",
|
|
"integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz",
|
|
"integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz",
|
|
"integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz",
|
|
"integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz",
|
|
"integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz",
|
|
"integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz",
|
|
"integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz",
|
|
"integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz",
|
|
"integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==",
|
|
"bundleDependencies": [
|
|
"@napi-rs/wasm-runtime",
|
|
"@emnapi/core",
|
|
"@emnapi/runtime",
|
|
"@tybys/wasm-util",
|
|
"@emnapi/wasi-threads",
|
|
"tslib"
|
|
],
|
|
"cpu": [
|
|
"wasm32"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@emnapi/core": "^1.6.0",
|
|
"@emnapi/runtime": "^1.6.0",
|
|
"@emnapi/wasi-threads": "^1.1.0",
|
|
"@napi-rs/wasm-runtime": "^1.0.7",
|
|
"@tybys/wasm-util": "^0.10.1",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz",
|
|
"integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz",
|
|
"integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/vite": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz",
|
|
"integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tailwindcss/node": "4.1.17",
|
|
"@tailwindcss/oxide": "4.1.17",
|
|
"tailwindcss": "4.1.17"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^5.2.0 || ^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/directive-functions-plugin": {
|
|
"version": "1.134.5",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/directive-functions-plugin/-/directive-functions-plugin-1.134.5.tgz",
|
|
"integrity": "sha512-J3oawV8uBRBbPoLgMdyHt+LxzTNuWRKNJJuCLWsm/yq6v0IQSvIVCgfD2+liIiSnDPxGZ8ExduPXy8IzS70eXw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.27.1",
|
|
"@babel/core": "^7.27.7",
|
|
"@babel/traverse": "^7.27.7",
|
|
"@babel/types": "^7.27.7",
|
|
"@tanstack/router-utils": "1.133.19",
|
|
"babel-dead-code-elimination": "^1.0.10",
|
|
"pathe": "^2.0.3",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": ">=6.0.0 || >=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/history": {
|
|
"version": "1.133.28",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.133.28.tgz",
|
|
"integrity": "sha512-B7+x7eP2FFvi3fgd3rNH9o/Eixt+pp0zCIdGhnQbAJjFrlwIKGjGnwyJjhWJ5fMQlGks/E2LdDTqEV4W9Plx7g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/query-core": {
|
|
"version": "5.90.8",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.8.tgz",
|
|
"integrity": "sha512-4E0RP/0GJCxSNiRF2kAqE/LQkTJVlL/QNU7gIJSptaseV9HP6kOuA+N11y4bZKZxa3QopK3ZuewwutHx6DqDXQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/query-devtools": {
|
|
"version": "5.90.1",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.90.1.tgz",
|
|
"integrity": "sha512-GtINOPjPUH0OegJExZ70UahT9ykmAhmtNVcmtdnOZbxLwT7R5OmRztR5Ahe3/Cu7LArEmR6/588tAycuaWb1xQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query": {
|
|
"version": "5.90.8",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.8.tgz",
|
|
"integrity": "sha512-/3b9QGzkf4rE5/miL6tyhldQRlLXzMHcySOm/2Tm2OLEFE9P1ImkH0+OviDBSvyAvtAOJocar5xhd7vxdLi3aQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/query-core": "5.90.8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-query-devtools": {
|
|
"version": "5.90.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.90.2.tgz",
|
|
"integrity": "sha512-vAXJzZuBXtCQtrY3F/yUNJCV4obT/A/n81kb3+YqLbro5Z2+phdAbceO+deU3ywPw8B42oyJlp4FhO0SoivDFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/query-devtools": "5.90.1"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"react": "^18 || ^19"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-router": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.135.2.tgz",
|
|
"integrity": "sha512-IzvCJ5bZ4dTEh65J1NrILF3Ab+ajRgsHYQYl/3du1sptRfQkUSsRYQGXffQQU3JH++plmO/tJXtRTmgrAp4inA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.133.28",
|
|
"@tanstack/react-store": "^0.8.0",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"isbot": "^5.1.22",
|
|
"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.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.135.2.tgz",
|
|
"integrity": "sha512-8nG+twPfOvjaknnzLTTvnsXART9s6fQbY+Yj4nnNVOcF0FiUuK7TgJJQMKWHsmNa47X3fV1GZCTQV4cWhqKY0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-devtools-core": "1.135.2",
|
|
"vite": "^7.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-router": "^1.135.2",
|
|
"react": ">=18.0.0 || >=19.0.0",
|
|
"react-dom": ">=18.0.0 || >=19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-router-ssr-query": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-router-ssr-query/-/react-router-ssr-query-1.135.2.tgz",
|
|
"integrity": "sha512-PhSPwGHle3eCZDSm947kORC5eGwHwrXqfM4RW/9/DyV8EtEw3SUKjeRIxNsKaLbKnvhDiXtW9DwLh+s53CDMEA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-ssr-query-core": "1.135.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/query-core": ">=5.90.0",
|
|
"@tanstack/react-query": ">=5.90.0",
|
|
"@tanstack/react-router": ">=1.127.0",
|
|
"react": ">=18.0.0 || >=19.0.0",
|
|
"react-dom": ">=18.0.0 || >=19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-router-with-query": {
|
|
"version": "1.130.17",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-router-with-query/-/react-router-with-query-1.130.17.tgz",
|
|
"integrity": "sha512-TNaSocW20KuPwUojEm130DLWTr9M5hsSzxiu4QqS2jNCnrGLuDrwMHyP+6fq13lG3YuU4u9O1qajxfJIGomZCg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": ">=5.49.2",
|
|
"@tanstack/react-router": ">=1.43.2",
|
|
"@tanstack/router-core": ">=1.114.7",
|
|
"react": ">=18.0.0 || >=19.0.0",
|
|
"react-dom": ">=18.0.0 || >=19.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-start": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-start/-/react-start-1.135.2.tgz",
|
|
"integrity": "sha512-TrzK9F4moOa5+CTgxktxnf3++2SmxafVxPgqiSkNPz89Uq8ixt+ZHZxoPklFoCgMygWxiUZrRt/1nX9JfoBuhA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/react-router": "1.135.2",
|
|
"@tanstack/react-start-client": "1.135.2",
|
|
"@tanstack/react-start-server": "1.135.2",
|
|
"@tanstack/router-utils": "^1.133.19",
|
|
"@tanstack/start-client-core": "1.135.2",
|
|
"@tanstack/start-plugin-core": "1.135.2",
|
|
"@tanstack/start-server-core": "1.135.2",
|
|
"pathe": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"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",
|
|
"vite": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-start-client": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-start-client/-/react-start-client-1.135.2.tgz",
|
|
"integrity": "sha512-fnL1JwfwqYifSFvoHWGyrl8IqceLzGaFhVjtJAiRq1IFyEDENT/mATzbgudGWAEGb3NW/t4oTTn8XdTucG7NwQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/react-router": "1.135.2",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/start-client-core": "1.135.2",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tiny-warning": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"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-start-server": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-start-server/-/react-start-server-1.135.2.tgz",
|
|
"integrity": "sha512-m4Sey0IB7hZcu1lJe4rLHQ1t871QvjKVs0VDzh3bG52rNGXccsJW17WMZkmirxLc2XvWze536cGy5UzfBC8F/g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.133.28",
|
|
"@tanstack/react-router": "1.135.2",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/start-client-core": "1.135.2",
|
|
"@tanstack/start-server-core": "1.135.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"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-store": {
|
|
"version": "0.8.0",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.0.tgz",
|
|
"integrity": "sha512-1vG9beLIuB7q69skxK9r5xiLN3ztzIPfSQSs0GfeqWGO2tGIyInZx0x1COhpx97RKaONSoAb8C3dxacWksm1ow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/store": "0.8.0",
|
|
"use-sync-external-store": "^1.6.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/react-virtual": {
|
|
"version": "3.11.3",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.11.3.tgz",
|
|
"integrity": "sha512-vCU+OTylXN3hdC8RKg68tPlBPjjxtzon7Ys46MgrSLE+JhSjSTPvoQifV6DQJeJmA8Q3KT6CphJbejupx85vFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/virtual-core": "3.11.3"
|
|
},
|
|
"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.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.135.2.tgz",
|
|
"integrity": "sha512-fhJSGmbqE78Ou6e+cnJ9exmjCzCZ9IXT2rApiPAgeItKj2yy1qmTEoR11n0x0fiNkkBxHL1us+QyG8JfNELiQA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.133.28",
|
|
"@tanstack/store": "^0.8.0",
|
|
"cookie-es": "^2.0.0",
|
|
"seroval": "^1.3.2",
|
|
"seroval-plugins": "^1.3.2",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tiny-warning": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-devtools-core": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.135.2.tgz",
|
|
"integrity": "sha512-VmLyG7M8rYyA4jleCBpwYc+bjODAfWIQfBZt/16/c8Fg2K6eeMuX5lMGXYWPZT6BNV4ylv+JrSmOX3WUhDRQeQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clsx": "^2.1.1",
|
|
"goober": "^2.1.16",
|
|
"vite": "^7.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/router-core": "^1.135.2",
|
|
"csstype": "^3.0.10",
|
|
"solid-js": ">=1.9.5",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"csstype": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-devtools-core/node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-generator": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-generator/-/router-generator-1.135.2.tgz",
|
|
"integrity": "sha512-YaTr1qrV2ysSllKu9FjCjaSjRFiX6SLKVGkQLJJ+SzoCsMco+zqhmtBjiw3YHC0jWBRs21iQieBzNR/PvT7JkA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/router-utils": "1.133.19",
|
|
"@tanstack/virtual-file-routes": "1.133.19",
|
|
"prettier": "^3.5.0",
|
|
"recast": "^0.23.11",
|
|
"source-map": "^0.7.4",
|
|
"tsx": "^4.19.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-generator/node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-plugin": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-plugin/-/router-plugin-1.135.2.tgz",
|
|
"integrity": "sha512-iB//HEGIX7Rn4390O4xM3+5LMSmtphRoCPoq3jpE6dGnAIPWEJJ/O1r95OR1LFAe5MhdciJPhsNgYHCIj+PeZw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.27.7",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.27.7",
|
|
"@babel/types": "^7.27.7",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/router-generator": "1.135.2",
|
|
"@tanstack/router-utils": "1.133.19",
|
|
"@tanstack/virtual-file-routes": "1.133.19",
|
|
"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.135.2",
|
|
"vite": ">=5.0.0 || >=6.0.0 || >=7.0.0",
|
|
"vite-plugin-solid": "^2.11.10",
|
|
"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-plugin/node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-ssr-query-core": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-ssr-query-core/-/router-ssr-query-core-1.135.2.tgz",
|
|
"integrity": "sha512-cZePEfVGvThLsRzeB/exgTS91FHIydq6xLklTP9B24v7CsWkVggqLggh+H1J/pTUOGj6wm8uqNtm0UC5o5neoQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/query-core": ">=5.90.0",
|
|
"@tanstack/router-core": ">=1.127.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/router-utils": {
|
|
"version": "1.133.19",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/router-utils/-/router-utils-1.133.19.tgz",
|
|
"integrity": "sha512-WEp5D2gPxvlLDRXwD/fV7RXjYtqaqJNXKB/L6OyZEbT+9BG/Ib2d7oG9GSUZNNMGPGYAlhBUOi3xutySsk6rxA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.27.4",
|
|
"@babel/generator": "^7.27.5",
|
|
"@babel/parser": "^7.27.5",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"ansis": "^4.1.0",
|
|
"diff": "^8.0.2",
|
|
"pathe": "^2.0.3",
|
|
"tinyglobby": "^0.2.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/server-functions-plugin": {
|
|
"version": "1.134.5",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/server-functions-plugin/-/server-functions-plugin-1.134.5.tgz",
|
|
"integrity": "sha512-2sWxq70T+dOEUlE3sHlXjEPhaFZfdPYlWTSkHchWXrFGw2YOAa+hzD6L9wHMjGDQezYd03ue8tQlHG+9Jzbzgw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.27.1",
|
|
"@babel/core": "^7.27.7",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.27.7",
|
|
"@babel/types": "^7.27.7",
|
|
"@tanstack/directive-functions-plugin": "1.134.5",
|
|
"babel-dead-code-elimination": "^1.0.9",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-client-core": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/start-client-core/-/start-client-core-1.135.2.tgz",
|
|
"integrity": "sha512-29dwZfOE7w2ysiT1RvEJ+eSBDho2BC5ALELIXnLUgLH3yvX5w9GZ+ori70rfLHOkJ2UNRotdF9UWDEGulni2aw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/start-storage-context": "1.135.2",
|
|
"seroval": "^1.3.2",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tiny-warning": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-plugin-core": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/start-plugin-core/-/start-plugin-core-1.135.2.tgz",
|
|
"integrity": "sha512-C4lP5YkkZiqyZYpvjf3h7aCyGTPPL7/5ZaEJe4q7W94HbzXqy2b5VGz5lghQ3kZHfohgO57BdKPTxgats4YaKw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.26.2",
|
|
"@babel/core": "^7.26.8",
|
|
"@babel/types": "^7.26.8",
|
|
"@rolldown/pluginutils": "1.0.0-beta.40",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/router-generator": "1.135.2",
|
|
"@tanstack/router-plugin": "1.135.2",
|
|
"@tanstack/router-utils": "1.133.19",
|
|
"@tanstack/server-functions-plugin": "1.134.5",
|
|
"@tanstack/start-client-core": "1.135.2",
|
|
"@tanstack/start-server-core": "1.135.2",
|
|
"babel-dead-code-elimination": "^1.0.9",
|
|
"cheerio": "^1.0.0",
|
|
"exsolve": "^1.0.7",
|
|
"pathe": "^2.0.3",
|
|
"srvx": "^0.8.2",
|
|
"tinyglobby": "^0.2.15",
|
|
"ufo": "^1.5.4",
|
|
"vitefu": "^1.1.1",
|
|
"xmlbuilder2": "^3.1.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-plugin-core/node_modules/@babel/code-frame": {
|
|
"version": "7.26.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.25.9",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-plugin-core/node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-server-core": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/start-server-core/-/start-server-core-1.135.2.tgz",
|
|
"integrity": "sha512-L40FFKTVD5Lbx+HrLH+VyMQbiIldB6kYa24SIahnUDt5LlJnLgHRNBPbJkhVLeFAxad7gUaeEQkVyZrZ6MB/PQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/history": "1.133.28",
|
|
"@tanstack/router-core": "1.135.2",
|
|
"@tanstack/start-client-core": "1.135.2",
|
|
"@tanstack/start-storage-context": "1.135.2",
|
|
"h3-v2": "npm:h3@2.0.0-beta.4",
|
|
"seroval": "^1.3.2",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/start-storage-context": {
|
|
"version": "1.135.2",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/start-storage-context/-/start-storage-context-1.135.2.tgz",
|
|
"integrity": "sha512-9pr5Ssp5EYcDSb35y5f+YcM2Z+IxexWjiBcrIu8OgN/jI52N98QooWrQED/VMOo7gHUC5/IeuWQAehpLH6TzNg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/router-core": "1.135.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/store": {
|
|
"version": "0.8.0",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.8.0.tgz",
|
|
"integrity": "sha512-Om+BO0YfMZe//X2z0uLF2j+75nQga6TpTJgLJQBiq85aOyZNIhkCgleNcud2KQg4k4v9Y9l+Uhru3qWMPGTOzQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/virtual-core": {
|
|
"version": "3.11.3",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.11.3.tgz",
|
|
"integrity": "sha512-v2mrNSnMwnPJtcVqNvV0c5roGCBqeogN8jDtgtuHCphdwBasOZ17x8UV8qpHUh+u0MLfX43c0uUHKje0s+Zb0w==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/virtual-file-routes": {
|
|
"version": "1.133.19",
|
|
"resolved": "https://registry.npmjs.org/@tanstack/virtual-file-routes/-/virtual-file-routes-1.133.19.tgz",
|
|
"integrity": "sha512-IKwZENsK7owmW1Lm5FhuHegY/SyQ8KqtL/7mTSnzoKJgfzhrrf9qwKB1rmkKkt+svUuy/Zw3uVEpZtUzQruWtA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__core": {
|
|
"version": "7.20.5",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
"dev": true,
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__template": {
|
|
"version": "7.4.4",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__traverse": {
|
|
"version": "7.28.0",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.28.2"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/google.maps": {
|
|
"version": "3.58.1",
|
|
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.1.tgz",
|
|
"integrity": "sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "24.2.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz",
|
|
"integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.10.0"
|
|
}
|
|
},
|
|
"node_modules/@types/phoenix": {
|
|
"version": "1.6.6",
|
|
"resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.6.tgz",
|
|
"integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "19.2.4",
|
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.4.tgz",
|
|
"integrity": "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-dom": {
|
|
"version": "19.2.3",
|
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "^19.2.0"
|
|
}
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.18.1",
|
|
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@vis.gl/react-google-maps": {
|
|
"version": "1.7.1",
|
|
"resolved": "https://registry.npmjs.org/@vis.gl/react-google-maps/-/react-google-maps-1.7.1.tgz",
|
|
"integrity": "sha512-F/GJzJyri7Jqf+bkLNxoi2RcH2hCIo1I3//PyiILqQzdzglMoqZVO1DLXlHPifNdebk1/zib6dMJA3i73nwmuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/google.maps": "^3.54.10",
|
|
"fast-deep-equal": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": ">=16.8.0 || ^19.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/@vitejs/plugin-react": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz",
|
|
"integrity": "sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
"@rolldown/pluginutils": "1.0.0-beta.47",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.18.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vitejs/plugin-react/node_modules/@rolldown/pluginutils": {
|
|
"version": "1.0.0-beta.47",
|
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz",
|
|
"integrity": "sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.15.0",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "7.1.4",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/ansis": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
|
|
"integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/ast-types": {
|
|
"version": "0.16.1",
|
|
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz",
|
|
"integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/babel-dead-code-elimination": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/babel-dead-code-elimination/-/babel-dead-code-elimination-1.0.10.tgz",
|
|
"integrity": "sha512-DV5bdJZTzZ0zn0DC24v3jD7Mnidh6xhKa4GfKCbq3sfW8kaWhDdZjP3i81geA8T33tdYqWKw4D3fVv0CwEgKVA==",
|
|
"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/baseline-browser-mapping": {
|
|
"version": "2.8.25",
|
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.25.tgz",
|
|
"integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"baseline-browser-mapping": "dist/cli.js"
|
|
}
|
|
},
|
|
"node_modules/bidi-js": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
|
|
"integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"require-from-string": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.27.0",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
|
|
"integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
|
|
"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": {
|
|
"baseline-browser-mapping": "^2.8.19",
|
|
"caniuse-lite": "^1.0.30001751",
|
|
"electron-to-chromium": "^1.5.238",
|
|
"node-releases": "^2.0.26",
|
|
"update-browserslist-db": "^1.1.4"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001754",
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
|
|
"integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
|
|
"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/cheerio": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.1.2.tgz",
|
|
"integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio-select": "^2.1.0",
|
|
"dom-serializer": "^2.0.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.2.2",
|
|
"encoding-sniffer": "^0.2.1",
|
|
"htmlparser2": "^10.0.0",
|
|
"parse5": "^7.3.0",
|
|
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
|
"parse5-parser-stream": "^7.1.2",
|
|
"undici": "^7.12.0",
|
|
"whatwg-mimetype": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cheerio-select": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
|
|
"integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-select": "^5.1.0",
|
|
"css-what": "^6.1.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.6.0",
|
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
"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/clsx": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
|
|
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/color": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.5.0"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-string": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/color2k": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/color2k/-/color2k-2.0.3.tgz",
|
|
"integrity": "sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compute-scroll-into-view": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
|
|
"integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
|
|
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cookie-es": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz",
|
|
"integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "5.2.2",
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
|
|
"integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
|
"integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.12.2",
|
|
"source-map-js": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/css-what": {
|
|
"version": "6.2.2",
|
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
|
|
"integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/cssstyle": {
|
|
"version": "5.3.3",
|
|
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-5.3.3.tgz",
|
|
"integrity": "sha512-OytmFH+13/QXONJcC75QNdMtKpceNk3u8ThBjyyYjkEcy/ekBwR1mMAuNvi3gdBPW3N5TlCzQ0WZw8H0lN/bDw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@asamuzakjp/css-color": "^4.0.3",
|
|
"@csstools/css-syntax-patches-for-csstree": "^1.0.14",
|
|
"css-tree": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/data-urls": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-6.0.0.tgz",
|
|
"integrity": "sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^15.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.1",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decimal.js": {
|
|
"version": "10.6.0",
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "8.0.2",
|
|
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
|
|
"integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
|
|
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
|
|
"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
|
|
"integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/drizzle-kit": {
|
|
"version": "0.31.6",
|
|
"resolved": "https://registry.npmjs.org/drizzle-kit/-/drizzle-kit-0.31.6.tgz",
|
|
"integrity": "sha512-/B4e/4pwnx25QwD5xXgdpo1S+077a2VZdosXbItE/oNmUgQwZydGDz9qJYmnQl/b+5IX0rLfwRhrPnroGtrg8Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@drizzle-team/brocli": "^0.10.2",
|
|
"@esbuild-kit/esm-loader": "^2.5.5",
|
|
"esbuild": "^0.25.4",
|
|
"esbuild-register": "^3.5.0"
|
|
},
|
|
"bin": {
|
|
"drizzle-kit": "bin.cjs"
|
|
}
|
|
},
|
|
"node_modules/drizzle-orm": {
|
|
"version": "0.44.7",
|
|
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.44.7.tgz",
|
|
"integrity": "sha512-quIpnYznjU9lHshEOAYLoZ9s3jweleHlZIAWR/jX9gAWNg/JhQ1wj0KGRf7/Zm+obRrYd9GjPVJg790QY9N5AQ==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-rds-data": ">=3",
|
|
"@cloudflare/workers-types": ">=4",
|
|
"@electric-sql/pglite": ">=0.2.0",
|
|
"@libsql/client": ">=0.10.0",
|
|
"@libsql/client-wasm": ">=0.10.0",
|
|
"@neondatabase/serverless": ">=0.10.0",
|
|
"@op-engineering/op-sqlite": ">=2",
|
|
"@opentelemetry/api": "^1.4.1",
|
|
"@planetscale/database": ">=1.13",
|
|
"@prisma/client": "*",
|
|
"@tidbcloud/serverless": "*",
|
|
"@types/better-sqlite3": "*",
|
|
"@types/pg": "*",
|
|
"@types/sql.js": "*",
|
|
"@upstash/redis": ">=1.34.7",
|
|
"@vercel/postgres": ">=0.8.0",
|
|
"@xata.io/client": "*",
|
|
"better-sqlite3": ">=7",
|
|
"bun-types": "*",
|
|
"expo-sqlite": ">=14.0.0",
|
|
"gel": ">=2",
|
|
"knex": "*",
|
|
"kysely": "*",
|
|
"mysql2": ">=2",
|
|
"pg": ">=8",
|
|
"postgres": ">=3",
|
|
"sql.js": ">=1",
|
|
"sqlite3": ">=5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/client-rds-data": {
|
|
"optional": true
|
|
},
|
|
"@cloudflare/workers-types": {
|
|
"optional": true
|
|
},
|
|
"@electric-sql/pglite": {
|
|
"optional": true
|
|
},
|
|
"@libsql/client": {
|
|
"optional": true
|
|
},
|
|
"@libsql/client-wasm": {
|
|
"optional": true
|
|
},
|
|
"@neondatabase/serverless": {
|
|
"optional": true
|
|
},
|
|
"@op-engineering/op-sqlite": {
|
|
"optional": true
|
|
},
|
|
"@opentelemetry/api": {
|
|
"optional": true
|
|
},
|
|
"@planetscale/database": {
|
|
"optional": true
|
|
},
|
|
"@prisma/client": {
|
|
"optional": true
|
|
},
|
|
"@tidbcloud/serverless": {
|
|
"optional": true
|
|
},
|
|
"@types/better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"@types/pg": {
|
|
"optional": true
|
|
},
|
|
"@types/sql.js": {
|
|
"optional": true
|
|
},
|
|
"@upstash/redis": {
|
|
"optional": true
|
|
},
|
|
"@vercel/postgres": {
|
|
"optional": true
|
|
},
|
|
"@xata.io/client": {
|
|
"optional": true
|
|
},
|
|
"better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"bun-types": {
|
|
"optional": true
|
|
},
|
|
"expo-sqlite": {
|
|
"optional": true
|
|
},
|
|
"gel": {
|
|
"optional": true
|
|
},
|
|
"knex": {
|
|
"optional": true
|
|
},
|
|
"kysely": {
|
|
"optional": true
|
|
},
|
|
"mysql2": {
|
|
"optional": true
|
|
},
|
|
"pg": {
|
|
"optional": true
|
|
},
|
|
"postgres": {
|
|
"optional": true
|
|
},
|
|
"prisma": {
|
|
"optional": true
|
|
},
|
|
"sql.js": {
|
|
"optional": true
|
|
},
|
|
"sqlite3": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.249",
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.249.tgz",
|
|
"integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/encoding-sniffer": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz",
|
|
"integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"whatwg-encoding": "^3.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.18.3",
|
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
|
|
"integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.25.8",
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz",
|
|
"integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.25.8",
|
|
"@esbuild/android-arm": "0.25.8",
|
|
"@esbuild/android-arm64": "0.25.8",
|
|
"@esbuild/android-x64": "0.25.8",
|
|
"@esbuild/darwin-arm64": "0.25.8",
|
|
"@esbuild/darwin-x64": "0.25.8",
|
|
"@esbuild/freebsd-arm64": "0.25.8",
|
|
"@esbuild/freebsd-x64": "0.25.8",
|
|
"@esbuild/linux-arm": "0.25.8",
|
|
"@esbuild/linux-arm64": "0.25.8",
|
|
"@esbuild/linux-ia32": "0.25.8",
|
|
"@esbuild/linux-loong64": "0.25.8",
|
|
"@esbuild/linux-mips64el": "0.25.8",
|
|
"@esbuild/linux-ppc64": "0.25.8",
|
|
"@esbuild/linux-riscv64": "0.25.8",
|
|
"@esbuild/linux-s390x": "0.25.8",
|
|
"@esbuild/linux-x64": "0.25.8",
|
|
"@esbuild/netbsd-arm64": "0.25.8",
|
|
"@esbuild/netbsd-x64": "0.25.8",
|
|
"@esbuild/openbsd-arm64": "0.25.8",
|
|
"@esbuild/openbsd-x64": "0.25.8",
|
|
"@esbuild/openharmony-arm64": "0.25.8",
|
|
"@esbuild/sunos-x64": "0.25.8",
|
|
"@esbuild/win32-arm64": "0.25.8",
|
|
"@esbuild/win32-ia32": "0.25.8",
|
|
"@esbuild/win32-x64": "0.25.8"
|
|
}
|
|
},
|
|
"node_modules/esbuild-register": {
|
|
"version": "3.6.0",
|
|
"resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz",
|
|
"integrity": "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"esbuild": ">=0.12 <1"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/exsolve": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
|
|
"integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fetchdts": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/fetchdts/-/fetchdts-0.1.7.tgz",
|
|
"integrity": "sha512-YoZjBdafyLIop9lSxXVI33oLD5kN31q4Td+CasofLLYeLXRFeOsuOw0Uo+XNRi9PZlbfdlN2GmRtm4tCEQ9/KA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
|
|
"integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/framer-motion": {
|
|
"version": "12.23.12",
|
|
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz",
|
|
"integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-dom": "^12.23.12",
|
|
"motion-utils": "^12.23.6",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/is-prop-valid": "*",
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/is-prop-valid": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.10.1",
|
|
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
|
|
"integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/globrex": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
|
|
"integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/goober": {
|
|
"version": "2.1.18",
|
|
"resolved": "https://registry.npmjs.org/goober/-/goober-2.1.18.tgz",
|
|
"integrity": "sha512-2vFqsaDVIT9Gz7N6kAL++pLpp41l3PfDuusHcjnGLfR6+huZkl6ziX+zgVC3ZxpqWhzH6pyDdGrCeDhMIvwaxw==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"csstype": "^3.0.10"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/h3-v2": {
|
|
"name": "h3",
|
|
"version": "2.0.0-beta.4",
|
|
"resolved": "https://registry.npmjs.org/h3/-/h3-2.0.0-beta.4.tgz",
|
|
"integrity": "sha512-/JdwHUGuHjbBXAVxQN7T7QeI9cVlhsqMKVNFHebZVs9RoEYH85Ogh9O1DEy/1ZiJkmMwa1gNg6bBcGhc1Itjdg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie-es": "^2.0.0",
|
|
"fetchdts": "^0.1.6",
|
|
"rou3": "^0.7.3",
|
|
"srvx": "^0.8.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.11.1"
|
|
},
|
|
"peerDependencies": {
|
|
"crossws": "^0.4.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"crossws": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/html-encoding-sniffer": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
|
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-encoding": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
|
|
"integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.2.1",
|
|
"entities": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2/node_modules/entities": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/input-otp": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/input-otp/-/input-otp-1.4.1.tgz",
|
|
"integrity": "sha512-+yvpmKYKHi9jIGngxagY9oWiiblPB7+nEO75F2l2o4vs+6vpPZZmUl4tBNYuTCvQjhvEIbdNeJu70bhfYP2nbw==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/intl-messageformat": {
|
|
"version": "10.7.18",
|
|
"resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.18.tgz",
|
|
"integrity": "sha512-m3Ofv/X/tV8Y3tHXLohcuVuhWKo7BBq62cqY15etqmLxg2DZ34AGGgQDeR+SCta2+zICb1NX83af0GJmbQ1++g==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@formatjs/ecma402-abstract": "2.3.6",
|
|
"@formatjs/fast-memoize": "2.2.7",
|
|
"@formatjs/icu-messageformat-parser": "2.11.4",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.3.4",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isbot": {
|
|
"version": "5.1.29",
|
|
"resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.29.tgz",
|
|
"integrity": "sha512-DelDWWoa3mBoyWTq3wjp+GIWx/yZdN7zLUE7NFhKjAiJ+uJVRkbLlwykdduCE4sPUUy8mlTYTmdhBUYu91F+sw==",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/jiti": {
|
|
"version": "2.6.1",
|
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "lib/jiti-cli.mjs"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsdom": {
|
|
"version": "27.2.0",
|
|
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-27.2.0.tgz",
|
|
"integrity": "sha512-454TI39PeRDW1LgpyLPyURtB4Zx1tklSr6+OFOipsxGUH1WMTvk6C65JQdrj455+DP2uJ1+veBEHTGFKWVLFoA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@acemir/cssom": "^0.9.23",
|
|
"@asamuzakjp/dom-selector": "^6.7.4",
|
|
"cssstyle": "^5.3.3",
|
|
"data-urls": "^6.0.0",
|
|
"decimal.js": "^10.6.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",
|
|
"parse5": "^8.0.0",
|
|
"saxes": "^6.0.0",
|
|
"symbol-tree": "^3.2.4",
|
|
"tough-cookie": "^6.0.0",
|
|
"w3c-xmlserializer": "^5.0.0",
|
|
"webidl-conversions": "^8.0.0",
|
|
"whatwg-encoding": "^3.1.1",
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"whatwg-url": "^15.1.0",
|
|
"ws": "^8.18.3",
|
|
"xml-name-validator": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/entities": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/parse5": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
|
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/lightningcss": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
|
|
"integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"optionalDependencies": {
|
|
"lightningcss-android-arm64": "1.30.2",
|
|
"lightningcss-darwin-arm64": "1.30.2",
|
|
"lightningcss-darwin-x64": "1.30.2",
|
|
"lightningcss-freebsd-x64": "1.30.2",
|
|
"lightningcss-linux-arm-gnueabihf": "1.30.2",
|
|
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
"lightningcss-linux-arm64-musl": "1.30.2",
|
|
"lightningcss-linux-x64-gnu": "1.30.2",
|
|
"lightningcss-linux-x64-musl": "1.30.2",
|
|
"lightningcss-win32-arm64-msvc": "1.30.2",
|
|
"lightningcss-win32-x64-msvc": "1.30.2"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-android-arm64": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
|
|
"integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-darwin-arm64": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
|
|
"integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-darwin-x64": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
|
|
"integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-freebsd-x64": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
|
|
"integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
|
|
"integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
|
|
"integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
|
|
"integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
|
|
"integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
|
|
"integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
|
|
"integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
"version": "1.30.2",
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
|
|
"integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.21",
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
}
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.12.2",
|
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
|
|
"integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/motion-dom": {
|
|
"version": "12.23.12",
|
|
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz",
|
|
"integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"motion-utils": "^12.23.6"
|
|
}
|
|
},
|
|
"node_modules/motion-utils": {
|
|
"version": "12.23.6",
|
|
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
|
|
"integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.11",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
"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-releases": {
|
|
"version": "2.0.27",
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.3.0",
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
"version": "7.1.0",
|
|
"resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
|
|
"integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domhandler": "^5.0.3",
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-parser-stream": {
|
|
"version": "7.1.2",
|
|
"resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
|
|
"integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5/node_modules/entities": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/pathe": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.5.6",
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
"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.11",
|
|
"picocolors": "^1.1.1",
|
|
"source-map-js": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postgres": {
|
|
"version": "3.4.7",
|
|
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz",
|
|
"integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/porsager"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
|
|
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "19.2.0",
|
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "19.2.0",
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
|
|
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"scheduler": "^0.27.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.0"
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.18.0",
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
|
|
"integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-textarea-autosize": {
|
|
"version": "8.5.9",
|
|
"resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.9.tgz",
|
|
"integrity": "sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"use-composed-ref": "^1.3.0",
|
|
"use-latest": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/recast": {
|
|
"version": "0.23.11",
|
|
"resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz",
|
|
"integrity": "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-types": "^0.16.1",
|
|
"esprima": "~4.0.0",
|
|
"source-map": "~0.6.1",
|
|
"tiny-invariant": "^1.3.3",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/recast/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
|
|
"integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/rollup": {
|
|
"version": "4.46.2",
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.46.2.tgz",
|
|
"integrity": "sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "1.0.8"
|
|
},
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-android-arm-eabi": "4.46.2",
|
|
"@rollup/rollup-android-arm64": "4.46.2",
|
|
"@rollup/rollup-darwin-arm64": "4.46.2",
|
|
"@rollup/rollup-darwin-x64": "4.46.2",
|
|
"@rollup/rollup-freebsd-arm64": "4.46.2",
|
|
"@rollup/rollup-freebsd-x64": "4.46.2",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.46.2",
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.46.2",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-arm64-musl": "4.46.2",
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-ppc64-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-riscv64-musl": "4.46.2",
|
|
"@rollup/rollup-linux-s390x-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-x64-gnu": "4.46.2",
|
|
"@rollup/rollup-linux-x64-musl": "4.46.2",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.46.2",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.46.2",
|
|
"@rollup/rollup-win32-x64-msvc": "4.46.2",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/rou3": {
|
|
"version": "0.7.10",
|
|
"resolved": "https://registry.npmjs.org/rou3/-/rou3-0.7.10.tgz",
|
|
"integrity": "sha512-aoFj6f7MJZ5muJ+Of79nrhs9N3oLGqi2VEMe94Zbkjb6Wupha46EuoYgpWSOZlXww3bbd8ojgXTAA2mzimX5Ww==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/saxes": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12.22.7"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.27.0",
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/scroll-into-view-if-needed": {
|
|
"version": "3.0.10",
|
|
"resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.0.10.tgz",
|
|
"integrity": "sha512-t44QCeDKAPf1mtQH3fYpWz8IM/DyvHLjs8wUvvwMYxk5moOqCzrMSxK6HQVD0QVmVjXFavoFIPRVrMuJPKAvtg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"compute-scroll-into-view": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/seroval": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz",
|
|
"integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/seroval-plugins": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.3.2.tgz",
|
|
"integrity": "sha512-0QvCV2lM3aj/U3YozDiVwx9zpH0q8A60CTWIv4Jszj/givcudPb48B+rkU5D51NJ0pTpweGMttHjboPa9/zoIQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"seroval": "^1.0"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle": {
|
|
"version": "0.2.4",
|
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/solid-js": {
|
|
"version": "1.9.10",
|
|
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.10.tgz",
|
|
"integrity": "sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"csstype": "^3.1.0",
|
|
"seroval": "~1.3.0",
|
|
"seroval-plugins": "~1.3.0"
|
|
}
|
|
},
|
|
"node_modules/sonner": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz",
|
|
"integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.7.6",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
|
|
"integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/srvx": {
|
|
"version": "0.8.16",
|
|
"resolved": "https://registry.npmjs.org/srvx/-/srvx-0.8.16.tgz",
|
|
"integrity": "sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"srvx": "bin/srvx.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.16.0"
|
|
}
|
|
},
|
|
"node_modules/symbol-tree": {
|
|
"version": "3.2.4",
|
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tailwind-merge": {
|
|
"version": "3.3.1",
|
|
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
|
|
"integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/dcastil"
|
|
}
|
|
},
|
|
"node_modules/tailwind-variants": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.1.1.tgz",
|
|
"integrity": "sha512-ftLXe3krnqkMHsuBTEmaVUXYovXtPyTK7ckEfDRXS8PBZx0bAUas+A0jYxuKA5b8qg++wvQ3d2MQ7l/xeZxbZQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.x",
|
|
"pnpm": ">=7.x"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwind-merge": ">=3.0.0",
|
|
"tailwindcss": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"tailwind-merge": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"version": "4.1.17",
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
|
|
"integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
|
|
"integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/tiny-invariant": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
|
|
"integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-warning": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tinyglobby": {
|
|
"version": "0.2.15",
|
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fdir": "^6.5.0",
|
|
"picomatch": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
}
|
|
},
|
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
"version": "6.5.0",
|
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"picomatch": "^3 || ^4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"picomatch": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/tldts": {
|
|
"version": "7.0.17",
|
|
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.17.tgz",
|
|
"integrity": "sha512-Y1KQBgDd/NUc+LfOtKS6mNsC9CCaH+m2P1RoIZy7RAPo3C3/t8X45+zgut31cRZtZ3xKPjfn3TkGTrctC2TQIQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tldts-core": "^7.0.17"
|
|
},
|
|
"bin": {
|
|
"tldts": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tldts-core": {
|
|
"version": "7.0.17",
|
|
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.17.tgz",
|
|
"integrity": "sha512-DieYoGrP78PWKsrXr8MZwtQ7GLCUeLxihtjC1jZsW1DnvSMdKPitJSe8OSYDM2u5H6g3kWJZpePqkp43TfLh0g==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
|
|
"integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tldts": "^7.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
|
|
"integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/tsconfck": {
|
|
"version": "3.1.6",
|
|
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
|
|
"integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tsconfck": "bin/tsconfck.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || >=20"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsx": {
|
|
"version": "4.20.3",
|
|
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.3.tgz",
|
|
"integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==",
|
|
"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.9.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/ufo": {
|
|
"version": "1.6.1",
|
|
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
|
|
"integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/undici": {
|
|
"version": "7.16.0",
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
|
|
"integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.1"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.10.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
|
|
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unplugin": {
|
|
"version": "2.3.10",
|
|
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz",
|
|
"integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/remapping": "^2.3.5",
|
|
"acorn": "^8.15.0",
|
|
"picomatch": "^4.0.3",
|
|
"webpack-virtual-modules": "^0.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
}
|
|
},
|
|
"node_modules/unplugin/node_modules/picomatch": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
|
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
"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-composed-ref": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.4.0.tgz",
|
|
"integrity": "sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-isomorphic-layout-effect": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz",
|
|
"integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-latest": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.3.0.tgz",
|
|
"integrity": "sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"use-isomorphic-layout-effect": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-sync-external-store": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
|
|
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
},
|
|
"node_modules/vite": {
|
|
"version": "7.2.2",
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
|
|
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"fdir": "^6.5.0",
|
|
"picomatch": "^4.0.3",
|
|
"postcss": "^8.5.6",
|
|
"rollup": "^4.43.0",
|
|
"tinyglobby": "^0.2.15"
|
|
},
|
|
"bin": {
|
|
"vite": "bin/vite.js"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
"jiti": ">=1.21.0",
|
|
"less": "^4.0.0",
|
|
"lightningcss": "^1.21.0",
|
|
"sass": "^1.70.0",
|
|
"sass-embedded": "^1.70.0",
|
|
"stylus": ">=0.54.8",
|
|
"sugarss": "^5.0.0",
|
|
"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-tsconfig-paths": {
|
|
"version": "5.1.4",
|
|
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz",
|
|
"integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"globrex": "^0.1.2",
|
|
"tsconfck": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vite/node_modules/fdir": {
|
|
"version": "6.5.0",
|
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"picomatch": "^3 || ^4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"picomatch": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vite/node_modules/picomatch": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/vitefu": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz",
|
|
"integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"tests/deps/*",
|
|
"tests/projects/*",
|
|
"tests/projects/workspace/packages/*"
|
|
],
|
|
"peerDependencies": {
|
|
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/w3c-xmlserializer": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml-name-validator": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/web-vitals": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz",
|
|
"integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.0.tgz",
|
|
"integrity": "sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/webpack-virtual-modules": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
"integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/whatwg-encoding": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "15.1.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-15.1.0.tgz",
|
|
"integrity": "sha512-2ytDk0kiEj/yu90JOAp44PVPUkO9+jVhyf+SybKlRHSDlvOOZhdPIrr7xTH64l4WixO2cP+wQIcgujkGBPPz6g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^6.0.0",
|
|
"webidl-conversions": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.18.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/xmlbuilder2": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/xmlbuilder2/-/xmlbuilder2-3.1.1.tgz",
|
|
"integrity": "sha512-WCSfbfZnQDdLQLiMdGUQpMxxckeQ4oZNMNhLVkcekTu7xhD4tuUDyAPoY8CwXvBYE6LwBHd6QW2WZXlOWr1vCw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oozcitak/dom": "1.15.10",
|
|
"@oozcitak/infra": "1.0.8",
|
|
"@oozcitak/util": "8.3.8",
|
|
"js-yaml": "3.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
}
|
|
},
|
|
"node_modules/xmlchars": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.1.12",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
|
|
"integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|