Skip to content

Commit

Permalink
added missing dev dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Dec 4, 2023
1 parent d3fb479 commit 731bc3e
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 74 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react-icons": "^4.12.0",
"react-number-format": "^5.3.1",
"react-redux": "^8.1.2",
"react-schemaorg": "^2.0.0",
Expand All @@ -52,14 +53,16 @@
"@testing-library/cypress": "^9.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.18",
"@types/react": "18.2.41",
"@waveshq/standard-web-linter": "^1.9.3",
"autoprefixer": "^10.4.16",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^12.17.4",
"node-forge": "^1.3.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
"tailwindcss": "^3.3.5",
"typescript": "5.3.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
Loading

0 comments on commit 731bc3e

Please sign in to comment.