25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"name": "@link-stack/bridge-ui",
|
|
"version": "2.4.0b1",
|
|
"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.23.6",
|
|
"kysely": "0.26.1",
|
|
"next": "15.1.4",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.6",
|
|
"@types/react": "19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|