link-stack/packages/ui/package.json
2025-03-24 11:52:38 +01:00

23 lines
492 B
JSON

{
"name": "@link-stack/ui",
"version": "3.1.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-license": "^7.28.0",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"typescript": "^5.8.2"
}
}