Files
openfood/package.json
Kasper Juul Hermansen 3db41162dc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2025-12-04 04:55:50 +00:00

26 lines
540 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/lab": "5.0.0-alpha.177",
"@mui/material": "7.3.6",
"next": "latest",
"react": "19.2.1",
"react-dom": "19.2.1"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"prettier": "3.7.4",
"typescript": "5.9.3"
}
}