25 lines
594 B
JSON
25 lines
594 B
JSON
{
|
|
"name": "@link-stack/bridge-ui",
|
|
"version": "2.3.4",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@link-stack/bridge-common": "^2.2.0",
|
|
"@link-stack/signal-api": "*",
|
|
"@link-stack/ui": "^2.2.0",
|
|
"@mui/material": "^6",
|
|
"@mui/x-data-grid-pro": "^7.22.3",
|
|
"kysely": "0.26.1",
|
|
"next": "15.0.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.3",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|