diff --git a/.prettierrc b/.prettierrc index 87cf9d6..21feb34 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,8 @@ { - "trailingComma": "es5", "tabWidth": 4, - "semi": false, - "singleQuote": false -} + "useTabs": true, + "semi": true, + "singleQuote": false, + "bracketSpacing": true + } + \ No newline at end of file diff --git a/package.json b/package.json index 1e29da7..1d09a79 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "mui-tel-input": "^7.0.0", "prop-types": "^15.8.1", "react": "^19.0.0", + "react-cookie": "^7.2.2", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5", "react-hook-form": "^7.54.2", @@ -68,8 +69,8 @@ }, "devDependencies": { "@types/node": "^22.10.5", - "@types/react": "^19.0.3", + "@types/react": "^19.0.4", "@types/react-dom": "^19.0.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2d7544..7a51ff0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,6 +95,9 @@ importers: react: specifier: ^19.0.0 version: 19.0.0 + react-cookie: + specifier: ^7.2.2 + version: 7.2.2(react@19.0.0) react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) @@ -127,13 +130,13 @@ importers: specifier: ^22.10.5 version: 22.10.5 '@types/react': - specifier: ^19.0.3 + specifier: ^19.0.4 version: 19.0.4 '@types/react-dom': specifier: ^19.0.2 version: 19.0.2(@types/react@19.0.4) typescript: - specifier: ^5.7.2 + specifier: ^5.7.3 version: 5.7.3 packages: @@ -1598,6 +1601,9 @@ packages: '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} + '@types/hoist-non-react-statics@3.3.6': + resolution: {integrity: sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==} + '@types/html-minifier-terser@6.1.0': resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} @@ -2339,6 +2345,10 @@ packages: resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} engines: {node: '>= 0.6'} + cookie@0.7.2: + resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} + engines: {node: '>= 0.6'} + cookie@1.0.2: resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} engines: {node: '>=18'} @@ -4915,6 +4925,11 @@ packages: resolution: {integrity: sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==} engines: {node: '>=14'} + react-cookie@7.2.2: + resolution: {integrity: sha512-e+hi6axHcw9VODoeVu8WyMWyoosa1pzpyjfvrLdF7CexfU+WSGZdDuRfHa4RJgTpfv3ZjdIpHE14HpYBieHFhg==} + peerDependencies: + react: '>= 16.3.0' + react-dev-utils@12.0.1: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} @@ -5742,6 +5757,9 @@ packages: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} + universal-cookie@7.2.2: + resolution: {integrity: sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ==} + universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -7883,6 +7901,11 @@ snapshots: dependencies: '@types/node': 22.10.5 + '@types/hoist-non-react-statics@3.3.6': + dependencies: + '@types/react': 19.0.4 + hoist-non-react-statics: 3.3.2 + '@types/html-minifier-terser@6.1.0': {} '@types/http-errors@2.0.4': {} @@ -8744,6 +8767,8 @@ snapshots: cookie@0.7.1: {} + cookie@0.7.2: {} + cookie@1.0.2: {} core-js-compat@3.40.0: @@ -11735,6 +11760,13 @@ snapshots: regenerator-runtime: 0.13.11 whatwg-fetch: 3.6.20 + react-cookie@7.2.2(react@19.0.0): + dependencies: + '@types/hoist-non-react-statics': 3.3.6 + hoist-non-react-statics: 3.3.2 + react: 19.0.0 + universal-cookie: 7.2.2 + react-dev-utils@12.0.1(eslint@8.57.1)(typescript@5.7.3)(webpack@5.97.1): dependencies: '@babel/code-frame': 7.26.2 @@ -12745,6 +12777,11 @@ snapshots: dependencies: crypto-random-string: 2.0.0 + universal-cookie@7.2.2: + dependencies: + '@types/cookie': 0.6.0 + cookie: 0.7.2 + universalify@0.2.0: {} universalify@2.0.1: {} diff --git a/public/index.html b/public/index.html index aa069f2..720d1f0 100644 --- a/public/index.html +++ b/public/index.html @@ -1,43 +1,21 @@ -
- - - - - - - - - -