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": {
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": {
"@types/node": "12.20.55",
2022-10-26 17:03:07 +02:00
"@types/react": "17.0.29",
"@types/react-dom": "17.0.17",
2022-10-26 17:03:07 +02:00
"prettier": "2.4.1",
"typescript": "4.4.4"
2021-10-12 21:17:12 +02:00
}
}