openfood/package.json
Kasper Juul Hermansen 2e7c92c47c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.16.7
2023-05-10 10:27:13 +00:00

26 lines
541 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.12.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.16.7",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"prettier": "2.8.8",
"typescript": "5.0.4"
}
}