Skip to content

Commit

Permalink
error boundary and pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayHat12 committed Sep 23, 2023
1 parent 5103bab commit 18fc8c8
Show file tree
Hide file tree
Showing 24 changed files with 2,730 additions and 31 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Json Comparator Tool">
<link rel="icon" type="image/svg+xml" href="./icon.svg" />
<link rel="apple-touch-icon" href="/icons/maskable_icon_x192.png" sizes="192x192">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="mask-icon" href="/icon.svg" color="#448aff">
<meta name="theme-color" content="#0072f4">
<title>JSON Compare</title>
</head>
<body>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"vanilla-jsoneditor": "^0.17.8"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
Expand All @@ -40,6 +41,7 @@
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^5.0.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.5"
}
}
Loading

0 comments on commit 18fc8c8

Please sign in to comment.