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": {
2023-05-02 20:26:03 +02:00
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
2023-05-02 19:35:20 +02:00
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.12.3",
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": "18.16.3",
2023-05-03 18:37:23 +02:00
"@types/react": "18.2.1",
"@types/react-dom": "18.2.3",
2023-04-23 11:36:24 +02:00
"prettier": "2.8.8",
2023-04-07 20:06:39 +02:00
"typescript": "5.0.4"
2021-10-12 21:17:12 +02:00
}
}