openfood/package.json

26 lines
545 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",
2023-05-06 11:25:11 +02:00
"@emotion/styled": "11.11.0",
2024-03-19 09:25:26 +01:00
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "5.15.14",
2021-10-12 21:17:12 +02:00
"next": "latest",
2022-10-26 20:42:34 +02:00
"react": "18.2.0",
"react-dom": "18.2.0"
2021-10-12 21:17:12 +02:00
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.2.68",
2024-03-18 14:27:34 +01:00
"@types/react-dom": "18.2.22",
2024-02-17 09:56:25 +01:00
"prettier": "3.2.5",
2024-03-20 20:57:56 +01:00
"typescript": "5.4.3"
2021-10-12 21:17:12 +02:00
}
}