25 lines
615 B
JSON
25 lines
615 B
JSON
{
|
|
"name": "@link-stack/bridge-ui",
|
|
"version": "3.4.0-beta.2",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.0",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|