Skip to content

Commit

Permalink
removed unwanted packages and fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RanitManik committed Jun 23, 2024
1 parent f7b63e4 commit 2418075
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 25 deletions.
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
{}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ consistent code formatting.
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![Firebase](https://img.shields.io/badge/firebase-a08021?style=for-the-badge&logo=firebase&logoColor=ffcd34)

## Project Structure
Expand All @@ -99,16 +100,15 @@ crwn-clothing/
│ ├── routes/
│ ├── App.jsx
│ ├── main.jsx
│ ├── index.scss
│ └── utils/firebase/
│ └── firebase.utils.js
├── .env.example
├── .env.local (not included in version control)
├── .gitignore
├── .prettierrc
├── index.html
├── postcss.config.js
├── .eslintrc.cjs
├── tailwind.config.js
├── vite.config.js
├── package.json
└── README.md
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.1",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"vite": "^5.2.0"
},
"name": "react-vite-tailwind-prettier",
Expand Down
6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion src/components/sign-in/sign-in.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const SignInComponent = () => {

return (
<div className="sign-in-container">
{/* eslint-disable-next-line react/no-unescaped-entities */}
<h2>Already have an account?</h2>
<span>Sign in with your email and password</span>
<form onSubmit={handleSubmit}>
Expand Down
9 changes: 0 additions & 9 deletions tailwind.config.js

This file was deleted.

0 comments on commit 2418075

Please sign in to comment.