link-stack/packages/ui/package.json
2024-06-25 08:14:03 +02:00

25 lines
553 B
JSON

{
"name": "@link-stack/ui",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.7.1",
"@mui/x-date-pickers-pro": "^7.7.1",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "18.3.3",
"typescript": "^5.5.2"
}
}