Skip to content

Commit

Permalink
Merge pull request #30 from SasanLabs/develop
Browse files Browse the repository at this point in the history
Correcting Package.json
  • Loading branch information
preetkaran20 authored Jun 20, 2021
2 parents bc202f2 + 96286dc commit 45e0b13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion facade-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.13",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"rsuite": "^4.10.1",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 45e0b13

Please sign in to comment.