MehraDevesh2022 / mern-ecommerce-CricketWeapon-Store

Experience top-tier online shopping with CricketWeapon, an advanced MERN stack e-commerce platform. Explore a diverse product catalog, streamline user profiles, track orders, and harness comprehensive admin features. Elevate your retail journey with our powerful MERN technology stack and dynamic interface!",Built with MongoDB, Express, React, Node.
https://cricketweaopn.vercel.app/
97 stars 32 forks source link

Dependency conflicts #16

Open JoramGranger opened 2 months ago

JoramGranger commented 2 months ago

The dependencies in the frontend are always conflicting

nishadshivam commented 3 weeks ago

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" } }