Skip to content

Commit

Permalink
Removed unnecessary packages from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lavskillup authored Mar 13, 2023
1 parent 75b79c3 commit 5b69f71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hello_world/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"name": "hello_world",
"name": "helloworld",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 5b69f71

Please sign in to comment.