|
@@ -8,6 +8,8 @@
|
|
"name": "sentryx",
|
|
"name": "sentryx",
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@radix-ui/react-alert-dialog": "^1.1.14",
|
|
|
|
+ "@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
@@ -811,6 +813,34 @@
|
|
"integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
|
|
"integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@radix-ui/react-alert-dialog": {
|
|
|
|
+ "version": "1.1.14",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.14.tgz",
|
|
|
|
+ "integrity": "sha512-IOZfZ3nPvN6lXpJTBCunFQPRSvK8MDgSc1FB85xnIpUKOw9en0dJj8JmCAxV7BiZdtYlUpmrQjoTFkVYtdoWzQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@radix-ui/primitive": "1.1.2",
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
+ "@radix-ui/react-dialog": "1.1.14",
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
+ "@radix-ui/react-slot": "1.2.3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@types/react": "*",
|
|
|
|
+ "@types/react-dom": "*",
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
|
|
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@types/react": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@types/react-dom": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@radix-ui/react-arrow": {
|
|
"node_modules/@radix-ui/react-arrow": {
|
|
"version": "1.1.7",
|
|
"version": "1.1.7",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
|
|
@@ -890,6 +920,34 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@radix-ui/react-context-menu": {
|
|
|
|
+ "version": "2.2.15",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context-menu/-/react-context-menu-2.2.15.tgz",
|
|
|
|
+ "integrity": "sha512-UsQUMjcYTsBjTSXw0P3GO0werEQvUY2plgRQuKoCTtkNr45q1DiL51j4m7gxhABzZ0BadoXNsIbg7F3KwiUBbw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@radix-ui/primitive": "1.1.2",
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
+ "@radix-ui/react-menu": "2.1.15",
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
|
+ "@radix-ui/react-use-controllable-state": "1.2.2"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@types/react": "*",
|
|
|
|
+ "@types/react-dom": "*",
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
|
|
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@types/react": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@types/react-dom": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@radix-ui/react-dialog": {
|
|
"node_modules/@radix-ui/react-dialog": {
|
|
"version": "1.1.14",
|
|
"version": "1.1.14",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.14.tgz",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.14.tgz",
|
|
@@ -1049,6 +1107,46 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@radix-ui/react-menu": {
|
|
|
|
+ "version": "2.1.15",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.15.tgz",
|
|
|
|
+ "integrity": "sha512-tVlmA3Vb9n8SZSd+YSbuFR66l87Wiy4du+YE+0hzKQEANA+7cWKH1WgqcEX4pXqxUFQKrWQGHdvEfw00TjFiew==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@radix-ui/primitive": "1.1.2",
|
|
|
|
+ "@radix-ui/react-collection": "1.1.7",
|
|
|
|
+ "@radix-ui/react-compose-refs": "1.1.2",
|
|
|
|
+ "@radix-ui/react-context": "1.1.2",
|
|
|
|
+ "@radix-ui/react-direction": "1.1.1",
|
|
|
|
+ "@radix-ui/react-dismissable-layer": "1.1.10",
|
|
|
|
+ "@radix-ui/react-focus-guards": "1.1.2",
|
|
|
|
+ "@radix-ui/react-focus-scope": "1.1.7",
|
|
|
|
+ "@radix-ui/react-id": "1.1.1",
|
|
|
|
+ "@radix-ui/react-popper": "1.2.7",
|
|
|
|
+ "@radix-ui/react-portal": "1.1.9",
|
|
|
|
+ "@radix-ui/react-presence": "1.1.4",
|
|
|
|
+ "@radix-ui/react-primitive": "2.1.3",
|
|
|
|
+ "@radix-ui/react-roving-focus": "1.1.10",
|
|
|
|
+ "@radix-ui/react-slot": "1.2.3",
|
|
|
|
+ "@radix-ui/react-use-callback-ref": "1.1.1",
|
|
|
|
+ "aria-hidden": "^1.2.4",
|
|
|
|
+ "react-remove-scroll": "^2.6.3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@types/react": "*",
|
|
|
|
+ "@types/react-dom": "*",
|
|
|
|
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
|
|
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@types/react": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@types/react-dom": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@radix-ui/react-popper": {
|
|
"node_modules/@radix-ui/react-popper": {
|
|
"version": "1.2.7",
|
|
"version": "1.2.7",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.7.tgz",
|
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.7.tgz",
|