Skip to content

Commit

Permalink
Merge pull request #11 from ChainsOfPower/remove-not-needed-dependencies
Browse files Browse the repository at this point in the history
Remove dependencies from package.json
  • Loading branch information
i-vukman authored Aug 17, 2023
2 parents f96f38c + 9955daf commit 420afd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
14 changes: 1 addition & 13 deletions src/AnagramSolver/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 1 addition & 13 deletions src/AnagramSolver/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,7 @@
"react-scripts": "5.0.1",
"rimraf": "^4.1.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4"
"web-vitals": "^2.1.4"
},
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
Expand Down
1 change: 1 addition & 0 deletions src/AnagramSolver/ClientApp/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './App.css';

function App() {
fetch('weatherforecast');
return (
<div className="App">
App
Expand Down

0 comments on commit 420afd8

Please sign in to comment.