Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadayyy authored Jul 3, 2024
1 parent 31dc939 commit 928c8de
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"web-vitals": "^2.1.4"
Expand Down Expand Up @@ -38,5 +39,16 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-methods": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.21.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.21.11",
"@babel/plugin-transform-optional-chaining": "^7.21.11",
"@babel/plugin-transform-numeric-separator": "^7.21.11",
"babel-preset-react-app": "^10.0.0",
"jest": "^29.0.0"
}
}

0 comments on commit 928c8de

Please sign in to comment.