openfood/package.json

26 lines
538 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-26 17:03:07 +02:00
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@mui/lab": "5.0.0-alpha.50",
"@mui/material": "5.0.3",
2021-10-12 21:17:12 +02:00
"next": "latest",
2022-10-26 17:03:07 +02:00
"react": "17.0.2",
"react-dom": "17.0.2"
2021-10-12 21:17:12 +02:00
},
"devDependencies": {
2022-10-26 19:52:34 +02:00
"@types/node": "18.11.6",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"prettier": "2.7.1",
"typescript": "4.8.4"
2021-10-12 21:17:12 +02:00
}
}