link-stack/packages/ui/package.json
2024-08-07 16:05:26 +02:00

23 lines
498 B
JSON

{
"name": "@link-stack/ui",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"dependencies": {
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.12.0",
"@mui/x-date-pickers-pro": "^7.12.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.1.0",
"@types/react": "18.3.3",
"typescript": "^5.5.4"
}
}