{
"name": "@lazarv/react-server-example-mui",
"private": true,
"description": "@lazarv/react-server Material UI example application",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"dev": "react-server",
"build": "react-server build",
"start": "react-server start"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@lazarv/react-server": "workspace:^",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@mui/styled-engine": "^6.0.2",
"@mui/system": "^6.0.2",
"@mui/utils": "^6.0.2"
}
}