openfood/package.json
Kasper Juul Hermansen 2fba20a9b7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency typescript to v5.0.4
2023-04-07 18:06:39 +00:00

26 lines
545 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/lab": "5.0.0-alpha.125",
"@mui/material": "5.11.16",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"prettier": "2.8.7",
"typescript": "5.0.4"
}
}