openfood/package.json

26 lines
544 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": {
2022-10-27 10:43:52 +02:00
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
2022-12-10 20:38:18 +01:00
"@mui/lab": "5.0.0-alpha.111",
"@mui/material": "5.10.17",
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.11.14",
2022-12-10 20:15:01 +01:00
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
2022-12-10 20:15:01 +01:00
"prettier": "2.8.1",
"typescript": "4.9.4"
2021-10-12 21:17:12 +02:00
}
}