2023-02-13 12:41:30 +00:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/bridge-ui",
|
2025-11-21 17:33:12 +01:00
|
|
|
"version": "3.3.1",
|
2023-02-13 12:41:30 +00:00
|
|
|
"scripts": {
|
2024-04-30 11:39:16 +02:00
|
|
|
"build": "tsc -p tsconfig.json"
|
2023-02-13 12:41:30 +00:00
|
|
|
},
|
2024-04-30 11:39:16 +02:00
|
|
|
"dependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@link-stack/bridge-common": "workspace:*",
|
|
|
|
|
"@link-stack/signal-api": "workspace:*",
|
|
|
|
|
"@link-stack/ui": "workspace:*",
|
|
|
|
|
"@mui/material": "^6",
|
|
|
|
|
"@mui/x-data-grid-pro": "^7",
|
|
|
|
|
"kysely": "0.27.5",
|
|
|
|
|
"next": "15.5.4",
|
|
|
|
|
"react": "19.2.0",
|
|
|
|
|
"react-dom": "19.2.0",
|
|
|
|
|
"react-qr-code": "^2.0.18"
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@types/node": "^24.7.0",
|
|
|
|
|
"@types/react": "19.2.2",
|
|
|
|
|
"@types/react-dom": "^19.2.1",
|
|
|
|
|
"typescript": "5.9.3"
|
2024-04-30 11:39:16 +02:00
|
|
|
}
|
2023-02-13 12:41:30 +00:00
|
|
|
}
|