openfood/package.json

26 lines
543 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 20:13:14 +02:00
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
2022-10-26 19:53:18 +02:00
"@mui/lab": "5.0.0-alpha.105",
"@mui/material": "5.10.11",
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": {
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
}
}