From 19e5905fa0b050bca9839b542d96410855c688d3 Mon Sep 17 00:00:00 2001 From: Priyatham-sai-chand Date: Wed, 23 Dec 2020 21:14:36 +0530 Subject: [PATCH] clean up redundant packages --- package-lock.json | 587 ++++++++++++++++++------------- package.json | 7 +- src/components/FillingDetails.js | 2 +- src/components/HomePage.js | 258 +++++++------- src/components/LogInContainer.js | 5 +- src/login_reg.css | 3 - 6 files changed, 484 insertions(+), 378 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53badb2..8259253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1168,11 +1168,6 @@ "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz", "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==" }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, "@emotion/is-prop-valid": { "version": "0.8.8", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", @@ -1845,88 +1840,6 @@ } } }, - "@material-ui/core": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.11.2.tgz", - "integrity": "sha512-/D1+AQQeYX/WhT/FUk78UCRj8ch/RCglsQLYujYTIqPSJlwZHKcvHidNeVhODXeApojeXjkl0tWdk5C9ofwOkQ==", - "requires": { - "@babel/runtime": "^7.4.4", - "@material-ui/styles": "^4.11.2", - "@material-ui/system": "^4.11.2", - "@material-ui/types": "^5.1.0", - "@material-ui/utils": "^4.11.2", - "@types/react-transition-group": "^4.2.0", - "clsx": "^1.0.4", - "hoist-non-react-statics": "^3.3.2", - "popper.js": "1.16.1-lts", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0", - "react-transition-group": "^4.4.0" - } - }, - "@material-ui/styles": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.2.tgz", - "integrity": "sha512-xbItf8zkfD3FuGoD9f2vlcyPf9jTEtj9YTJoNNV+NMWaSAHXgrW6geqRoo/IwBuMjqpwqsZhct13e2nUyU9Ljw==", - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/hash": "^0.8.0", - "@material-ui/types": "^5.1.0", - "@material-ui/utils": "^4.11.2", - "clsx": "^1.0.4", - "csstype": "^2.5.2", - "hoist-non-react-statics": "^3.3.2", - "jss": "^10.0.3", - "jss-plugin-camel-case": "^10.0.3", - "jss-plugin-default-unit": "^10.0.3", - "jss-plugin-global": "^10.0.3", - "jss-plugin-nested": "^10.0.3", - "jss-plugin-props-sort": "^10.0.3", - "jss-plugin-rule-value-function": "^10.0.3", - "jss-plugin-vendor-prefixer": "^10.0.3", - "prop-types": "^15.7.2" - }, - "dependencies": { - "csstype": { - "version": "2.6.14", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz", - "integrity": "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==" - } - } - }, - "@material-ui/system": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.11.2.tgz", - "integrity": "sha512-BELFJEel5E+5DMiZb6XXT3peWRn6UixRvBtKwSxqntmD0+zwbbfCij6jtGwwdJhN1qX/aXrKu10zX31GBaeR7A==", - "requires": { - "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", - "csstype": "^2.5.2", - "prop-types": "^15.7.2" - }, - "dependencies": { - "csstype": { - "version": "2.6.14", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz", - "integrity": "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==" - } - } - }, - "@material-ui/types": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", - "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==" - }, - "@material-ui/utils": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz", - "integrity": "sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==", - "requires": { - "@babel/runtime": "^7.4.4", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0" - } - }, "@nodelib/fs.scandir": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", @@ -2058,6 +1971,312 @@ "@sinonjs/commons": "^1.7.0" } }, + "@styled-icons/bootstrap": { + "version": "10.19.0", + "resolved": "https://registry.npmjs.org/@styled-icons/bootstrap/-/bootstrap-10.19.0.tgz", + "integrity": "sha512-cBBaKDzL3qGBbHWmInFBL0VMeoUQo6O11YzTViG6zasdYR5LnLBl39EL0qS183DMnb5yrASHZEmcxc89Ew8akw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/boxicons-logos": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/boxicons-logos/-/boxicons-logos-10.18.0.tgz", + "integrity": "sha512-3KkN+fOu7kNsfImtP5tVb2yufQgp9H1/eLgvn8Q89wrj6yHiUlwplgk7mYccEYX44Pb8aRjNL9T9OHRy5rHzFw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/boxicons-regular": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/boxicons-regular/-/boxicons-regular-10.18.0.tgz", + "integrity": "sha512-o/i+54HOUXCzmDyRI4fTVlR616QBYBH/rmZtLqZ4MTyRiBAB4WRFGu4X29b78euiJfNNOWXxyKZHyS81BuuFUA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/boxicons-solid": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/boxicons-solid/-/boxicons-solid-10.18.0.tgz", + "integrity": "sha512-qQeEJsYse1XW89vd0AuHgDMiYwR81hEeBPbLNJC5rU6B+fBvJ+hFxd8GNxNe71WrLhpw3n4pjMqVmcNaFlAZ6Q==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/crypto": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/crypto/-/crypto-10.18.0.tgz", + "integrity": "sha512-15nxIf16VofU0TVgN5wBUKDl77TgzSX5ba2dbTdof28VC5iokofV95bawtbX4V9+gJDqv6K/mn3+kKjC6k6n5g==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/entypo": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/entypo/-/entypo-10.18.0.tgz", + "integrity": "sha512-FZdYzBiqXgas/c76eeCSWfEy6jpzfvucIXMgwsTDQioh7/x9qVmuyz5TVlghx2zWmtoz4hEnLIDD0Yzw1ajXWQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/entypo-social": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/entypo-social/-/entypo-social-10.18.0.tgz", + "integrity": "sha512-JjDRJrsLi2IhjPBLYPJW+SNOijcOAOHu6ulyEJmtIRCKGzwdFJaXFPVxhULDnsr1vwBlxYdyvpz72liZH1gZpw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/evaicons-outline": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/evaicons-outline/-/evaicons-outline-10.18.0.tgz", + "integrity": "sha512-6D352LtvtzfHlhxgUeair6NPfyJ0y6V+1r710w1qoEVO/mnc9F+ED6MaOCDv8GeDOM3eCPd8y2Fs6EA8zKuv/A==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/evaicons-solid": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/evaicons-solid/-/evaicons-solid-10.18.0.tgz", + "integrity": "sha512-vL1zGDTj2Mp/RedOaEkm5Ni9/h5scY5VQbwTQFnMV+QcLzk+WKCvS3Jj8mbqbEWvL4MtCdJYDC0UPD4sZSHV5A==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/evil": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/evil/-/evil-10.18.0.tgz", + "integrity": "sha512-WeBvdVbMg4qYp7pu21FDyJgDekeNF46B9nkyQFYymEQG95AndZArFPOUzshflBcGKB6xv2+jVyPtbtcHh2oQOA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/fa-brands": { + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/@styled-icons/fa-brands/-/fa-brands-10.22.0.tgz", + "integrity": "sha512-2nVy0/eSAETvqOdj6POmztAwbMLKnczpTMKJupk5xtRxebFValu9gL4lhA3G4BfrUFgexFEeh/2r9/3vmJjJ5A==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/fa-regular": { + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/@styled-icons/fa-regular/-/fa-regular-10.22.0.tgz", + "integrity": "sha512-R8/BpFeRVgid3arIQkywqz5mrRNafUJ1CTAj4flhKBPAXYw+eTwOZipwbYxTxA4/OrPyn7PT0jG/P1KxrqLROw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/fa-solid": { + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/@styled-icons/fa-solid/-/fa-solid-10.22.0.tgz", + "integrity": "sha512-3aaX9Mu6J0W/Oh8jYFGe2bmoc9/sLYYhFHmrSHdRMZ4YdZ5xu6lJO9Aygi0aUjAhXkgJ31+goHL9QIrZ78lWdw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/feather": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/feather/-/feather-10.18.0.tgz", + "integrity": "sha512-W8ESG+KLaiCekydTV6LaP3FW5enwvGMSM2T/wvS8HPmnR6tFb4hn8VQrtXG8Bwdc5RmTJ+2eyN6N3KySMfMC4Q==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/foundation": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/foundation/-/foundation-10.18.0.tgz", + "integrity": "sha512-29+Ts+mBHx/lRIEKMKfaiODpia/worBIodawcE/nIJfwV/EPwE4wD5kjlas8n2rO5H5re97DdFrp7FfZDa0puQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/heroicons-outline": { + "version": "10.19.0", + "resolved": "https://registry.npmjs.org/@styled-icons/heroicons-outline/-/heroicons-outline-10.19.0.tgz", + "integrity": "sha512-iJsSidfi3VqSLGHA3eECSBB8/j+zxV4q2sm21/DiRZZ4UhxBVnySECaHZfSeQ8qafe51+zIR+0oOs4qJAeGCyQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/heroicons-solid": { + "version": "10.19.0", + "resolved": "https://registry.npmjs.org/@styled-icons/heroicons-solid/-/heroicons-solid-10.19.0.tgz", + "integrity": "sha512-s72o12IOKyEOkRSWFqAX6Y/Od6i0ivdP7yl7nlXG9WZNiuU97FasfwS4YS4nw3kmrkM5P00EqlMuHokv4aq7TA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/icomoon": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/icomoon/-/icomoon-10.18.0.tgz", + "integrity": "sha512-4a+j4+zkhfroUiT/4wjFuMJlhL4mvauyKVXZPZPsaRkkhdgWXkfYBy9j9DwA1ETaK+7aZep9Ng3EqHHeOF5bbg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/ionicons-outline": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/ionicons-outline/-/ionicons-outline-10.18.0.tgz", + "integrity": "sha512-X/LMOVpM0tRlLOqxqBslewvLqtIFxpPxMVlLo3BkmfNXq0719uRdTTJFl0amhvRjfa+ZDgnbd+V/NkOlpy3tXQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/ionicons-sharp": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/ionicons-sharp/-/ionicons-sharp-10.18.0.tgz", + "integrity": "sha512-lvz08n79pxuLmLnNUHMxy1t+1AhtQ4eVryyCbq+Ywda+TRgST+o+Dun3EF54td7QPq4gvKcJLqM8ScinQWCenQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/ionicons-solid": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/ionicons-solid/-/ionicons-solid-10.18.0.tgz", + "integrity": "sha512-jtHoZrm7vdWwDUDpfqmS+el92xkOFDbOXzSWV3odakaE1REAJ3tnoi+Sy8TOsM9btf7EHx3mYI9ltf+ZLHcNwA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/material": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/material/-/material-10.18.0.tgz", + "integrity": "sha512-Dij/c82R3mgh1bD+O1CCS3zakEId0crcEb7Nqz6OCgyR24KNjBOMZ5k4JJIxjL/KQJvxJgxUhm0F4pdjMeh9Vg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/material-outlined": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/material-outlined/-/material-outlined-10.18.0.tgz", + "integrity": "sha512-ek+OQLQNBJ41vj1LUSlKfBMCNtmskl8PveOehaDFEWTiqnhYXZPS4t2cxiAnEI7VkgelovVufwNPJmJpnqWZfw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/material-rounded": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/material-rounded/-/material-rounded-10.18.0.tgz", + "integrity": "sha512-mzLXzjuUb/HJxB8aBhIca35/YqoBqUNO8VC/TM7Mh9OrlxEL+gOs87PgBjm7eE7QnDC+sIdRKw6e3lwEJThgSg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/material-sharp": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/material-sharp/-/material-sharp-10.18.0.tgz", + "integrity": "sha512-bN+6UxqLUKUkPNkOH+KCVMar085HpIPLeYf38WthSq74ON7xtlvZ9LJZPlzOycH2xCv0AbRSDvKQCyXKWIq/3g==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/material-twotone": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/material-twotone/-/material-twotone-10.18.0.tgz", + "integrity": "sha512-VBoPrFLOImxUbXp4djMwx9ZrkmKGbUe/wbGWkzEch7flxxFTV5ZJ6Ja/8M1tfNO9uLDp0Dj7L8nGoUT4kFJNFw==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/octicons": { + "version": "10.20.0", + "resolved": "https://registry.npmjs.org/@styled-icons/octicons/-/octicons-10.20.0.tgz", + "integrity": "sha512-rgy3/+pw2beMMZOhw/Rf5xbfivjJmq9nqKayPddssW/cz4j15PdJharUeMxj+BDLJ3ItQF4ezsrcQwdeHs8eqg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/open-iconic": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/open-iconic/-/open-iconic-10.18.0.tgz", + "integrity": "sha512-H+uiRUDm09SXlOgJheOmhT0KeLs5uBS85H2VF1ypMN1m/vy/NdaGP5QAvWTCzBk088JJGYEkvhb4i4pGcwRsEA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/remix-fill": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/remix-fill/-/remix-fill-10.18.0.tgz", + "integrity": "sha512-FbnQMvxt2R7CYb8j/dVAXd31CDg4k3vX1zG/9GH9qpL536yxndnyopa7hwF/Yisy2pzR7uNlNXmTQAmYK2HSrg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/remix-line": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/remix-line/-/remix-line-10.18.0.tgz", + "integrity": "sha512-UZllhk6hEWFyZt+jdPCO4zbeM0P3Y/Lc1iWWOwUXGP5AzStM2KadjaGpi99FhNfrvrly98cVB8b4M/GVExYn0Q==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/simple-icons": { + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/@styled-icons/simple-icons/-/simple-icons-10.22.0.tgz", + "integrity": "sha512-DEsCk9TsW0z4GWdfiuOGkAIU9WzYIfZ7uT7WOoqYeTZe90Fj6FWirIZUWbo2ON0ZMfjmyf6W2hHAJSIiWBRLaA==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/styled-icon": { + "version": "10.6.3", + "resolved": "https://registry.npmjs.org/@styled-icons/styled-icon/-/styled-icon-10.6.3.tgz", + "integrity": "sha512-/A95L3peioLoWFiy+/eKRhoQ9r/oRrN/qzbSX4hXU1nGP2rUXcX3LWUhoBNAOp9Rw38ucc/4ralY427UUNtcGQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@emotion/is-prop-valid": "^0.8.7" + } + }, + "@styled-icons/typicons": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/typicons/-/typicons-10.18.0.tgz", + "integrity": "sha512-VN9vEzeAn5//uUvBN2N/OAXnrC6zCERu1eXUiXmYTwd7n8ZoMMASKmVWrAho20YmhUjEPZdSvS1cJ/pzV9K6Zg==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, + "@styled-icons/zondicons": { + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/@styled-icons/zondicons/-/zondicons-10.18.0.tgz", + "integrity": "sha512-P+XDzHRjY7zgcOYI22VJPg4GW01760VICwMSF2vJFRd0bux3hKIJI8voABA9v00Ce1TeOZnUbKcgQFBNIThs5w==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/styled-icon": "^10.6.0" + } + }, "@surma/rollup-plugin-off-main-thread": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.1.tgz", @@ -4186,11 +4405,6 @@ "shallow-clone": "^0.1.2" } }, - "clsx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" - }, "co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", @@ -4709,15 +4923,6 @@ } } }, - "css-vendor": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", - "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", - "requires": { - "@babel/runtime": "^7.8.3", - "is-in-browser": "^1.0.2" - } - }, "css-what": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", @@ -7586,11 +7791,6 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, - "hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", - "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" - }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -7691,14 +7891,6 @@ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, - "indefinite-observable": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/indefinite-observable/-/indefinite-observable-2.0.1.tgz", - "integrity": "sha512-G8vgmork+6H9S8lUAg1gtXEj2JxIQTo0g2PbFiYOdjkziSI0F7UYBiVwhZRuixhBCNGczAls34+5HJPyZysvxQ==", - "requires": { - "symbol-observable": "1.2.0" - } - }, "indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", @@ -8004,11 +8196,6 @@ "is-extglob": "^2.1.1" } }, - "is-in-browser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", - "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=" - }, "is-module": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", @@ -9823,85 +10010,6 @@ "verror": "1.10.0" } }, - "jss": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss/-/jss-10.5.0.tgz", - "integrity": "sha512-B6151NvG+thUg3murLNHRPLxTLwQ13ep4SH5brj4d8qKtogOx/jupnpfkPGSHPqvcwKJaCLctpj2lEk+5yGwMw==", - "requires": { - "@babel/runtime": "^7.3.1", - "csstype": "^3.0.2", - "indefinite-observable": "^2.0.1", - "is-in-browser": "^1.1.3", - "tiny-warning": "^1.0.2" - } - }, - "jss-plugin-camel-case": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.5.0.tgz", - "integrity": "sha512-GSjPL0adGAkuoqeYiXTgO7PlIrmjv5v8lA6TTBdfxbNYpxADOdGKJgIEkffhlyuIZHlPuuiFYTwUreLUmSn7rg==", - "requires": { - "@babel/runtime": "^7.3.1", - "hyphenate-style-name": "^1.0.3", - "jss": "10.5.0" - } - }, - "jss-plugin-default-unit": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.5.0.tgz", - "integrity": "sha512-rsbTtZGCMrbcb9beiDd+TwL991NGmsAgVYH0hATrYJtue9e+LH/Gn4yFD1ENwE+3JzF3A+rPnM2JuD9L/SIIWw==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.0" - } - }, - "jss-plugin-global": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.5.0.tgz", - "integrity": "sha512-FZd9+JE/3D7HMefEG54fEC0XiQ9rhGtDHAT/ols24y8sKQ1D5KIw6OyXEmIdKFmACgxZV2ARQ5pAUypxkk2IFQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.0" - } - }, - "jss-plugin-nested": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.5.0.tgz", - "integrity": "sha512-ejPlCLNlEGgx8jmMiDk/zarsCZk+DV0YqXfddpgzbO9Toamo0HweCFuwJ3ZO40UFOfqKwfpKMVH/3HUXgxkTMg==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.0", - "tiny-warning": "^1.0.2" - } - }, - "jss-plugin-props-sort": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.5.0.tgz", - "integrity": "sha512-kTLRvrOetFKz5vM88FAhLNeJIxfjhCepnvq65G7xsAQ/Wgy7HwO1BS/2wE5mx8iLaAWC6Rj5h16mhMk9sKdZxg==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.0" - } - }, - "jss-plugin-rule-value-function": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.5.0.tgz", - "integrity": "sha512-jXINGr8BSsB13JVuK274oEtk0LoooYSJqTBCGeBu2cG/VJ3+4FPs1gwLgsq24xTgKshtZ+WEQMVL34OprLidRA==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.0", - "tiny-warning": "^1.0.2" - } - }, - "jss-plugin-vendor-prefixer": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.5.0.tgz", - "integrity": "sha512-rux3gmfwDdOKCLDx0IQjTwTm03IfBa+Rm/hs747cOw5Q7O3RaTUIMPKjtVfc31Xr/XI9Abz2XEupk1/oMQ7zRA==", - "requires": { - "@babel/runtime": "^7.3.1", - "css-vendor": "^2.0.8", - "jss": "10.5.0" - } - }, "jsx-ast-utils": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz", @@ -11331,11 +11439,6 @@ "ts-pnp": "^1.1.6" } }, - "popper.js": { - "version": "1.16.1-lts", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", - "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==" - }, "portfinder": { "version": "1.0.28", "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", @@ -12806,18 +12909,6 @@ "warning": "^4.0.3" } }, - "react-redux": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.2.tgz", - "integrity": "sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==", - "requires": { - "@babel/runtime": "^7.12.1", - "hoist-non-react-statics": "^3.3.2", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^16.13.1" - } - }, "react-refresh": { "version": "0.8.3", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz", @@ -13060,25 +13151,6 @@ "strip-indent": "^3.0.0" } }, - "redux": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz", - "integrity": "sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==", - "requires": { - "loose-envify": "^1.4.0", - "symbol-observable": "^1.2.0" - } - }, - "redux-devtools-extension": { - "version": "2.13.8", - "resolved": "https://registry.npmjs.org/redux-devtools-extension/-/redux-devtools-extension-2.13.8.tgz", - "integrity": "sha512-8qlpooP2QqPtZHQZRhx3x3OP5skEV1py/zUdMY28WNAocbafxdG2tRD1MWE7sp8obGMNYuLWanhhQ7EQvT1FBg==" - }, - "redux-thunk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz", - "integrity": "sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==" - }, "regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", @@ -14815,6 +14887,48 @@ "supports-color": "^5.5.0" } }, + "styled-icons": { + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/styled-icons/-/styled-icons-10.22.0.tgz", + "integrity": "sha512-lBVPj1QT70xITygxHJAI54j2z168cayvqB5cOAaRR5HEbQZ5P3nFuXXPfytf/ZBsJzV6DXT5c2L/+ONeHeGRSQ==", + "requires": { + "@babel/runtime": "^7.10.5", + "@styled-icons/bootstrap": "^10.19.0", + "@styled-icons/boxicons-logos": "^10.18.0", + "@styled-icons/boxicons-regular": "^10.18.0", + "@styled-icons/boxicons-solid": "^10.18.0", + "@styled-icons/crypto": "^10.18.0", + "@styled-icons/entypo": "^10.18.0", + "@styled-icons/entypo-social": "^10.18.0", + "@styled-icons/evaicons-outline": "^10.18.0", + "@styled-icons/evaicons-solid": "^10.18.0", + "@styled-icons/evil": "^10.18.0", + "@styled-icons/fa-brands": "^10.22.0", + "@styled-icons/fa-regular": "^10.22.0", + "@styled-icons/fa-solid": "^10.22.0", + "@styled-icons/feather": "^10.18.0", + "@styled-icons/foundation": "^10.18.0", + "@styled-icons/heroicons-outline": "^10.19.0", + "@styled-icons/heroicons-solid": "^10.19.0", + "@styled-icons/icomoon": "^10.18.0", + "@styled-icons/ionicons-outline": "^10.18.0", + "@styled-icons/ionicons-sharp": "^10.18.0", + "@styled-icons/ionicons-solid": "^10.18.0", + "@styled-icons/material": "^10.18.0", + "@styled-icons/material-outlined": "^10.18.0", + "@styled-icons/material-rounded": "^10.18.0", + "@styled-icons/material-sharp": "^10.18.0", + "@styled-icons/material-twotone": "^10.18.0", + "@styled-icons/octicons": "^10.20.0", + "@styled-icons/open-iconic": "^10.18.0", + "@styled-icons/remix-fill": "^10.18.0", + "@styled-icons/remix-line": "^10.18.0", + "@styled-icons/simple-icons": "^10.22.0", + "@styled-icons/styled-icon": "^10.6.0", + "@styled-icons/typicons": "^10.18.0", + "@styled-icons/zondicons": "^10.18.0" + } + }, "stylehacks": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", @@ -14894,11 +15008,6 @@ "util.promisify": "~1.0.0" } }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" - }, "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 93ae2ad..d205072 100644 --- a/package.json +++ b/package.json @@ -7,24 +7,19 @@ "@fortawesome/free-brands-svg-icons": "^5.15.1", "@fortawesome/free-solid-svg-icons": "^5.15.1", "@fortawesome/react-fontawesome": "^0.1.13", - "@material-ui/core": "^4.11.2", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "axios": "^0.21.0", "bootstrap": "^4.5.3", - "classnames": "^2.2.6", "install": "^0.13.0", "react": "^17.0.1", "react-bootstrap": "^1.4.0", "react-dom": "^17.0.1", - "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.0", - "redux": "^4.0.5", - "redux-devtools-extension": "^2.13.8", - "redux-thunk": "^2.3.0", "styled-components": "^5.2.1", + "styled-icons": "^10.22.0", "web-vitals": "^0.2.4" }, "scripts": { diff --git a/src/components/FillingDetails.js b/src/components/FillingDetails.js index 8170fad..10422ca 100644 --- a/src/components/FillingDetails.js +++ b/src/components/FillingDetails.js @@ -1,5 +1,5 @@ import React,{useState} from 'react'; -import Form from 'react-bootstrap'; + import styled from 'styled-components'; import Footer from './Footer'; import NavBar from './NavBar'; diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 957b906..bd402a4 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -1,4 +1,4 @@ -import React from 'react'; +import React from 'react'; import '../homepage.css'; import 'bootstrap/dist/css/bootstrap.min.css'; import NavBar from './NavBar'; @@ -21,165 +21,171 @@ const FeatureBox = styled.div` padding: 4.5%; `; +const ContainerPadded = styled(Container)` + padding: 7% 15%; +`; +const BigHeading = styled.h1` + font-family: "Montserrat-Black"; + font-size: 3.5rem; + line-height: 1.5; +`; -export default function HomePage(){ +export default function HomePage() { const history = useHistory(); - - return ( - -
- < NavBar /> - -
- - - - - -

Adapt to a new place easy peasy.

- - - + return ( - - - - locaft-mockup - - -
-
-
-
+
+ < NavBar /> - +
- -
- -

Easy to use.

-

Get relocated.We'll take care of everything.

-
+ -
- -

Efficient

-

Get highest number of services for lowest cost possible.

-
+ -
- -

Relax

-

Sit back , we'll do the dirty work.

-
-
+ + Adapt to a new place easy peasy. + + - -
-
+ - + + locaft-mockup + -
-
-

Our Partners

- indigo-logo - avasa-logo - vrl-logo - nobroker-logo + + +
+
-
-
+ -
- -
+
- -

About Us

-

Adapting to a new place is always hard in any phase of life. We aim to make it easy.

+ +

Easy to use.

+

Get relocated.We'll take care of everything.

- +
- -

Vision

-

Bringing all the basic amenities to the new place before your arrival.

+ +

Efficient

+

Get highest number of services for lowest cost possible.

- +
- -

Mission

-

Getting adapted and familiar to the new place made easy.

+ +

Relax

+

Sit back , we'll do the dirty work.

+
+ + + +
+
+ + -
-
+ + +
+

Our Partners

+ indigo-logo + avasa-logo + vrl-logo + +
+
+ +
+ +
+
+ +

About Us

+

Adapting to a new place is always hard in any phase of life. We aim to make it easy.

+
+ +
+ +

Vision

+

Bringing all the basic amenities to the new place before your arrival.

+
+ +
+ +

Mission

+

Getting adapted and familiar to the new place made easy.

+
+
+
+
-
+
-
- -

Recommend us to your friends !

- - -
- -
-

Any comments ?

-

Your comments are what help us improve.

- -
-
- - -
-
- - - - -

© Copyright 2020 Locaft

-

Terms and Conditions

-

Privacy Policy

-
- +
+

Recommend us to your friends !

+ + +
+
+

Any comments ?

+

Your comments are what help us improve.

- +
+ + +
- - ); - } + + + ); +} diff --git a/src/components/LogInContainer.js b/src/components/LogInContainer.js index 6d3c89d..2fbd5e9 100644 --- a/src/components/LogInContainer.js +++ b/src/components/LogInContainer.js @@ -6,8 +6,7 @@ import Footer from './Footer'; import '../login_reg.css'; -class LogInContainer extends Component { - render() { +const LogInContainer = (props) => { return (
@@ -47,7 +46,7 @@ class LogInContainer extends Component { ); } -} + export default withRouter(LogInContainer); diff --git a/src/login_reg.css b/src/login_reg.css index 8c34304..25584f0 100644 --- a/src/login_reg.css +++ b/src/login_reg.css @@ -1,5 +1,4 @@ .Apper { - height: 100vh; display: flex; color: white; } @@ -42,13 +41,11 @@ display:flex; align-content: flex-start; justify-content: flex-start; - margin-bottom: 120px; } .Apper__Aside__text { text-align: center; - margin-bottom: 40px; } .Apper_quote{