diff --git a/package.json b/package.json index 6133d30..20294b5 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { - "testing-library/jest-dom": "^6.6.3", - "testing-library/react": "^13.4.0", "cra-template": "1.2.0", - "npm": "^11.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-scripts": "5.0.1", - "weatherapp": "file:" + "react-scripts": "5.0.1" }, "scripts": { "start": "react-scripts start", @@ -37,8 +33,10 @@ ] }, "devDependencies": { + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^13.4.0", "web-vitals": "^4.2.4", - "babel/plugin-proposal-private-property-in-object": "^7.14.5" + "@babel/plugin-proposal-private-property-in-object": "^7.14.5" } }