{
"name": "link-assistant-router-admin-ui",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "link-assistant-router-admin-ui",
"version": "0.0.0",
"dependencies": {
"@chakra-ui/react": "^3.36.1",
"@emotion/react": "^11.14.0",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.5",
"vite": "^8.2.1"
}
},
"node_modules/@ark-ui/react": {
"version": "5.37.2",
"resolved": "https://registry.npmjs.org/@ark-ui/react/-/react-5.37.2.tgz",
"integrity": "sha512-Q0R2Ah50kUhup0Ljxg65zGJq5yBV52BLm1coRkjHHid40d1yclaDGfhPL48kcF/xtjAFlGLkL6SiENkGvfh+mw==",
"license": "MIT",
"dependencies": {
"@internationalized/date": "3.12.2",
"@zag-js/accordion": "1.41.2",
"@zag-js/anatomy": "1.41.2",
"@zag-js/angle-slider": "1.41.2",
"@zag-js/async-list": "1.41.2",
"@zag-js/auto-resize": "1.41.2",
"@zag-js/avatar": "1.41.2",
"@zag-js/carousel": "1.41.2",
"@zag-js/cascade-select": "1.41.2",
"@zag-js/checkbox": "1.41.2",
"@zag-js/clipboard": "1.41.2",
"@zag-js/collapsible": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/color-picker": "1.41.2",
"@zag-js/color-utils": "1.41.2",
"@zag-js/combobox": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/date-input": "1.41.2",
"@zag-js/date-picker": "1.41.2",
"@zag-js/date-utils": "1.41.2",
"@zag-js/dialog": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/drawer": "1.41.2",
"@zag-js/editable": "1.41.2",
"@zag-js/file-upload": "1.41.2",
"@zag-js/file-utils": "1.41.2",
"@zag-js/floating-panel": "1.41.2",
"@zag-js/focus-trap": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/highlight-word": "1.41.2",
"@zag-js/hover-card": "1.41.2",
"@zag-js/i18n-utils": "1.41.2",
"@zag-js/image-cropper": "1.41.2",
"@zag-js/json-tree-utils": "1.41.2",
"@zag-js/listbox": "1.41.2",
"@zag-js/marquee": "1.41.2",
"@zag-js/menu": "1.41.2",
"@zag-js/navigation-menu": "1.41.2",
"@zag-js/number-input": "1.41.2",
"@zag-js/pagination": "1.41.2",
"@zag-js/password-input": "1.41.2",
"@zag-js/pin-input": "1.41.2",
"@zag-js/popover": "1.41.2",
"@zag-js/presence": "1.41.2",
"@zag-js/progress": "1.41.2",
"@zag-js/qr-code": "1.41.2",
"@zag-js/radio-group": "1.41.2",
"@zag-js/rating-group": "1.41.2",
"@zag-js/react": "1.41.2",
"@zag-js/scroll-area": "1.41.2",
"@zag-js/select": "1.41.2",
"@zag-js/signature-pad": "1.41.2",
"@zag-js/slider": "1.41.2",
"@zag-js/splitter": "1.41.2",
"@zag-js/steps": "1.41.2",
"@zag-js/switch": "1.41.2",
"@zag-js/tabs": "1.41.2",
"@zag-js/tags-input": "1.41.2",
"@zag-js/timer": "1.41.2",
"@zag-js/toast": "1.41.2",
"@zag-js/toggle": "1.41.2",
"@zag-js/toggle-group": "1.41.2",
"@zag-js/tooltip": "1.41.2",
"@zag-js/tour": "1.41.2",
"@zag-js/tree-view": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
},
"node_modules/@babel/code-frame": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.29.7",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/generator": {
"version": "7.29.8",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
"integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.8",
"@babel/types": "^7.29.8",
"@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-globals": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.29.7",
"@babel/types": "^7.29.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
"version": "7.29.8",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
"integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.29.8"
},
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/runtime": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/template": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.29.7",
"@babel/parser": "^7.29.7",
"@babel/types": "^7.29.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
"version": "7.29.8",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
"integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.29.7",
"@babel/generator": "^7.29.8",
"@babel/helper-globals": "^7.29.7",
"@babel/parser": "^7.29.8",
"@babel/template": "^7.29.7",
"@babel/types": "^7.29.8",
"debug": "^4.3.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/types": {
"version": "7.29.8",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
"integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.29.7",
"@babel/helper-validator-identifier": "^7.29.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@chakra-ui/react": {
"version": "3.36.1",
"resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.36.1.tgz",
"integrity": "sha512-8uPVBdkw9CfwDQSGGmNqx8jLygUanV9virh2dwbj3x02Cu5bmw12ZCRdD/RZ+00+KrklJZlVnmG20y7PwLhyqg==",
"license": "MIT",
"dependencies": {
"@ark-ui/react": "5.37.2",
"@emotion/is-prop-valid": "^1.4.0",
"@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2",
"@pandacss/is-valid-prop": "^1.4.2",
"csstype": "^3.2.3"
},
"peerDependencies": {
"@emotion/react": ">=11",
"react": ">=18",
"react-dom": ">=18"
}
},
"node_modules/@emotion/babel-plugin": {
"version": "11.13.5",
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
"integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
"license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/runtime": "^7.18.3",
"@emotion/hash": "^0.9.2",
"@emotion/memoize": "^0.9.0",
"@emotion/serialize": "^1.3.3",
"babel-plugin-macros": "^3.1.0",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^4.0.0",
"find-root": "^1.1.0",
"source-map": "^0.5.7",
"stylis": "4.2.0"
}
},
"node_modules/@emotion/cache": {
"version": "11.14.0",
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
"integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
"license": "MIT",
"dependencies": {
"@emotion/memoize": "^0.9.0",
"@emotion/sheet": "^1.4.0",
"@emotion/utils": "^1.4.2",
"@emotion/weak-memoize": "^0.4.0",
"stylis": "4.2.0"
}
},
"node_modules/@emotion/hash": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
"integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
"license": "MIT"
},
"node_modules/@emotion/is-prop-valid": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",
"integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",
"license": "MIT",
"dependencies": {
"@emotion/memoize": "^0.9.0"
}
},
"node_modules/@emotion/memoize": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
"integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
"license": "MIT"
},
"node_modules/@emotion/react": {
"version": "11.14.0",
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
"integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/cache": "^11.14.0",
"@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2",
"@emotion/weak-memoize": "^0.4.0",
"hoist-non-react-statics": "^3.3.1"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
},
"node_modules/@emotion/serialize": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",
"integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
"license": "MIT",
"dependencies": {
"@emotion/hash": "^0.9.2",
"@emotion/memoize": "^0.9.0",
"@emotion/unitless": "^0.10.0",
"@emotion/utils": "^1.4.2",
"csstype": "^3.0.2"
}
},
"node_modules/@emotion/sheet": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",
"integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
"license": "MIT"
},
"node_modules/@emotion/unitless": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
"integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
"license": "MIT"
},
"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",
"integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/@emotion/utils": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",
"integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
"license": "MIT"
},
"node_modules/@emotion/weak-memoize": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
"integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
"license": "MIT"
},
"node_modules/@floating-ui/core": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.8.0.tgz",
"integrity": "sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==",
"license": "MIT",
"dependencies": {
"@floating-ui/utils": "^0.2.12"
}
},
"node_modules/@floating-ui/dom": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.8.0.tgz",
"integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==",
"license": "MIT",
"dependencies": {
"@floating-ui/core": "^1.8.0",
"@floating-ui/utils": "^0.2.12"
}
},
"node_modules/@floating-ui/utils": {
"version": "0.2.12",
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.12.tgz",
"integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==",
"license": "MIT"
},
"node_modules/@internationalized/date": {
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.12.2.tgz",
"integrity": "sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==",
"license": "Apache-2.0",
"dependencies": {
"@swc/helpers": "^0.5.0"
}
},
"node_modules/@internationalized/number": {
"version": "3.6.6",
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.6.tgz",
"integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==",
"license": "Apache-2.0",
"dependencies": {
"@swc/helpers": "^0.5.0"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.13",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
"license": "MIT",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@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.31",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
"license": "MIT",
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@oxc-project/types": {
"version": "0.144.0",
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.144.0.tgz",
"integrity": "sha512-nuhZIOLuI6TFQ32I/WnUx+SCPY7SdSKwgnFHydAuoS1+Z4BRcaP+RRJmGzl9lw+0OFF7UmaESf7KQRXaNLHypg==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/Boshen"
}
},
"node_modules/@pandacss/is-valid-prop": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@pandacss/is-valid-prop/-/is-valid-prop-1.12.0.tgz",
"integrity": "sha512-P7tXdSwpJz9sTqQTtuC6V7lyaEGEc1M42JxRbn5MSdpIzjQzIXOS45aVBDYQuX7ADiMjGvkwRP1bJsnJZGPnkQ==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/@rolldown/binding-android-arm64": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.4.tgz",
"integrity": "sha512-jHC2cnyKz5xU2fhECtFl8OZ83cYNt13GZQD+0uMJ/X3o+ijmd56okHhTUwxVSHPx1IRVIJEZ1/1pPzeLCU6XKA==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"android"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-darwin-arm64": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.4.tgz",
"integrity": "sha512-Dc5mPD8F5F/FS8i01syd7FTF6yB2fVthH/TRkjwJkzUK6EpoxHtqvZQP5Zwq80/5z19TWYHIg1KOHboCgVx/aQ==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-darwin-x64": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.4.tgz",
"integrity": "sha512-fpDm4oBo6SqLvWUYCmFhdde3U9KH2fRNNMeAnAPAIwxRL345xutL0EtEUcuoxsoazdJGv/MuDBQHlCDrtbvqOg==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-freebsd-x64": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.4.tgz",
"integrity": "sha512-rSJoreDE/HoIzoaib6MTp5jQtCTdMHKIvItAKT/ImS6Y6Ww76oUaeMyp4Vc/fAgd/ehji068IxetHXAnqUwN9A==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.4.tgz",
"integrity": "sha512-/jm8OGHgn7oGaJu3i/qZI9spUGcJ+y/lk43ttQ/iO1tOd9NissG6o97bighBCiL+BKRngmcDuR6ikfwYdJmVuQ==",
"cpu": [
"arm"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-arm64-gnu": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.4.tgz",
"integrity": "sha512-tIP06BeD9EqvECBrPZ+sqdPlYrT+aYaAiu1wYziVx5elRK/ftm33JxVDy2bXGbr6J0CrtirCkR87/X5a2euEng==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-arm64-musl": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.4.tgz",
"integrity": "sha512-Ql1Q0EQqVThvn9VAVlwNzsUvbSFtCMGjLpRRi4pk5i7NZZ4n5ISiLMjHYtus4VQ2PvkSw24zyaCVsiS+sXPj1w==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.4.tgz",
"integrity": "sha512-GjbjXD4XXfN19D0LZNbmiCBUoDiRACsYHr0yaIbbn8aFsXjHZifcYqu/W5Er5X2X990WjHXFrxarn5chzItorQ==",
"cpu": [
"ppc64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-s390x-gnu": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.4.tgz",
"integrity": "sha512-p5WR0NOwaRmJ/B1b6IjEFLLivwEsf3PrdBIhRbhTCQisbo2SvHHpG4ELB/+FgQNnB88LTOF86upmJmbvZdQ2lw==",
"cpu": [
"s390x"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-x64-gnu": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.4.tgz",
"integrity": "sha512-4/GyVjmhR+Tc6HLJvwc1sOhPqAZtySiSMesOZyX6JQ5XBxoTDEMKQzvo07NIK6nTon/SivlZqvhzvuVBNQhObQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-linux-x64-musl": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.4.tgz",
"integrity": "sha512-l9eeLsCNvPpmSXUej0etw/J1eqV0Jj1D5G/xG6YTijmE6dkv6E2QezgWbTfQk63v952DPqrjOCoiqxq7Bw0YUQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-openharmony-arm64": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.4.tgz",
"integrity": "sha512-e0F355MSTMm3+UOqtV3L24gFUp2N5m1f8L/7d56deik6va+AXdrt9F8LbzGpeWGWRbZEDq4m8NVnJDeBtf9DZg==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"openharmony"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-win32-arm64-msvc": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.4.tgz",
"integrity": "sha512-AWLi0uBRYh6QlE7OKhiz+phZC0qwtij2QZmhmOdsLdFn64m7oMpooE9ICE3lhm9xMb4SpDo2WbHcxX1iFLFtqw==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-win32-x64-msvc": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.4.tgz",
"integrity": "sha512-UwSDJOg3dqCAejWdxclJjCsh3Qq4vLYMDxmyHqo1btz3stK2VqgwNd3mm5tuIwzSlGIQ/1H9Hr+Zn09mrezNqQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/pluginutils": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
"dev": true,
"license": "MIT"
},
"node_modules/@swc/helpers": {
"version": "0.5.23",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz",
"integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.8.0"
}
},
"node_modules/@types/parse-json": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
"integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
"license": "MIT"
},
"node_modules/@vitejs/plugin-react": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz",
"integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@rolldown/pluginutils": "^1.0.1"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
"babel-plugin-react-compiler": "^1.0.0",
"vite": "^8.0.0"
},
"peerDependenciesMeta": {
"@rolldown/plugin-babel": {
"optional": true
},
"babel-plugin-react-compiler": {
"optional": true
}
}
},
"node_modules/@zag-js/accordion": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/accordion/-/accordion-1.41.2.tgz",
"integrity": "sha512-7G//V7svGGT8k5avw7bbQvbRC0Q/9QtX51b4iyAB1alR9E5mFd6Ch8q4njwcXClMQ7xePS3jUfVnzVGiRInEiQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/anatomy": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/anatomy/-/anatomy-1.41.2.tgz",
"integrity": "sha512-Fm9hqdrvaCzCsdcf19G8WZxYtHElKltkGHdhqMEt4XU+ULTr1DK7KbOtDDv9J27CuzqSLALUz5QfRjPftoKHwg==",
"license": "MIT"
},
"node_modules/@zag-js/angle-slider": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/angle-slider/-/angle-slider-1.41.2.tgz",
"integrity": "sha512-+7bZHAZx0MEbjTMr2tD+meFJ0EJwFfUEcTqmdLzFGr/ySAMCWlcadDBz+ZmrSn03aKLps8FxliVLzsFJNgUqIQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/rect-utils": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/aria-hidden": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/aria-hidden/-/aria-hidden-1.41.2.tgz",
"integrity": "sha512-qEcYmwlQr3qjA0T/IZ5a/o7fRUxfQ14tXjAFhR3GXCtxBKaqS+wnq/LN09Xw4bin3QWTINU+Z0oXFs9spWtNwA==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/async-list": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/async-list/-/async-list-1.41.2.tgz",
"integrity": "sha512-NZZEIGFdeDp2uHjsLVegLAGJOYGwI9HPJI1V2c/P1TQmfmrfWyWELAvnnW4kWYVUKYD9TxKQkm6LvqpHrQzgfQ==",
"license": "MIT",
"dependencies": {
"@zag-js/core": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/auto-resize": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/auto-resize/-/auto-resize-1.41.2.tgz",
"integrity": "sha512-CYq+JQ1TTkEiK7OcNcMTS0f4wFvtmManvUltije5o50gDQ7vFYA81oQh4A9pAB1keUi9Zv06CNefFARaTcne5w==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/avatar": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/avatar/-/avatar-1.41.2.tgz",
"integrity": "sha512-+4K0tRtIQysMGuERh5JRmn46uq7gJ6IjJd5DKj74VBtVVY8T6HGk0D0DZxmOIgADHP1qSvowLDoOX8kUyBHarQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/carousel": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/carousel/-/carousel-1.41.2.tgz",
"integrity": "sha512-H6sDxyWIzkvtHN4M/BYvFy7pi8j+kLEtfPZvgNl2+gRnfAHVK9/XqpoUsjw1DAo5Fh25pPuaTnh52Kml9OK0iA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/scroll-snap": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/cascade-select": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/cascade-select/-/cascade-select-1.41.2.tgz",
"integrity": "sha512-dBByZmIAJU/B+YIAzczng05lCJXEwEm4df6GmUZtioKHZdeN+WEKUP4qzFDFZdytXympGfJCIBvtgf87gACYVQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/rect-utils": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/checkbox": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/checkbox/-/checkbox-1.41.2.tgz",
"integrity": "sha512-aQ5dZWHUHRIw4cbLtzrR+dc8M0N6wSiiCml/zbU3ciHOTBXSrs2rKnp/L99xhi97Lj2uCEhpIZ704Ou/MjGuCg==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/clipboard": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/clipboard/-/clipboard-1.41.2.tgz",
"integrity": "sha512-FM+PNGEeY+YpF1dVr9d8kg3DQM66LRnkR4Mva1oprqnrCXTYWj+k7uig893ubSG2xw1GO5b/WJd27kSmNoKnmw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/collapsible": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/collapsible/-/collapsible-1.41.2.tgz",
"integrity": "sha512-uMIp4rqd3iI6VFPMAOcbu9dh9WV4l85nNPYQiBtMKRHgbkfaZdfzF+E+NX3KquIeHW6JiBFUiIyCU0Sf2Cscdw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/collection": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/collection/-/collection-1.41.2.tgz",
"integrity": "sha512-ZZWuvfPZI8ccWd4aLpuU47k1jSc9eO+F3FM3iBJuvgegCH6g3+HDEwGN6wdePHnYfv7zyIKCGKr816zXcIWQbw==",
"license": "MIT",
"dependencies": {
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/color-picker": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/color-picker/-/color-picker-1.41.2.tgz",
"integrity": "sha512-UynyJ/bTBeSlq6ziHr9GVrFycDjVxfLFIb8Aivu/XvihrAAvkhXUxwy+1ax+hj7peGlTY590xoQAvQixV+McBA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/color-utils": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/color-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/color-utils/-/color-utils-1.41.2.tgz",
"integrity": "sha512-Lsi5c2ztGZqud0oeDtAn3xFhgrYMaeaz1zi4p+mr0zXOuQNuZzfsrJ0stQ45s8L/xT8UJtGhYyEVy1+xjE4ARA==",
"license": "MIT",
"dependencies": {
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/combobox": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/combobox/-/combobox-1.41.2.tgz",
"integrity": "sha512-V9jQteyQHs8ZNQx/FcA98P1NVZas/yjiW1V7s4L+h8MnRS3AK97+FAHAT83KCiZ34/vkpLF6ZEHI2zkcQpNXcg==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/live-region": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/core": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/core/-/core-1.41.2.tgz",
"integrity": "sha512-xXTN3zKwOtMI4+5dG2cG+T1B4WR3X9alXiYaPJKaGd4N2eYRj9JEPte3Hv9gtFm+RM0b9VIwksHEg25rqE4apw==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/date-input": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/date-input/-/date-input-1.41.2.tgz",
"integrity": "sha512-J8PdpEpM9TBxZBEE8/Nxi39LNJOZY7lilTbgcDABR5uiviZUk5++5GSdUTspcjFUIXx5SvqmdCk2RF7hsUEHVQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/date-utils": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/live-region": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
},
"peerDependencies": {
"@internationalized/date": ">=3.0.0"
}
},
"node_modules/@zag-js/date-picker": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/date-picker/-/date-picker-1.41.2.tgz",
"integrity": "sha512-j9LaznCV4QCfrq/y/mNAN9XgIRFFg+414TxGT4TK8mfWouIaFvxEoKdGP0l/LL4DFv1NRDaRdSBBcw3eXtMVnA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/date-utils": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/live-region": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
},
"peerDependencies": {
"@internationalized/date": ">=3.0.0"
}
},
"node_modules/@zag-js/date-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/date-utils/-/date-utils-1.41.2.tgz",
"integrity": "sha512-jdcWLa5fYLTsvGWJkx4v/9Hzqf6UHdvJDeP6NxHpwoEmzYy7+AghYKBNSnRrJIBCQJgl1vM9OkpMvYrLNHr9jw==",
"license": "MIT",
"peerDependencies": {
"@internationalized/date": ">=3.0.0"
}
},
"node_modules/@zag-js/dialog": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/dialog/-/dialog-1.41.2.tgz",
"integrity": "sha512-t1N72snpFGiKj7cg2PivPdsy+X1YdgXPv7bzovpqjMLy0kN+gYTPoV1Iy/hQA+g021dz9XGgXzkDuU45sJqsFA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/aria-hidden": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-trap": "1.41.2",
"@zag-js/remove-scroll": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/dismissable": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/dismissable/-/dismissable-1.41.2.tgz",
"integrity": "sha512-hO/tFhRZ7S+LOOljGOQJIubbc3MXg41+iWR1yUXKl76cAenbxaCit1LZmUCwQPvRN0GndK6bDQo5ETjHZz/k7A==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2",
"@zag-js/interact-outside": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/dom-query": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/dom-query/-/dom-query-1.41.2.tgz",
"integrity": "sha512-+eBk1nlJA312mNmY/GSThLRwcCRqMIL+A1pLsWvTlQLQjmH1/UxoAuv6l2yvRCT33XmC8FBlBIKnXhOCpDvIZA==",
"license": "MIT",
"dependencies": {
"@zag-js/types": "1.41.2"
}
},
"node_modules/@zag-js/drawer": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/drawer/-/drawer-1.41.2.tgz",
"integrity": "sha512-aJql6L0cfHd1wXbemfLcNnjqTA/CbwVgQdWEVn5Qci6zhy4UJXPQeBBfxfgPgEOAbW60gL/gaaXG3d9Vx6+6oA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/aria-hidden": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-trap": "1.41.2",
"@zag-js/remove-scroll": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/editable": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/editable/-/editable-1.41.2.tgz",
"integrity": "sha512-loTM1lrHBBqYfR8SJZrYayVdWHMpXCLVir+aDTQ8/d4bb/Gfl/L8CJNs3BRj3yt9zvLoWTLO+4LOY3hLyQSR2w==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/interact-outside": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/file-upload": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/file-upload/-/file-upload-1.41.2.tgz",
"integrity": "sha512-WFwIaKvHpCUjyYMvp42VoydT1WIP5DhDlpmG/nrF4i0ro7pLGb1A4dvyBrAfGcozCB88yR1y1iZKPDY1I9/uUw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/file-utils": "1.41.2",
"@zag-js/i18n-utils": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/file-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/file-utils/-/file-utils-1.41.2.tgz",
"integrity": "sha512-Ih+8ULbId0M+CFR4IsqG5y/0VLCk2l+1rgPH+21L40dlSB6z6qKSP2tG7W69Cj2/3vryZsn67ibn26iCPG/vOw==",
"license": "MIT",
"dependencies": {
"@zag-js/i18n-utils": "1.41.2"
}
},
"node_modules/@zag-js/floating-panel": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/floating-panel/-/floating-panel-1.41.2.tgz",
"integrity": "sha512-nJP3oZ4YrJh+7H5YdwNccSzPGXFqjQN1ujZ/xGDhegjz4XtL48QMFnAasxlRI8VGjse9Tj8VXlQZxXPrASGzlA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/rect-utils": "1.41.2",
"@zag-js/store": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/focus-trap": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/focus-trap/-/focus-trap-1.41.2.tgz",
"integrity": "sha512-3QTtGUjFU2OLbyrDlyoYWvKZecCmtn/+bsfsHW159jJHiEGHVYK6CY8AI1ePsMk9gVay48bXh008j+lVli7gAw==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/focus-visible": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/focus-visible/-/focus-visible-1.41.2.tgz",
"integrity": "sha512-oRjwtgafUdGVwLJUN6mKsnBQbez/CHYAPkPg1FxOnr5GFpEpr8oMTOZJ3wdPM2U1ynS9QnUUu/sXc3KQv/jX0Q==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/highlight-word": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/highlight-word/-/highlight-word-1.41.2.tgz",
"integrity": "sha512-95zcZKqNrL7JlqAckfzHa+LRbnfoz1lj6skUhq/uHSnni1vH6+8fNWT8ruo9G7vpGopbyRmmcie5p41SbAwQjQ==",
"license": "MIT"
},
"node_modules/@zag-js/hover-card": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/hover-card/-/hover-card-1.41.2.tgz",
"integrity": "sha512-Xn9RVzgTkKaVzyJTDdBJiXmCleNi1/hmW8z73tC0vOiQvSSvPejg/JkzqTOLFODvQHK3NOw54QHZvmjYp9Mubw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/i18n-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/i18n-utils/-/i18n-utils-1.41.2.tgz",
"integrity": "sha512-f1xqaEY79awBxgUyjFso0UEpIoEHZq+zRvB0nUVFHJRW7Ds/QhaFHKSRnf2QBTlP/ObvCT225R+piNAAc17Aaw==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/image-cropper": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/image-cropper/-/image-cropper-1.41.2.tgz",
"integrity": "sha512-750aT4U+J/TJw/Z1QVoLU9JG0luCtf9CyvShtJFIxeS+i25aUoBI9pOKgSFABsOutIqNJTPq4gYpqtuxFjSxRw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/interact-outside": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/interact-outside/-/interact-outside-1.41.2.tgz",
"integrity": "sha512-dM4Fn9iyqQeqkCMRYZP+bAgWEPKRVQRqMmcPsN0OXBhhFKC31Em15LTIZXaOtVKAjH+iwx+UvSYFRiWwEjkOEA==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/json-tree-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/json-tree-utils/-/json-tree-utils-1.41.2.tgz",
"integrity": "sha512-gNaOzsbCwmTd2HM3/u0xQdWX5UDBfl8tCXFavzbamkFH0iYQOXJb7cqUXBVuI4KScIbHPCKwrzZjqA5Sg9qzAQ==",
"license": "MIT"
},
"node_modules/@zag-js/listbox": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/listbox/-/listbox-1.41.2.tgz",
"integrity": "sha512-iDGrZleP3ui2Q6Jgmr9RYlbd7njdJHs8Qb3IJrSIZBIeYyYmFvVUfAFjk0g/z/amjTx6uYxRASWSPy/RETd4ug==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/live-region": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/live-region/-/live-region-1.41.2.tgz",
"integrity": "sha512-7ubIW5AQt1wx9S/gFN+rU4TyvuFWJrL/DhnDWPNlH5g3luDVHSNeYGeeqf4d4tkcibtpYZa0pg9CbXxRxrfwVA==",
"license": "MIT"
},
"node_modules/@zag-js/marquee": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/marquee/-/marquee-1.41.2.tgz",
"integrity": "sha512-cT77aMhrtAK3oe2O6+X3TLtQs8wupdPUtZgHMWVxCcQOwagrk7RUBEQwU3Cx7cTswpBdTKSuDYgUggfgCs96wg==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/menu": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/menu/-/menu-1.41.2.tgz",
"integrity": "sha512-wwix8hcAUSi0scpWXCiDppfdZV01Za8nN0gqLt9GdhCiVSlr0rs9pK1ROgPKJTyc43UZfyFPqtTWVHvEHMM70w==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/rect-utils": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/navigation-menu": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/navigation-menu/-/navigation-menu-1.41.2.tgz",
"integrity": "sha512-aROB9CHzskZpnoFuGFkp7dbkZdsXvp2nxQgsgld02I1sDqiwcQd+YMdB0/6Ik0oz6X8I70RKdUuQM9WQFQfDnA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/number-input": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/number-input/-/number-input-1.41.2.tgz",
"integrity": "sha512-QoQWCiVHO+ciUbq8uL8Kxhtk4o3UpwzYpJkfsOfitzsZoYpPc7V/A6+n5yABV2SOwpqBODwNASZdxiEa60kfow==",
"license": "MIT",
"dependencies": {
"@internationalized/number": "3.6.6",
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/pagination": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/pagination/-/pagination-1.41.2.tgz",
"integrity": "sha512-vZTxz4DrIDfedMcTjDeEkOc1iXD9wkP8eKuEcDieHOodnjSnNNwtmoFw5DCWv+yEa/TByIamXBZ8ZxHY144JgA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/password-input": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/password-input/-/password-input-1.41.2.tgz",
"integrity": "sha512-OWKFl0S12Qnlf4R4WbMCJ/YU0kGfezm5tP0UiyubMO/Fixv6H0twDFaJSPg2F6POv5uomCcGubc1H7gO+fIhsQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/pin-input": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/pin-input/-/pin-input-1.41.2.tgz",
"integrity": "sha512-Wrn3YDbmWL3qvUIzN4QyLO7PzEhunX7z8DwBpmrK04p7HxR9pniTLVIPk27xk2MzyAPYcl4mwd9/Mc88tBxHsg==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/popover": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/popover/-/popover-1.41.2.tgz",
"integrity": "sha512-h/LlVMIERM+NWzYV0ZHURlJuaqkT8XxwyEV96XfVzjknDRFNoPSl5IttVYtoaPoUqC0p/Y4oTSiee4mUZKOLHw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/aria-hidden": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-trap": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/remove-scroll": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/popper": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/popper/-/popper-1.41.2.tgz",
"integrity": "sha512-Iz4D5YAIiIPn4IHGjhX3QatR/RyGaDt43lBSZv0RYcPQYtFg9sUuek3wizjW9qXgdvItevvNMqRdpl7f3es09g==",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.7.6",
"@zag-js/dom-query": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/presence": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/presence/-/presence-1.41.2.tgz",
"integrity": "sha512-OhOLPAf/DYPmgoEntrlrf3LOrkwA+Y0J3K03NXHXPnkRB7h8jyIbHqzHS0jRTb1pvsO2P/yowRyoYtptY2Zmog==",
"license": "MIT",
"dependencies": {
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2"
}
},
"node_modules/@zag-js/progress": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/progress/-/progress-1.41.2.tgz",
"integrity": "sha512-SnzrqN+Z568NoO4rrgjrIc/S4EXMEne5CDgWwt2kQ8yq9VysdH8TtHAjyciFRIio7cdgEZNHKw9jSccpMWgRwA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/qr-code": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/qr-code/-/qr-code-1.41.2.tgz",
"integrity": "sha512-+JLswCNnzf58aQTaX0SMUA9wRC8Hb/a/ZveJIXTz6853Siemay2HqOqB2WQIeF33HNldUFD/a4+4Q8ugg93ubA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2",
"proxy-memoize": "3.0.1",
"uqr": "0.1.3"
}
},
"node_modules/@zag-js/radio-group": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/radio-group/-/radio-group-1.41.2.tgz",
"integrity": "sha512-EZjos61jKHZlNw8ez80vG2T9gUwpooxcVpYOKS2hyhuEXn3wEoefS5v1WFbmpoA/8TUpUQnYxisAeNuQfEQCuQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/rating-group": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/rating-group/-/rating-group-1.41.2.tgz",
"integrity": "sha512-SbJP4HiK5XRy/oC3xRowjZOCThq1n/QA2Z/XAkvKLJArVQCYjrH3MoWwWvMVNfNC5+ZJluborR2AGF7tlVLzxA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/react": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/react/-/react-1.41.2.tgz",
"integrity": "sha512-5Bx7mQAron4LFWI8Hhs/uw5kwQ19s2Tn30HhctozLqmCu4nnJSTSh7GRvX+uwRZnztGXBXoOrgBWIepU4RXFGg==",
"license": "MIT",
"dependencies": {
"@zag-js/core": "1.41.2",
"@zag-js/store": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
},
"node_modules/@zag-js/rect-utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/rect-utils/-/rect-utils-1.41.2.tgz",
"integrity": "sha512-GWBTamaMLMG1p7Fe6V0dsXeTEmk+tqG3ciovzmjxURCJ3Yq2EkAMRhS0v5DG0oo+PyrPEIzEWukGBQkh/XRgYQ==",
"license": "MIT"
},
"node_modules/@zag-js/remove-scroll": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/remove-scroll/-/remove-scroll-1.41.2.tgz",
"integrity": "sha512-ieIrOgPKlCikAGEBIboQJoU7oxrL5BEY670tDOu7Eg7rNOdAwGXLEKPX2A/q+lREhOiVYjx0D3//vHTvdte80Q==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/scroll-area": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/scroll-area/-/scroll-area-1.41.2.tgz",
"integrity": "sha512-hJFAwfIFuS7XmNsS3nB5rPm9OWXfB4d98sID7fjurcaZtDH5LqFriqfXhceNvs7rz7K4f/u8rufXrb6tcvATIA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/scroll-snap": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/scroll-snap/-/scroll-snap-1.41.2.tgz",
"integrity": "sha512-+70Al6LSASyEZtFyyffUJlDbE88KgYJDud05z8oZTqyEOLlTqnlSNkXq/P3siO7r3sNykg9H+TmAKn+/dVSKuw==",
"license": "MIT",
"dependencies": {
"@zag-js/dom-query": "1.41.2"
}
},
"node_modules/@zag-js/select": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/select/-/select-1.41.2.tgz",
"integrity": "sha512-3wGaKABILexoNBJ1bJiHqLLTctR/VMZaNA4cyKiqZeBEWtAkdMhgyY2xKobrP6KtUTqAeUFNVSTu4yCDrAQnUw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/signature-pad": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/signature-pad/-/signature-pad-1.41.2.tgz",
"integrity": "sha512-iNrOxY4gtqhsZdXYvlhF7s+LiOvwV7/kBpNnq8tJ1oYhgTs8wvKtJHrP86/CR05irEXQTaLfmeAJZuBEys9iRA==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2",
"perfect-freehand": "^1.2.3"
}
},
"node_modules/@zag-js/slider": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/slider/-/slider-1.41.2.tgz",
"integrity": "sha512-mKK2BwoDbIGxAdkdKkPZJA1SHtEQt3lS9hJ6WghefYU2vyd0BXoIKvcDV3xJOzly5LXYhH5cJITn6JtGK8353A==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/splitter": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/splitter/-/splitter-1.41.2.tgz",
"integrity": "sha512-Ubp4hkmzvVysU31jCINYbBXVqruu7rEPGqugWMzeXC5Hwda648aHpbg4Jix/wRtaGLjsyh6KOVEwAmoJU9NwhQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/steps": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/steps/-/steps-1.41.2.tgz",
"integrity": "sha512-m0t2r8+FWwa2b2aU5JiNrHVdYHyNZYHK0G3Tq9lCOSQoDeoJIkyta+sIVehLVSY+0Ba9kOlkRUmYLbsnfXaW+Q==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/store": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/store/-/store-1.41.2.tgz",
"integrity": "sha512-dVZF7E1ezXzynrKhMH3rfSr2rBbCfvTjvXbXz7//1PNULuq58UU5dG93V+9l834npCZxI2+PrpY45wZLJPTsIA==",
"license": "MIT",
"dependencies": {
"proxy-compare": "3.0.1"
}
},
"node_modules/@zag-js/switch": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/switch/-/switch-1.41.2.tgz",
"integrity": "sha512-qHbQK95UUHN0tj+bf9LLphLcMo/uTg2Pvs0c1Gs03Zh4g3NtHf0uYIhMZKYlCH0hNVlKrmdzLKWgeoDxv9gySw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/tabs": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/tabs/-/tabs-1.41.2.tgz",
"integrity": "sha512-7YVj2mCcxRbn1wMXP9anaTOVf+J0fa5uaPScr8e4+e2xc+/1WKzqN6V8IDeKS5wV/xzi1r3Ny307sX7Xz4ZJVQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/tags-input": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/tags-input/-/tags-input-1.41.2.tgz",
"integrity": "sha512-aIPEndSO+9LHxyoXLUr0Uttxw2cYMyDuii5w50wn/N7lFJD49U3Sj+6XaB/oJSbDAwn10WrsRDtb7Gs2kmU+Qw==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/auto-resize": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/interact-outside": "1.41.2",
"@zag-js/live-region": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/timer": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/timer/-/timer-1.41.2.tgz",
"integrity": "sha512-PRYLWaip0+1FeVGEMNk5wMGAAIYgBIWwulZ4U5I+2Ayjohzp2NUAfwJ3sqoYvRrfjNYUNAPdU4eGu1zetC+oVQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/toast": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/toast/-/toast-1.41.2.tgz",
"integrity": "sha512-+F3PsAo6EIz4rh73IOMCb/+FOUp7e3VjUY2q5sdU4IbfOzJBIbVSJxn0PQmHkuxkzWdCom0Lv0qSPFg/UTplnQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/toggle": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/toggle/-/toggle-1.41.2.tgz",
"integrity": "sha512-EFB9pb3pEtwXt7RSivVLWXV64dKUF8gsn75tt8TbYBgfy+zW85MsRLu8U48TXZN5teQWAKKNujr9bxQsW/CWvQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/toggle-group": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/toggle-group/-/toggle-group-1.41.2.tgz",
"integrity": "sha512-C6wn3A89h24hTs0BN9ryEuKatfR493u7QqxS06TeK9oI/KZBvm5Rwm8FPHSUJvsUTkAkow4PsXC0Ra19duzEdQ==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/tooltip": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/tooltip/-/tooltip-1.41.2.tgz",
"integrity": "sha512-68okWJCFXfW8r0h97kEcU2yKPkq6e0S6QkiYh09ifMXoYjrQw/shPol8PgrS1poqKJigUWtsKm+bw73abhMn3w==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-visible": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/tour": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/tour/-/tour-1.41.2.tgz",
"integrity": "sha512-Q7UsvuHYYBo1Cs4b4OS0e/D8lxd2GpSRII93s5BQPi5HTcBjaWhVysAykmCFbat6Z56z0NBmFHNdhZ8oVPls1A==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dismissable": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/focus-trap": "1.41.2",
"@zag-js/interact-outside": "1.41.2",
"@zag-js/popper": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/tree-view": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/tree-view/-/tree-view-1.41.2.tgz",
"integrity": "sha512-QNi0VpV+RyzF4NP72+kSleUpauF9SMAzOAe59nxvs8jAUHqV5diDCInnbQos4+cyFDXFzGq3lElot26A1yI+7Q==",
"license": "MIT",
"dependencies": {
"@zag-js/anatomy": "1.41.2",
"@zag-js/collection": "1.41.2",
"@zag-js/core": "1.41.2",
"@zag-js/dom-query": "1.41.2",
"@zag-js/types": "1.41.2",
"@zag-js/utils": "1.41.2"
}
},
"node_modules/@zag-js/types": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/types/-/types-1.41.2.tgz",
"integrity": "sha512-L6CNvK06lIVpy0X8eG3kbDIx8Uuv+3KHElxXYSzRXSJ7/OLCv1sTRgEvnxNtdIWOrksGgxF4JtT7PXtoClGqNQ==",
"license": "MIT",
"dependencies": {
"csstype": "3.2.3"
}
},
"node_modules/@zag-js/utils": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/@zag-js/utils/-/utils-1.41.2.tgz",
"integrity": "sha512-Yj8FSrR7vGA6ahUhjrThfHAF+PM2Y1Yv2lkXkqZZd60mPBhixcot1+SHOfEMV63JimQcWrmQ8QbeYYMmF+ZpLQ==",
"license": "MIT"
},
"node_modules/babel-plugin-macros": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
"integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"cosmiconfig": "^7.0.0",
"resolve": "^1.19.0"
},
"engines": {
"node": ">=10",
"npm": ">=6"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/convert-source-map": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
"license": "MIT"
},
"node_modules/cosmiconfig": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
"license": "MIT",
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/cosmiconfig/node_modules/yaml": {
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
"integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
"license": "ISC",
"engines": {
"node": ">= 6"
}
},
"node_modules/csstype": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
"license": "MIT"
},
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/detect-libc": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=8"
}
},
"node_modules/error-ex": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
"license": "MIT",
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/es-errors": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/escape-string-regexp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/fdir": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
"optional": true
}
}
},
"node_modules/find-root": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
"integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
"license": "MIT"
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"license": "BSD-3-Clause",
"dependencies": {
"react-is": "^16.7.0"
}
},
"node_modules/import-fresh": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
"license": "MIT",
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-arrayish": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
"license": "MIT"
},
"node_modules/is-core-module": {
"version": "2.16.2",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
"license": "MIT",
"dependencies": {
"hasown": "^2.0.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"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/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/json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
"license": "MIT"
},
"node_modules/lightningcss": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
"dev": true,
"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.33.0",
"lightningcss-darwin-arm64": "1.33.0",
"lightningcss-darwin-x64": "1.33.0",
"lightningcss-freebsd-x64": "1.33.0",
"lightningcss-linux-arm-gnueabihf": "1.33.0",
"lightningcss-linux-arm64-gnu": "1.33.0",
"lightningcss-linux-arm64-musl": "1.33.0",
"lightningcss-linux-x64-gnu": "1.33.0",
"lightningcss-linux-x64-musl": "1.33.0",
"lightningcss-win32-arm64-msvc": "1.33.0",
"lightningcss-win32-x64-msvc": "1.33.0"
}
},
"node_modules/lightningcss-android-arm64": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
"cpu": [
"arm64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
"cpu": [
"arm64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
"cpu": [
"x64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
"cpu": [
"x64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
"cpu": [
"arm"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
"cpu": [
"arm64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
"cpu": [
"arm64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
"cpu": [
"x64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
"cpu": [
"x64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
"cpu": [
"arm64"
],
"dev": true,
"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.33.0",
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
"cpu": [
"x64"
],
"dev": true,
"license": "MPL-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"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.18",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/next-themes": {
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
"integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
"license": "MIT",
"peerDependencies": {
"react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
"react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
"license": "MIT",
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/parse-json": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
"license": "MIT"
},
"node_modules/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/perfect-freehand": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/perfect-freehand/-/perfect-freehand-1.2.3.tgz",
"integrity": "sha512-bHZSfqDHGNlPpgH2yxXgPHlQSPpEbo+qg7li0M78J9vNAi2yjwLeA4x79BEQhX44lEWpCLSFCeRZwpw0niiXPA==",
"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": "4.0.5",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/postcss": {
"version": "8.5.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.17",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
}
},
"node_modules/proxy-compare": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/proxy-compare/-/proxy-compare-3.0.1.tgz",
"integrity": "sha512-V9plBAt3qjMlS1+nC8771KNf6oJ12gExvaxnNzN/9yVRLdTv/lc+oJlnSzrdYDAvBfTStPCoiaCOTmTs0adv7Q==",
"license": "MIT"
},
"node_modules/proxy-memoize": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/proxy-memoize/-/proxy-memoize-3.0.1.tgz",
"integrity": "sha512-VDdG/VYtOgdGkWJx7y0o7p+zArSf2383Isci8C+BP3YXgMYDoPd3cCBjw0JdWb6YBb9sFiOPbAADDVTPJnh+9g==",
"license": "MIT",
"dependencies": {
"proxy-compare": "^3.0.0"
}
},
"node_modules/react": {
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
"integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react-dom": {
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
"integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.8"
}
},
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
"license": "MIT"
},
"node_modules/resolve": {
"version": "1.22.12",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0",
"is-core-module": "^2.16.1",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/rolldown": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.4.tgz",
"integrity": "sha512-rSr7irW0K7QRWzjdJXqZowkcRdDtjRduh43rBltnVKd0VFq839l1lJoDvGJb6gl7+4rTTCrPWu+YfujUL8Ug7w==",
"dev": true,
"license": "MIT",
"dependencies": {
"@oxc-project/types": "=0.144.0",
"@rolldown/pluginutils": "^1.0.0"
},
"bin": {
"rolldown": "bin/cli.mjs"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"optionalDependencies": {
"@rolldown/binding-android-arm64": "1.2.4",
"@rolldown/binding-darwin-arm64": "1.2.4",
"@rolldown/binding-darwin-x64": "1.2.4",
"@rolldown/binding-freebsd-x64": "1.2.4",
"@rolldown/binding-linux-arm-gnueabihf": "1.2.4",
"@rolldown/binding-linux-arm64-gnu": "1.2.4",
"@rolldown/binding-linux-arm64-musl": "1.2.4",
"@rolldown/binding-linux-ppc64-gnu": "1.2.4",
"@rolldown/binding-linux-s390x-gnu": "1.2.4",
"@rolldown/binding-linux-x64-gnu": "1.2.4",
"@rolldown/binding-linux-x64-musl": "1.2.4",
"@rolldown/binding-openharmony-arm64": "1.2.4",
"@rolldown/binding-win32-arm64-msvc": "1.2.4",
"@rolldown/binding-win32-x64-msvc": "1.2.4"
}
},
"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/source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"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==",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/stylis": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
"integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
"license": "MIT"
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/tinyglobby": {
"version": "0.2.17",
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
"dev": true,
"license": "MIT",
"dependencies": {
"fdir": "^6.5.0",
"picomatch": "^4.0.4"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"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/uqr": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.3.tgz",
"integrity": "sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==",
"license": "MIT"
},
"node_modules/vite": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.1.tgz",
"integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==",
"dev": true,
"license": "MIT",
"dependencies": {
"lightningcss": "^1.33.0",
"picomatch": "^4.0.5",
"postcss": "^8.5.25",
"rolldown": "~1.2.1",
"tinyglobby": "^0.2.17"
},
"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",
"@vitejs/devtools": "^0.4.0",
"esbuild": "^0.27.0 || ^0.28.0",
"jiti": ">=1.21.0",
"less": "^4.0.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
},
"@vitejs/devtools": {
"optional": true
},
"esbuild": {
"optional": true
},
"jiti": {
"optional": true
},
"less": {
"optional": true
},
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"stylus": {
"optional": true
},
"sugarss": {
"optional": true
},
"terser": {
"optional": true
},
"tsx": {
"optional": true
},
"yaml": {
"optional": true
}
}
}
}
}