openfood/package.json

26 lines
541 B
JSON
Raw Normal View History

2021-10-12 21:17:12 +02:00
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
2024-08-21 23:22:41 +02:00
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
2021-10-12 21:17:12 +02:00
"next": "latest",
2024-05-01 17:17:46 +02:00
"react": "18.3.1",
"react-dom": "18.3.1"
2021-10-12 21:17:12 +02:00
},
"devDependencies": {
2024-08-22 00:50:42 +02:00
"@types/node": "20.16.1",
"@types/react": "18.3.4",
2024-05-01 17:17:46 +02:00
"@types/react-dom": "18.3.0",
2024-08-22 00:50:42 +02:00
"prettier": "3.3.3",
"typescript": "5.5.4"
2021-10-12 21:17:12 +02:00
}
}