dependency cleanups

This commit is contained in:
Michael Quigley 2022-08-05 10:48:14 -04:00
parent 8e3dc00698
commit 581e864029
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 5 additions and 1638 deletions

1630
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,18 +5,14 @@
"dependencies": {
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"dagre": "^0.8.5",
"eslint-config-react-app": "^7.0.1",
"react": "^18.2.0",
"react-data-table-component": "^7.5.2",
"react-dom": "^18.2.0",
"react-flow-renderer": "^10.3.12",
"react-force-graph-2d": "^1.23.10",
"react-scripts": "5.0.1",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.4"
"styled-components": "^5.3.5"
},
"scripts": {
"start": "react-scripts start",
@ -42,8 +38,5 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:10888",
"devDependencies": {
"openapi-client": "^1.0.5"
}
"proxy": "http://localhost:10888"
}