From 1c90a0241c54a1d49d619f2d665181d157da1787 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Thu, 8 Aug 2024 16:04:32 +0530 Subject: [PATCH] Add loader in index html --- package.json | 14 +++++++------- public/index.html | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 36bb092..91e19c9 100644 --- a/package.json +++ b/package.json @@ -20,19 +20,12 @@ "@react-navigation/stack": "^6.4.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", - "@typescript-eslint/eslint-plugin": "^6.13.2", - "@typescript-eslint/parser": "^6.13.2", "@walletconnect/web3wallet": "^1.13.0", "assert": "^2.1.0", "chain-registry": "^1.41.2", "cosmjs-types": "^0.9.0", - "eslint": "^8.3.0", - "eslint-config-react-app": "^7.0.1", - "eslint-plugin-react": "^7.33.2", - "eslint-webpack-plugin": "^3.1.1", "ethers": "5.7.2", "https-browserify": "^1.0.0", - "husky": "^9.0.11", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -84,7 +77,14 @@ "@types/node": "^16.7.13", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", + "@typescript-eslint/eslint-plugin": "^6.13.2", + "@typescript-eslint/parser": "^6.13.2", "crypto-browserify": "^3.12.0", + "eslint": "^8.3.0", + "eslint-config-react-app": "^7.0.1", + "eslint-plugin-react": "^7.33.2", + "eslint-webpack-plugin": "^3.1.1", + "husky": "^9.0.11", "react-app-rewired": "^2.2.1", "stream-browserify": "^3.0.0" } diff --git a/public/index.html b/public/index.html index 1a6d95a..1e28cec 100644 --- a/public/index.html +++ b/public/index.html @@ -25,10 +25,50 @@ Learn how to configure a non-root public URL by running `npm run build`. --> Laconic Wallet + -
+
+
+
+
+