Skip to content

Commit

Permalink
fix(*): remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Feb 12, 2024
1 parent 9cd8e3a commit 28949d8
Show file tree
Hide file tree
Showing 13 changed files with 6,859 additions and 9,800 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ npm test
| react-masonry-css | |
| react-sticky-state | |
| react-twitter-widgets | |
| reactjs-popup | |
| source-map-explorer | |
| styled-components | |
| winston | |
Expand All @@ -230,7 +229,9 @@ npm test

- User login with the ability to add comments and like post.
- Routing for 404
- Add Calorie Kicthen, Sneaker-API, Ecommerce-Site, Ecommerce-Backend-Template, React-Crypto, Cypto-Learn, CareerConnect, and Expense-Tracker as project case studies.
- Case Studies
- Add Calorie Kicthen, Sneaker-API, Ecommerce-Site, Ecommerce-Backend-Template, React-Crypto, Cypto-Learn, CareerConnect, and Expense-Tracker as project case studies.
- Create a template for all case studies
- Confgiure multiple env
- Syntax/Code Highlighting
- Tags - Topics
Expand All @@ -239,4 +240,27 @@ npm test
- ~~Minutes Read~~
https://github.com/saadpasta/react-blog-github
- Add [unsplash](https://unsplash.com/documentation)
- When adding a blog image a user should be able to use an unsplash image.
- When adding a blog image a user should be able to use an unsplash image.
- Sign up to newletter on blog page.
- with Brevo
- Article Updates
- Save a blog post to favorites
- Save blog post as a draft
- Track views to blog post
- Like a comment
- Handle notifications button on blog post
- Allow signed in user the ability to edit post.
- User Updates
- Save user to favorite authors
- Follow the author
- Update your profile page
- View your profile page
- DevOps
- Add Github Actions
- Static Scan
- Dependency Scan
- Lint Errors (ES Lint, Prettier)
- Testing (Unit, Integration, E2E)
- Upload to EOT
- Handle Release
- Handle version
15,810 changes: 6,724 additions & 9,086 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 9 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
"private": true,
"type": "module",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@sentry/react": "^6.13.3",
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.13.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@welldone-software/why-did-you-render": "^7.0.1",
"aos": "^2.3.4",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
Expand All @@ -25,13 +21,11 @@
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-rate-limit": "^6.7.0",
"firebase": "^8.10.0",
"framer-motion": "^4.1.17",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "^6.0.0",
"jest-axe": "^5.0.1",
"jsdom": "^16.7.0",
"jsonwebtoken": "^8.5.1",
"markdown": "^0.5.0",
Expand All @@ -44,33 +38,29 @@
"openai": "^3.2.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-cookie": "^4.0.1",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^3.2.0",
"react-markdown": "^7.0.0",
"react-masonry-css": "^1.0.16",
"react-reactions": "^0.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-spring": "^8.0.27",
"react-sticky-state": "^2.1.9",
"react-text-transition": "^1.3.0",
"react-twitter-widgets": "^1.10.0",
"reactjs-popup": "^2.0.5",
"serve-favicon": "^2.5.0",
"slug": "^5.1.0",
"slugify": "^1.6.0",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.0",
"supertest": "^6.1.6",
"use-dencrypt-effect": "^1.0.2",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2",
"winston": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"start:dev": "env-cmd -e development react-scripts start",
"start:qa": "env-cmd -e testing react-scripts start",
"start:stag": "env-cmd -e staging react-scripts start",
Expand Down Expand Up @@ -106,10 +96,13 @@
"proxy": "http://localhost:3001",
"devDependencies": {
"@shelf/jest-mongodb": "^2.0.3",
"@welldone-software/why-did-you-render": "^6.2.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-react": "^7.33.1",
"jest": "^26.6.0"
"jest": "^26.6.0",
"supertest": "^6.3.3"
}
}
27 changes: 0 additions & 27 deletions src/Components/Unused/Carousel/Modal/Modal.css

This file was deleted.

93 changes: 0 additions & 93 deletions src/Components/Unused/Carousel/Modal/Modal.jsx

This file was deleted.

90 changes: 0 additions & 90 deletions src/Components/Unused/Carousel/Modal/Modal2.jsx

This file was deleted.

Loading

0 comments on commit 28949d8

Please sign in to comment.