openfood/package.json

26 lines
549 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": {
2021-10-14 20:42:49 +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",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
2021-10-14 20:42:49 +02:00
"prettier": "^2.4.1",
"typescript": "^4.4.4"
2021-10-12 21:17:12 +02:00
}
}