link-stack/packages/ui/package.json
2025-11-20 13:14:31 +01:00

24 lines
521 B
JSON

{
"name": "@link-stack/ui",
"version": "3.3.0-beta.5",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7",
"@mui/x-license": "^7",
"next": "15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "^19.2.1",
"typescript": "^5.9.3"
}
}