openfood/package.json
Kasper Juul Hermansen df13c5689e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency @types/react to v17.0.51
2022-10-26 15:57:11 +00:00

26 lines
539 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": "12.20.55",
"@types/react": "17.0.51",
"@types/react-dom": "17.0.9",
"prettier": "2.4.1",
"typescript": "4.4.4"
}
}