openfood/package.json
Kasper Juul Hermansen 23123e1a12
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.17.4
2023-08-08 21:01:55 +00:00

26 lines
542 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.139",
"@mui/material": "5.14.4",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"prettier": "3.0.1",
"typescript": "5.1.6"
}
}