diff --git a/package-lock.json b/package-lock.json index 4d05ac0..ffac950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "react-router-dom": "^6.26.1", "react-scripts": "5.0.1", "react-toastify": "^10.0.5", + "sweetalert2": "^11.12.4", "web-vitals": "^2.1.4" } }, @@ -18652,6 +18653,16 @@ "boolbase": "~1.0.0" } }, + "node_modules/sweetalert2": { + "version": "11.12.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.4.tgz", + "integrity": "sha512-ZSpyaLbAmn4b7xjnV9x9BFD1UOrCAhIzm1D8dZ443kGxtVKqbTIA5SgXs4xeEtmFfEXUyC3RBgpSlu1AXmCiHA==", + "license": "MIT", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/limonte" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", diff --git a/package.json b/package.json index 2f32aa4..d97f494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "hbaseapp", - "version": "0.1.0", + "name": "react-placeholder", + "version": "1.0.0", "private": true, "dependencies": { "@emotion/react": "^11.13.0", @@ -20,6 +20,7 @@ "react-router-dom": "^6.26.1", "react-scripts": "5.0.1", "react-toastify": "^10.0.5", + "sweetalert2": "^11.12.4", "web-vitals": "^2.1.4" }, "scripts": { diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index aa069f2..ec0b93c 100644 --- a/public/index.html +++ b/public/index.html @@ -7,37 +7,16 @@ - - -