openfood/package.json
2023-06-28 23:54:14 +00:00

26 lines
543 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.134",
"@mui/material": "5.13.6",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
}