link-stack/packages/ui/package.json
2025-01-26 12:24:57 +01:00

23 lines
493 B
JSON

{
"name": "@link-stack/ui",
"version": "2.4.0b1",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"typescript": "^5.7.3"
}
}