25 lines
586 B
JSON
25 lines
586 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.28.1",
|
|
"kysely": "0.27.6",
|
|
"next": "15.2.3",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.12",
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|