25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"name": "@link-stack/bridge-ui",
|
|
"version": "2.2.0",
|
|
"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": "^5",
|
|
"@mui/x-data-grid-pro": "^7.18.0",
|
|
"kysely": "0.26.1",
|
|
"next": "^14.2.25",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.3",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|