25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"name": "@link-stack/bridge-ui",
|
|
"version": "3.1.0",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@link-stack/bridge-common": "*",
|
|
"@link-stack/signal-api": "*",
|
|
"@link-stack/ui": "*",
|
|
"@mui/material": "^6",
|
|
"@mui/x-data-grid-pro": "^7.27.1",
|
|
"kysely": "0.27.5",
|
|
"next": "15.1.7",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.5",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|