openfood/package.json
Kasper Juul Hermansen b20899b01a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update react monorepo
2024-02-07 17:18:39 +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.3",
"@emotion/styled": "11.11.0",
"@mui/lab": "5.0.0-alpha.163",
"@mui/material": "5.15.7",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"prettier": "3.2.4",
"typescript": "5.3.3"
}
}