Skip to content

Commit

Permalink
big push
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Aug 19, 2024
1 parent d3e9e4d commit 06c48de
Show file tree
Hide file tree
Showing 11 changed files with 878 additions and 502 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!doctype html>
<html lang="en">
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml+png" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml+png+ico" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>New FCAV</title>
</head>
<body>
<div id="root"></div>
<body style="height: 100%; margin: 0">
<div id="root" style="height: 100%; margin: 0"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
670 changes: 330 additions & 340 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.167",
"@mui/material": "^5.15.11",
"@mui/system": "^5.15.11",
"@mui/x-date-pickers": "^6.19.6",
"@tanstack/react-query": "^5.51.11",
"dayjs": "^1.11.10",
"dayjs": "^1.11.12",
"esri-leaflet": "^3.0.12",
"esri-leaflet-vector": "^4.2.3",
"geotiff": "^2.1.3",
Expand All @@ -39,7 +37,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.4"
"vite": "^5.4.1"
},
"overrides": {
"react-esri-leaflet": {
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 06c48de

Please sign in to comment.