openfood/package.json
Kasper Juul Hermansen 4c7116b41c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update all dependencies
2022-10-26 17:52:34 +00:00

26 lines
538 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@mui/lab": "5.0.0-alpha.50",
"@mui/material": "5.0.3",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "18.11.6",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}