openfood/package.json
Kasper Juul Hermansen 2ce178a85b
All checks were successful
continuous-integration/drone/push Build is passing
Update material-ui monorepo
2024-08-21 23:42:49 +02:00

26 lines
542 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
}