Skip to content

Commit

Permalink
added classNames dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-vu committed May 28, 2024
1 parent 9cbf30c commit 39cf39d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ To install the project, clone the repository and run `npm install` to install al
- `babel`: JavaScript compiler.
- `babel-plugin-istanbul`: Babel plugin for code coverage.
- `class-variance-authority`: Utility library for class variance.
- `classnames`: Utility for conditionally combining class names
- `clsx`: Library for conditionally joining classNames.
- `dotenv`: Library for loading environment variables.
- `lucide-react`: Library for Lucide icons.
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"babel": "^6.23.0",
"babel-plugin-istanbul": "^6.1.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"lucide-react": "^0.378.0",
Expand All @@ -46,6 +47,7 @@
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"react-tooltip": "^5.26.4",
"stripe": "^15.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand Down

0 comments on commit 39cf39d

Please sign in to comment.