Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflicts #16

Open
JoramGranger opened this issue Jun 29, 2024 · 2 comments
Open

Dependency conflicts #16

JoramGranger opened this issue Jun 29, 2024 · 2 comments

Comments

@JoramGranger
Copy link

The dependencies in the frontend are always conflicting

@nishadshivam
Copy link

nishadshivam commented Aug 16, 2024

https://cricketweaopn.vercel.app/
this link phone in not showing anything but pc in working properly.
My package
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-ui/core": "^4.12.4",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.14.2",
"@mui/styles": "^5.11.7",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.54.2",
"@testing-library/user-event": "^14.4.3",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"autoprefixer": "^10.4.19",
"axios": "^1.3.2",
"bootstrap": "^5.3.3",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.39",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.2.0",
"react-grid-carousel": "^1.0.1",
"react-helmet": "^6.1.0",
"react-js-pagination": "^3.0.3",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.5",
"react-player": "^2.16.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.30.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.5",
"swiper": "^8.4.7",
"tailwindcss": "^3.4.4",
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint-config-react-app": "^7.0.1"
}
}

@MehraDevesh2022
Copy link
Owner

have solved it locally. I will push new code for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants