openfood/package.json
Kasper Juul Hermansen 3d99dde13d
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react to v18.2.45
2023-12-13 01:57:28 +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.11.1",
"@emotion/styled": "11.11.0",
"@mui/lab": "5.0.0-alpha.156",
"@mui/material": "5.15.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"prettier": "3.1.1",
"typescript": "5.3.3"
}
}