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": {
2024-12-10 01:49:08 +00:00
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
2024-12-18 01:47:02 +00:00
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "6.4.4",
2021-10-12 21:17:12 +02:00
"next": "latest",
2024-12-06 02:09:43 +00:00
"react": "19.0.0",
"react-dom": "19.0.0"
2021-10-12 21:17:12 +02:00
},
"devDependencies": {
2025-02-14 01:57:02 +00:00
"@types/node": "22.13.4",
2025-02-18 02:01:46 +00:00
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
2025-02-14 01:57:02 +00:00
"prettier": "3.5.1",
2025-01-09 01:58:46 +00:00
"typescript": "5.7.3"
2021-10-12 21:17:12 +02:00
}
}