Note that for the build settings I tried both with and without /public as publish directory
.
Here it goes:
package.json
{
“name”: “next-app”,
“version”: “0.1.0”,
“private”: true,
“scripts”: {
“dev”: “next dev”,
“build”: “next build”,
“start”: “next start”
},
“dependencies”: {
“@material-ui/core”: “^4.10.2”,
“@material-ui/icons”: “^4.9.1”,
“@material-ui/lab”: “^4.0.0-alpha.56”,
“axios”: “^0.19.2”,
“babel-eslint”: “^10.1.0”,
“classnames”: “^2.2.6”,
“clsx”: “^1.1.1”,
“eslint-plugin-flowtype”: “^5.1.3”,
“localforage”: “^1.7.4”,
“mui-datatables”: “^3.1.4”,
“next”: “^9.4.5-canary.43”,
“next-images”: “^1.4.0”,
“next-redux-saga”: “^4.1.2”,
“next-redux-wrapper”: “^6.0.2”,
“pdf-viewer-reactjs”: “^2.0.7”,
“prop-types”: “^15.7.2”,
“react”: “16.13.1”,
“react-cookie”: “^4.0.3”,
“react-device-detect”: “^1.13.1”,
“react-dnd”: “^7.3.0”,
“react-dom”: “16.13.1”,
“react-geocode”: “^0.2.1”,
“react-html-parser”: “^2.0.2”,
“react-image-crop”: “^8.6.4”,
“react-images”: “^1.1.7”,
“react-lazyload”: “^2.6.8”,
“react-paginate”: “^6.3.2”,
“react-quill”: “^1.3.5”,
“react-redux”: “^7.2.0”,
“react-social-login”: “^3.4.7”,
“redux”: “^4.0.5”,
“redux-devtools-extension”: “^2.13.8”,
“redux-form”: “^8.3.6”,
“redux-saga”: “^1.1.3”,
“sass”: “^1.26.8”
},
“devDependencies”: {
“chokidar”: “^3.4.0”,
“eslint”: “^7.2.0”,
“eslint-config-airbnb”: “^18.2.0”,
“eslint-config-prettier”: “^6.11.0”,
“eslint-plugin-import”: “^2.21.2”,
“eslint-plugin-jsx-a11y”: “^6.3.1”,
“eslint-plugin-react”: “^7.20.0”,
“eslint-plugin-react-hooks”: “^4.0.0”
}
}