From 2d1d8a380d812ec64afdb8ec2628564e38a57c79 Mon Sep 17 00:00:00 2001 From: pawan-dot <71133473+pawan-dot@users.noreply.github.com> Date: Thu, 12 May 2022 16:40:44 +0530 Subject: [PATCH] add commerce --- package.json | 4 + public/index.html | 12 +- src/App.js | 7 +- src/_nav.js | 21 ++ src/components/AppFooter.js | 2 +- src/components/AppSidebar.js | 2 +- src/components/AppSidebarNav.js | 20 +- src/data.js | 18 ++ src/index.js | 7 + src/routes.js | 8 + src/views/Commerce/Coupons.js | 0 src/views/Commerce/Editproducts.js | 326 +++++++++++++++++++++++++++++ src/views/Commerce/Products.js | 289 +++++++++++++++++++++++++ src/views/Profile/Profile.js | 2 +- 14 files changed, 705 insertions(+), 13 deletions(-) create mode 100644 src/data.js create mode 100644 src/views/Commerce/Coupons.js create mode 100644 src/views/Commerce/Editproducts.js create mode 100644 src/views/Commerce/Products.js diff --git a/package.json b/package.json index 132d40c..e4c48bf 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@coreui/utils": "^1.3.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", "axios": "^0.25.0", + "bootstrap": "^5.1.3", "chart.js": "^3.6.0", "classnames": "^2.3.1", "core-js": "^3.19.1", @@ -51,10 +52,13 @@ "react-dom": "^17.0.2", "react-redux": "^7.2.6", "react-router-dom": "^5.3.0", + "react-spinners": "^0.11.0", "redux": "4.1.2", "serve": "^13.0.2", "simplebar-react": "^2.3.6", + "sweetalert": "^2.1.2", "sweetalert2": "^11.4.0", + "webpack": "^4.44.2", "xlsx": "^0.18.0" }, "devDependencies": { diff --git a/public/index.html b/public/index.html index fe8831b..523f748 100644 --- a/public/index.html +++ b/public/index.html @@ -15,13 +15,15 @@ -