From b98a389cb6dc54059f5792a188d9a67188cf4260 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Fri, 2 Feb 2024 00:26:45 -0600 Subject: [PATCH 1/2] Add PWA Support Introduce project setting files including .idea files and .editorconfig. Several development dependencies are added such as '@parcel/packager-raw-url', '@parcel/transformer-webmanifest'. A manifest.json file is created for the application ensuring compatibility and adaptability for mobile devices. It also ensures that start_url protocol is set to "/" to designate the app's start URL. --- .idea/.gitignore | 11 + .idea/chatpad.iml | 12 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + package-lock.json | 62 + package.json | 4 +- src/index.html | 1 + .../android/android-launchericon-144-144.png | Bin 0 -> 12137 bytes .../android/android-launchericon-192-192.png | Bin 0 -> 16865 bytes .../android/android-launchericon-48-48.png | Bin 0 -> 2238 bytes .../android/android-launchericon-512-512.png | Bin 0 -> 37767 bytes .../android/android-launchericon-72-72.png | Bin 0 -> 4147 bytes .../android/android-launchericon-96-96.png | Bin 0 -> 6554 bytes src/static/ios/100.png | Bin 0 -> 6709 bytes src/static/ios/1024.png | Bin 0 -> 81617 bytes src/static/ios/114.png | Bin 0 -> 8604 bytes src/static/ios/120.png | Bin 0 -> 9355 bytes src/static/ios/128.png | Bin 0 -> 10128 bytes src/static/ios/144.png | Bin 0 -> 12137 bytes src/static/ios/152.png | Bin 0 -> 13293 bytes src/static/ios/16.png | Bin 0 -> 545 bytes src/static/ios/167.png | Bin 0 -> 14668 bytes src/static/ios/180.png | Bin 0 -> 15850 bytes src/static/ios/192.png | Bin 0 -> 16865 bytes src/static/ios/20.png | Bin 0 -> 741 bytes src/static/ios/256.png | Bin 0 -> 21568 bytes src/static/ios/29.png | Bin 0 -> 1196 bytes src/static/ios/32.png | Bin 0 -> 1385 bytes src/static/ios/40.png | Bin 0 -> 1709 bytes src/static/ios/50.png | Bin 0 -> 2403 bytes src/static/ios/512.png | Bin 0 -> 37767 bytes src/static/ios/57.png | Bin 0 -> 2968 bytes src/static/ios/58.png | Bin 0 -> 3131 bytes src/static/ios/60.png | Bin 0 -> 3063 bytes src/static/ios/64.png | Bin 0 -> 3398 bytes src/static/ios/72.png | Bin 0 -> 4147 bytes src/static/ios/76.png | Bin 0 -> 4418 bytes src/static/ios/80.png | Bin 0 -> 4864 bytes src/static/ios/87.png | Bin 0 -> 5659 bytes src/static/manifest.json | 467 + src/static/windows11/LargeTile.scale-100.png | Bin 0 -> 24557 bytes src/static/windows11/LargeTile.scale-125.png | Bin 0 -> 30352 bytes src/static/windows11/LargeTile.scale-150.png | Bin 0 -> 32962 bytes src/static/windows11/LargeTile.scale-200.png | Bin 0 -> 43827 bytes src/static/windows11/LargeTile.scale-400.png | Bin 0 -> 107321 bytes src/static/windows11/SmallTile.scale-100.png | Bin 0 -> 4067 bytes src/static/windows11/SmallTile.scale-125.png | Bin 0 -> 5740 bytes src/static/windows11/SmallTile.scale-150.png | Bin 0 -> 7815 bytes src/static/windows11/SmallTile.scale-200.png | Bin 0 -> 11955 bytes src/static/windows11/SmallTile.scale-400.png | Bin 0 -> 22784 bytes .../windows11/SplashScreen.scale-100.png | Bin 0 -> 26050 bytes .../windows11/SplashScreen.scale-125.png | Bin 0 -> 31582 bytes .../windows11/SplashScreen.scale-150.png | Bin 0 -> 35746 bytes .../windows11/SplashScreen.scale-200.png | Bin 0 -> 41857 bytes .../windows11/SplashScreen.scale-400.png | Bin 0 -> 111525 bytes .../windows11/Square150x150Logo.scale-100.png | Bin 0 -> 13176 bytes .../windows11/Square150x150Logo.scale-125.png | Bin 0 -> 16546 bytes .../windows11/Square150x150Logo.scale-150.png | Bin 0 -> 19273 bytes .../windows11/Square150x150Logo.scale-200.png | Bin 0 -> 24325 bytes .../windows11/Square150x150Logo.scale-400.png | Bin 0 -> 38173 bytes ...go.altform-lightunplated_targetsize-16.png | Bin 0 -> 593 bytes ...go.altform-lightunplated_targetsize-20.png | Bin 0 -> 856 bytes ...go.altform-lightunplated_targetsize-24.png | Bin 0 -> 1030 bytes ...o.altform-lightunplated_targetsize-256.png | Bin 0 -> 27962 bytes ...go.altform-lightunplated_targetsize-30.png | Bin 0 -> 1473 bytes ...go.altform-lightunplated_targetsize-32.png | Bin 0 -> 1464 bytes ...go.altform-lightunplated_targetsize-36.png | Bin 0 -> 1786 bytes ...go.altform-lightunplated_targetsize-40.png | Bin 0 -> 2236 bytes ...go.altform-lightunplated_targetsize-44.png | Bin 0 -> 2303 bytes ...go.altform-lightunplated_targetsize-48.png | Bin 0 -> 2713 bytes ...go.altform-lightunplated_targetsize-60.png | Bin 0 -> 3952 bytes ...go.altform-lightunplated_targetsize-64.png | Bin 0 -> 4333 bytes ...go.altform-lightunplated_targetsize-72.png | Bin 0 -> 5025 bytes ...go.altform-lightunplated_targetsize-80.png | Bin 0 -> 6040 bytes ...go.altform-lightunplated_targetsize-96.png | Bin 0 -> 7825 bytes ...x44Logo.altform-unplated_targetsize-16.png | Bin 0 -> 593 bytes ...x44Logo.altform-unplated_targetsize-20.png | Bin 0 -> 856 bytes ...x44Logo.altform-unplated_targetsize-24.png | Bin 0 -> 1030 bytes ...44Logo.altform-unplated_targetsize-256.png | Bin 0 -> 27962 bytes ...x44Logo.altform-unplated_targetsize-30.png | Bin 0 -> 1473 bytes ...x44Logo.altform-unplated_targetsize-32.png | Bin 0 -> 1464 bytes ...x44Logo.altform-unplated_targetsize-36.png | Bin 0 -> 1786 bytes ...x44Logo.altform-unplated_targetsize-40.png | Bin 0 -> 2236 bytes ...x44Logo.altform-unplated_targetsize-44.png | Bin 0 -> 2303 bytes ...x44Logo.altform-unplated_targetsize-48.png | Bin 0 -> 2713 bytes ...x44Logo.altform-unplated_targetsize-60.png | Bin 0 -> 3952 bytes ...x44Logo.altform-unplated_targetsize-64.png | Bin 0 -> 4333 bytes ...x44Logo.altform-unplated_targetsize-72.png | Bin 0 -> 5025 bytes ...x44Logo.altform-unplated_targetsize-80.png | Bin 0 -> 6040 bytes ...x44Logo.altform-unplated_targetsize-96.png | Bin 0 -> 7825 bytes .../windows11/Square44x44Logo.scale-100.png | Bin 0 -> 2303 bytes .../windows11/Square44x44Logo.scale-125.png | Bin 0 -> 3226 bytes .../windows11/Square44x44Logo.scale-150.png | Bin 0 -> 4342 bytes .../windows11/Square44x44Logo.scale-200.png | Bin 0 -> 6954 bytes .../windows11/Square44x44Logo.scale-400.png | Bin 0 -> 17198 bytes .../Square44x44Logo.targetsize-16.png | Bin 0 -> 593 bytes .../Square44x44Logo.targetsize-20.png | Bin 0 -> 856 bytes .../Square44x44Logo.targetsize-24.png | Bin 0 -> 1030 bytes .../Square44x44Logo.targetsize-256.png | Bin 0 -> 27962 bytes .../Square44x44Logo.targetsize-30.png | Bin 0 -> 1473 bytes .../Square44x44Logo.targetsize-32.png | Bin 0 -> 1464 bytes .../Square44x44Logo.targetsize-36.png | Bin 0 -> 1786 bytes .../Square44x44Logo.targetsize-40.png | Bin 0 -> 2236 bytes .../Square44x44Logo.targetsize-44.png | Bin 0 -> 2303 bytes .../Square44x44Logo.targetsize-48.png | Bin 0 -> 2713 bytes .../Square44x44Logo.targetsize-60.png | Bin 0 -> 3952 bytes .../Square44x44Logo.targetsize-64.png | Bin 0 -> 4333 bytes .../Square44x44Logo.targetsize-72.png | Bin 0 -> 5025 bytes .../Square44x44Logo.targetsize-80.png | Bin 0 -> 6040 bytes .../Square44x44Logo.targetsize-96.png | Bin 0 -> 7825 bytes src/static/windows11/StoreLogo.scale-100.png | Bin 0 -> 2403 bytes src/static/windows11/StoreLogo.scale-125.png | Bin 0 -> 3377 bytes src/static/windows11/StoreLogo.scale-150.png | Bin 0 -> 4564 bytes src/static/windows11/StoreLogo.scale-200.png | Bin 0 -> 6709 bytes src/static/windows11/StoreLogo.scale-400.png | Bin 0 -> 17163 bytes .../windows11/Wide310x150Logo.scale-100.png | Bin 0 -> 13936 bytes .../windows11/Wide310x150Logo.scale-125.png | Bin 0 -> 17519 bytes .../windows11/Wide310x150Logo.scale-150.png | Bin 0 -> 20609 bytes .../windows11/Wide310x150Logo.scale-200.png | Bin 0 -> 26050 bytes .../windows11/Wide310x150Logo.scale-400.png | Bin 0 -> 41857 bytes yarn.lock | 8418 ++++++++--------- 122 files changed, 4623 insertions(+), 4372 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/chatpad.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 src/static/android/android-launchericon-144-144.png create mode 100644 src/static/android/android-launchericon-192-192.png create mode 100644 src/static/android/android-launchericon-48-48.png create mode 100644 src/static/android/android-launchericon-512-512.png create mode 100644 src/static/android/android-launchericon-72-72.png create mode 100644 src/static/android/android-launchericon-96-96.png create mode 100644 src/static/ios/100.png create mode 100644 src/static/ios/1024.png create mode 100644 src/static/ios/114.png create mode 100644 src/static/ios/120.png create mode 100644 src/static/ios/128.png create mode 100644 src/static/ios/144.png create mode 100644 src/static/ios/152.png create mode 100644 src/static/ios/16.png create mode 100644 src/static/ios/167.png create mode 100644 src/static/ios/180.png create mode 100644 src/static/ios/192.png create mode 100644 src/static/ios/20.png create mode 100644 src/static/ios/256.png create mode 100644 src/static/ios/29.png create mode 100644 src/static/ios/32.png create mode 100644 src/static/ios/40.png create mode 100644 src/static/ios/50.png create mode 100644 src/static/ios/512.png create mode 100644 src/static/ios/57.png create mode 100644 src/static/ios/58.png create mode 100644 src/static/ios/60.png create mode 100644 src/static/ios/64.png create mode 100644 src/static/ios/72.png create mode 100644 src/static/ios/76.png create mode 100644 src/static/ios/80.png create mode 100644 src/static/ios/87.png create mode 100644 src/static/manifest.json create mode 100644 src/static/windows11/LargeTile.scale-100.png create mode 100644 src/static/windows11/LargeTile.scale-125.png create mode 100644 src/static/windows11/LargeTile.scale-150.png create mode 100644 src/static/windows11/LargeTile.scale-200.png create mode 100644 src/static/windows11/LargeTile.scale-400.png create mode 100644 src/static/windows11/SmallTile.scale-100.png create mode 100644 src/static/windows11/SmallTile.scale-125.png create mode 100644 src/static/windows11/SmallTile.scale-150.png create mode 100644 src/static/windows11/SmallTile.scale-200.png create mode 100644 src/static/windows11/SmallTile.scale-400.png create mode 100644 src/static/windows11/SplashScreen.scale-100.png create mode 100644 src/static/windows11/SplashScreen.scale-125.png create mode 100644 src/static/windows11/SplashScreen.scale-150.png create mode 100644 src/static/windows11/SplashScreen.scale-200.png create mode 100644 src/static/windows11/SplashScreen.scale-400.png create mode 100644 src/static/windows11/Square150x150Logo.scale-100.png create mode 100644 src/static/windows11/Square150x150Logo.scale-125.png create mode 100644 src/static/windows11/Square150x150Logo.scale-150.png create mode 100644 src/static/windows11/Square150x150Logo.scale-200.png create mode 100644 src/static/windows11/Square150x150Logo.scale-400.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png create mode 100644 src/static/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-16.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-20.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-24.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-256.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-30.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-32.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-36.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-40.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-44.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-48.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-60.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-64.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-72.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-80.png create mode 100644 src/static/windows11/Square44x44Logo.altform-unplated_targetsize-96.png create mode 100644 src/static/windows11/Square44x44Logo.scale-100.png create mode 100644 src/static/windows11/Square44x44Logo.scale-125.png create mode 100644 src/static/windows11/Square44x44Logo.scale-150.png create mode 100644 src/static/windows11/Square44x44Logo.scale-200.png create mode 100644 src/static/windows11/Square44x44Logo.scale-400.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-16.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-20.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-24.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-256.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-30.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-32.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-36.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-40.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-44.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-48.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-60.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-64.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-72.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-80.png create mode 100644 src/static/windows11/Square44x44Logo.targetsize-96.png create mode 100644 src/static/windows11/StoreLogo.scale-100.png create mode 100644 src/static/windows11/StoreLogo.scale-125.png create mode 100644 src/static/windows11/StoreLogo.scale-150.png create mode 100644 src/static/windows11/StoreLogo.scale-200.png create mode 100644 src/static/windows11/StoreLogo.scale-400.png create mode 100644 src/static/windows11/Wide310x150Logo.scale-100.png create mode 100644 src/static/windows11/Wide310x150Logo.scale-125.png create mode 100644 src/static/windows11/Wide310x150Logo.scale-150.png create mode 100644 src/static/windows11/Wide310x150Logo.scale-200.png create mode 100644 src/static/windows11/Wide310x150Logo.scale-400.png diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..5ea0a1e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,11 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +#ide +.vscode +.idea diff --git a/.idea/chatpad.iml b/.idea/chatpad.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/chatpad.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0a37da0 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 742a0b1..ee6667f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,9 @@ "typescript": "4.9.5" }, "devDependencies": { + "@parcel/packager-raw-url": "^2.8.3", "@parcel/transformer-sass": "^2.8.3", + "@parcel/transformer-webmanifest": "^2.8.3", "@types/downloadjs": "^1.4.3", "@types/lodash": "^4.14.191", "@types/react": "^18.0.28", @@ -45,6 +47,7 @@ "buffer": "^5.7.1", "parcel": "^2.8.3", "parcel-reporter-static-files-copy": "^1.5.0", + "path-browserify": "^1.0.1", "process": "^0.11.10" } }, @@ -1584,6 +1587,24 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/packager-raw-url": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw-url/-/packager-raw-url-2.8.3.tgz", + "integrity": "sha512-v8k/x2pnR3DDiIJrPTUcBd+MjH9ocpac0dsdJ02yeyGIQTecqL6nuCtu6W4m75CC7vFjjh/aCK9TJsOHOFnCFQ==", + "dev": true, + "dependencies": { + "@parcel/plugin": "2.8.3", + "@parcel/utils": "2.8.3" + }, + "engines": { + "node": ">= 12.0.0", + "parcel": "^2.8.3" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@parcel/packager-svg": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.8.3.tgz", @@ -2084,6 +2105,25 @@ "semver": "bin/semver" } }, + "node_modules/@parcel/transformer-webmanifest": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@parcel/transformer-webmanifest/-/transformer-webmanifest-2.8.3.tgz", + "integrity": "sha512-v3NuQc1K1AMfD1+hvh/YYpxBEin52CvEX94MnjwYK6bDmJ35rNuttIs7T6DZxAOopRbGwoTchCShIbv15gTcvg==", + "dev": true, + "dependencies": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/diagnostic": "2.8.3", + "@parcel/plugin": "2.8.3", + "@parcel/utils": "2.8.3" + }, + "engines": { + "parcel": "^2.8.3" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@parcel/types": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.8.3.tgz", @@ -9425,6 +9465,16 @@ "@parcel/plugin": "2.8.3" } }, + "@parcel/packager-raw-url": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw-url/-/packager-raw-url-2.8.3.tgz", + "integrity": "sha512-v8k/x2pnR3DDiIJrPTUcBd+MjH9ocpac0dsdJ02yeyGIQTecqL6nuCtu6W4m75CC7vFjjh/aCK9TJsOHOFnCFQ==", + "dev": true, + "requires": { + "@parcel/plugin": "2.8.3", + "@parcel/utils": "2.8.3" + } + }, "@parcel/packager-svg": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.8.3.tgz", @@ -9747,6 +9797,18 @@ } } }, + "@parcel/transformer-webmanifest": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@parcel/transformer-webmanifest/-/transformer-webmanifest-2.8.3.tgz", + "integrity": "sha512-v3NuQc1K1AMfD1+hvh/YYpxBEin52CvEX94MnjwYK6bDmJ35rNuttIs7T6DZxAOopRbGwoTchCShIbv15gTcvg==", + "dev": true, + "requires": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/diagnostic": "2.8.3", + "@parcel/plugin": "2.8.3", + "@parcel/utils": "2.8.3" + } + }, "@parcel/types": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.8.3.tgz", diff --git a/package.json b/package.json index 93dd9e0..7f78f0f 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,17 @@ "staticPath": "src/static" }, "devDependencies": { + "@parcel/packager-raw-url": "^2.8.3", "@parcel/transformer-sass": "^2.8.3", + "@parcel/transformer-webmanifest": "^2.8.3", "@types/downloadjs": "^1.4.3", "@types/lodash": "^4.14.191", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "buffer": "^5.7.1", "parcel": "^2.8.3", - "path-browserify": "^1.0.1", "parcel-reporter-static-files-copy": "^1.5.0", + "path-browserify": "^1.0.1", "process": "^0.11.10" }, "dependencies": { diff --git a/src/index.html b/src/index.html index 58f813f..8b6e690 100644 --- a/src/index.html +++ b/src/index.html @@ -12,6 +12,7 @@ content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0, interactive-widget=resizes-content" /> +