Skip to content

Commit 18fc8c8

Browse files
committed
error boundary and pwa
1 parent 5103bab commit 18fc8c8

24 files changed

+2730
-31
lines changed

index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<meta name="description" content="Json Comparator Tool">
7+
<link rel="icon" type="image/svg+xml" href="./icon.svg" />
8+
<link rel="apple-touch-icon" href="/icons/maskable_icon_x192.png" sizes="192x192">
69
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10+
<link rel="mask-icon" href="/icon.svg" color="#448aff">
11+
<meta name="theme-color" content="#0072f4">
712
<title>JSON Compare</title>
813
</head>
914
<body>

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"vanilla-jsoneditor": "^0.17.8"
3131
},
3232
"devDependencies": {
33+
"@types/node": "^20.6.3",
3334
"@types/react": "^18.0.37",
3435
"@types/react-dom": "^18.0.11",
3536
"@typescript-eslint/eslint-plugin": "^5.59.0",
@@ -40,6 +41,7 @@
4041
"eslint-plugin-react-refresh": "^0.3.4",
4142
"gh-pages": "^5.0.0",
4243
"typescript": "^5.0.2",
43-
"vite": "^4.3.9"
44+
"vite": "^4.3.9",
45+
"vite-plugin-pwa": "^0.16.5"
4446
}
4547
}

0 commit comments

Comments
 (0)