openfood/package.json

26 lines
540 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": {
2024-12-10 02:49:08 +01:00
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
2024-12-18 02:47:02 +01:00
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "6.2.1",
2021-10-12 21:17:12 +02:00
"next": "latest",
2024-12-06 03:09:43 +01:00
"react": "19.0.0",
"react-dom": "19.0.0"
2021-10-12 21:17:12 +02:00
},
"devDependencies": {
"@types/node": "22.10.2",
2024-12-07 02:54:35 +01:00
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
2024-12-05 06:50:43 +01:00
"prettier": "3.4.2",
2024-11-23 02:58:44 +01:00
"typescript": "5.7.2"
2021-10-12 21:17:12 +02:00
}
}