openfood/package.json
Kasper Juul Hermansen 0350f32bde
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react-dom to v18.0.11
2023-02-17 14:33:25 +00:00

26 lines
543 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "5.11.9",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"prettier": "2.8.4",
"typescript": "4.9.5"
}
}