openfood/package.json
Kasper Juul Hermansen d77f392f2f
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v20.12.6
2024-04-09 04:17:06 +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.11.4",
"@emotion/styled": "11.11.5",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.12.6",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"prettier": "3.2.5",
"typescript": "5.4.4"
}
}