openfood/package.json
Kasper Juul Hermansen 296c7f3b5f
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.11.18
2022-12-26 18:00:31 +00:00

26 lines
544 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/lab": "5.0.0-alpha.114",
"@mui/material": "5.11.2",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"prettier": "2.8.1",
"typescript": "4.9.4"
}
}