Merge branch 'main' of https://github.com/interchain-name/icns-frontend into main
This commit is contained in:
commit
13d053b936
15
.eslintignore
Normal file
15
.eslintignore
Normal file
@ -0,0 +1,15 @@
|
||||
**/*.scss
|
||||
**/*.html
|
||||
**/*.json
|
||||
**/*.png
|
||||
**/*.svg
|
||||
**/*.ttf
|
||||
**/*.secret
|
||||
**/*.md
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
.next
|
||||
|
||||
yarn.lock
|
||||
.github/*
|
44
.eslintrc.js
Normal file
44
.eslintrc.js
Normal file
@ -0,0 +1,44 @@
|
||||
module.exports = {
|
||||
parser: "@typescript-eslint/parser",
|
||||
extends: [
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:react/recommended",
|
||||
"plugin:prettier/recommended",
|
||||
"plugin:import/typescript",
|
||||
],
|
||||
plugins: ["react-hooks", "unicorn", "import"],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: "module",
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
"prettier/prettier": "error",
|
||||
"react/prop-types": "off",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"react/self-closing-comp": "error",
|
||||
"react/jsx-fragments": ["error", "element"],
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-inferrable-types": "off",
|
||||
"@typescript-eslint/no-use-before-define": "off",
|
||||
"@typescript-eslint/no-empty-function": "warn",
|
||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||
"@typescript-eslint/camelcase": "off",
|
||||
"react-hooks/rules-of-hooks": "error",
|
||||
"react-hooks/exhaustive-deps": "warn",
|
||||
"unicorn/filename-case": [
|
||||
"error",
|
||||
{
|
||||
case: "kebabCase",
|
||||
},
|
||||
],
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
version: "detect",
|
||||
},
|
||||
},
|
||||
};
|
15
.prettierignore
Normal file
15
.prettierignore
Normal file
@ -0,0 +1,15 @@
|
||||
**/*.png
|
||||
**/*.svg
|
||||
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
.next
|
||||
|
||||
yarn.lock
|
||||
|
||||
.eslintignore
|
||||
.prettierignore
|
||||
|
||||
package.json
|
||||
tsconfig.json
|
4
.prettierrc.js
Normal file
4
.prettierrc.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
trailingComma: "all",
|
||||
tabWidth: 2,
|
||||
};
|
BIN
.yarn/cache/@babel-code-frame-npm-7.18.6-25229a7e34-195e2be317.zip
vendored
Normal file
BIN
.yarn/cache/@babel-code-frame-npm-7.18.6-25229a7e34-195e2be317.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-validator-identifier-npm-7.19.1-d84f19e1dc-0eca5e86a7.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-validator-identifier-npm-7.19.1-d84f19e1dc-0eca5e86a7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-highlight-npm-7.18.6-9d35ad2e27-92d8ee6154.zip
vendored
Normal file
BIN
.yarn/cache/@babel-highlight-npm-7.18.6-9d35ad2e27-92d8ee6154.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@eslint-community-eslint-utils-npm-4.1.2-c61919fe72-de817fbb30.zip
vendored
Normal file
BIN
.yarn/cache/@eslint-community-eslint-utils-npm-4.1.2-c61919fe72-de817fbb30.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-eslint-npm-8.4.10-9df5f4bc78-21e009ed9e.zip
vendored
Normal file
BIN
.yarn/cache/@types-eslint-npm-8.4.10-9df5f4bc78-21e009ed9e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-estree-npm-1.0.0-eddde5b631-910d97fb70.zip
vendored
Normal file
BIN
.yarn/cache/@types-estree-npm-1.0.0-eddde5b631-910d97fb70.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip
vendored
Normal file
BIN
.yarn/cache/@types-glob-npm-7.2.0-772334bf9a-6ae717fedf.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-json-schema-npm-7.0.11-79462ae5ca-527bddfe62.zip
vendored
Normal file
BIN
.yarn/cache/@types-json-schema-npm-7.0.11-79462ae5ca-527bddfe62.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-minimatch-npm-5.1.2-aab9c394d3-0391a28286.zip
vendored
Normal file
BIN
.yarn/cache/@types-minimatch-npm-5.1.2-aab9c394d3-0391a28286.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-normalize-package-data-npm-2.4.1-c31c56ae6a-e87bccbf11.zip
vendored
Normal file
BIN
.yarn/cache/@types-normalize-package-data-npm-2.4.1-c31c56ae6a-e87bccbf11.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip
vendored
Normal file
BIN
.yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.45.0-af83fa2940-7cff671a9b.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.45.0-af83fa2940-7cff671a9b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.45.0-3605eae0e9-be96c89b91.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.45.0-3605eae0e9-be96c89b91.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.45.0-1d0f09fec7-33a383881e.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.45.0-1d0f09fec7-33a383881e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/ansi-styles-npm-3.2.1-8cb8107983-d85ade01c1.zip
vendored
Normal file
BIN
.yarn/cache/ansi-styles-npm-3.2.1-8cb8107983-d85ade01c1.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/builtin-modules-npm-3.3.0-db4f3d32de-db021755d7.zip
vendored
Normal file
BIN
.yarn/cache/builtin-modules-npm-3.3.0-db4f3d32de-db021755d7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/chalk-npm-2.4.2-3ea16dd91e-ec3661d38f.zip
vendored
Normal file
BIN
.yarn/cache/chalk-npm-2.4.2-3ea16dd91e-ec3661d38f.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/ci-info-npm-3.7.0-3df431b240-6e5df02503.zip
vendored
Normal file
BIN
.yarn/cache/ci-info-npm-3.7.0-3df431b240-6e5df02503.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/clean-regexp-npm-1.0.0-f349f98f15-0b1ce281b0.zip
vendored
Normal file
BIN
.yarn/cache/clean-regexp-npm-1.0.0-f349f98f15-0b1ce281b0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/color-convert-npm-1.9.3-1fe690075e-fd7a64a17c.zip
vendored
Normal file
BIN
.yarn/cache/color-convert-npm-1.9.3-1fe690075e-fd7a64a17c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/color-name-npm-1.1.3-728b7b5d39-09c5d3e33d.zip
vendored
Normal file
BIN
.yarn/cache/color-name-npm-1.1.3-728b7b5d39-09c5d3e33d.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/common-tags-npm-1.8.2-2c30ba69b3-767a6255a8.zip
vendored
Normal file
BIN
.yarn/cache/common-tags-npm-1.8.2-2c30ba69b3-767a6255a8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip
vendored
Normal file
BIN
.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/detect-newline-npm-3.1.0-6d33fa8d37-ae6cd429c4.zip
vendored
Normal file
BIN
.yarn/cache/detect-newline-npm-3.1.0-6d33fa8d37-ae6cd429c4.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/diff-match-patch-npm-1.0.5-f715ad1381-841522d01b.zip
vendored
Normal file
BIN
.yarn/cache/diff-match-patch-npm-1.0.5-f715ad1381-841522d01b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/error-ex-npm-1.3.2-5654f80c0f-c1c2b8b65f.zip
vendored
Normal file
BIN
.yarn/cache/error-ex-npm-1.3.2-5654f80c0f-c1c2b8b65f.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/escape-string-regexp-npm-1.0.5-3284de402f-6092fda75c.zip
vendored
Normal file
BIN
.yarn/cache/escape-string-regexp-npm-1.0.5-3284de402f-6092fda75c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/eslint-config-prettier-npm-8.5.0-a1dd58b6d8-0d0f5c32e7.zip
vendored
Normal file
BIN
.yarn/cache/eslint-config-prettier-npm-8.5.0-a1dd58b6d8-0d0f5c32e7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/eslint-plugin-json-format-npm-2.0.1-81d1761041-d9dfa96114.zip
vendored
Normal file
BIN
.yarn/cache/eslint-plugin-json-format-npm-2.0.1-81d1761041-d9dfa96114.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip
vendored
Normal file
BIN
.yarn/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/eslint-plugin-unicorn-npm-45.0.1-6636bdf3ed-c871934fd6.zip
vendored
Normal file
BIN
.yarn/cache/eslint-plugin-unicorn-npm-45.0.1-6636bdf3ed-c871934fd6.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/eslint-scope-npm-5.1.1-71fe59b18a-47e4b6a3f0.zip
vendored
Normal file
BIN
.yarn/cache/eslint-scope-npm-5.1.1-71fe59b18a-47e4b6a3f0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/estraverse-npm-4.3.0-920a32f3c6-a6299491f9.zip
vendored
Normal file
BIN
.yarn/cache/estraverse-npm-4.3.0-920a32f3c6-a6299491f9.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/fast-diff-npm-1.2.0-5ba4171bb6-1b5306eaa9.zip
vendored
Normal file
BIN
.yarn/cache/fast-diff-npm-1.2.0-5ba4171bb6-1b5306eaa9.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/find-up-npm-4.1.0-c3ccf8d855-4c172680e8.zip
vendored
Normal file
BIN
.yarn/cache/find-up-npm-4.1.0-c3ccf8d855-4c172680e8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/git-hooks-list-npm-1.0.3-6264e08e82-a1dd03d39c.zip
vendored
Normal file
BIN
.yarn/cache/git-hooks-list-npm-1.0.3-6264e08e82-a1dd03d39c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/globby-npm-10.0.0-cb35d8adf9-fbff58d2fc.zip
vendored
Normal file
BIN
.yarn/cache/globby-npm-10.0.0-cb35d8adf9-fbff58d2fc.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/has-flag-npm-3.0.0-16ac11fe05-4a15638b45.zip
vendored
Normal file
BIN
.yarn/cache/has-flag-npm-3.0.0-16ac11fe05-4a15638b45.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/hosted-git-info-npm-2.8.9-62c44fa93f-c955394bda.zip
vendored
Normal file
BIN
.yarn/cache/hosted-git-info-npm-2.8.9-62c44fa93f-c955394bda.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/indent-string-npm-4.0.0-7b717435b2-824cfb9929.zip
vendored
Normal file
BIN
.yarn/cache/indent-string-npm-4.0.0-7b717435b2-824cfb9929.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/is-arrayish-npm-0.2.1-23927dfb15-eef4417e3c.zip
vendored
Normal file
BIN
.yarn/cache/is-arrayish-npm-0.2.1-23927dfb15-eef4417e3c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/is-builtin-module-npm-3.2.0-8f435dc375-0315751b89.zip
vendored
Normal file
BIN
.yarn/cache/is-builtin-module-npm-3.2.0-8f435dc375-0315751b89.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/is-plain-obj-npm-2.1.0-8dffd7ae9c-cec9100678.zip
vendored
Normal file
BIN
.yarn/cache/is-plain-obj-npm-2.1.0-8dffd7ae9c-cec9100678.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/isarray-npm-1.0.0-db4f547720-f032df8e02.zip
vendored
Normal file
BIN
.yarn/cache/isarray-npm-1.0.0-db4f547720-f032df8e02.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/isobject-npm-2.1.0-2798cf0d94-811c6f5a86.zip
vendored
Normal file
BIN
.yarn/cache/isobject-npm-2.1.0-2798cf0d94-811c6f5a86.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/jsesc-npm-0.5.0-6827074492-b8b44cbfc9.zip
vendored
Normal file
BIN
.yarn/cache/jsesc-npm-0.5.0-6827074492-b8b44cbfc9.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/jsesc-npm-3.0.2-3b3b74ec0d-a36d3ca405.zip
vendored
Normal file
BIN
.yarn/cache/jsesc-npm-3.0.2-3b3b74ec0d-a36d3ca405.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/json-fixer-npm-1.6.15-ae75b6da33-ae805d5155.zip
vendored
Normal file
BIN
.yarn/cache/json-fixer-npm-1.6.15-ae75b6da33-ae805d5155.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-798ed4cf33.zip
vendored
Normal file
BIN
.yarn/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-798ed4cf33.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/line-column-npm-1.0.2-bdeb1193f9-7b71b3aaeb.zip
vendored
Normal file
BIN
.yarn/cache/line-column-npm-1.0.2-bdeb1193f9-7b71b3aaeb.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/lines-and-columns-npm-1.2.4-d6c7cc5799-0c37f9f7fa.zip
vendored
Normal file
BIN
.yarn/cache/lines-and-columns-npm-1.2.4-d6c7cc5799-0c37f9f7fa.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/locate-path-npm-5.0.0-46580c43e4-83e51725e6.zip
vendored
Normal file
BIN
.yarn/cache/locate-path-npm-5.0.0-46580c43e4-83e51725e6.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip
vendored
Normal file
BIN
.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/min-indent-npm-1.0.1-77031f50e1-bfc6dd03c5.zip
vendored
Normal file
BIN
.yarn/cache/min-indent-npm-1.0.1-77031f50e1-bfc6dd03c5.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip
vendored
Normal file
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/normalize-package-data-npm-2.5.0-af0345deed-7999112efc.zip
vendored
Normal file
BIN
.yarn/cache/normalize-package-data-npm-2.5.0-af0345deed-7999112efc.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/p-limit-npm-2.3.0-94a0310039-84ff17f1a3.zip
vendored
Normal file
BIN
.yarn/cache/p-limit-npm-2.3.0-94a0310039-84ff17f1a3.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/p-locate-npm-4.1.0-eec6872537-513bd14a45.zip
vendored
Normal file
BIN
.yarn/cache/p-locate-npm-4.1.0-eec6872537-513bd14a45.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/p-try-npm-2.2.0-e0390dbaf8-f8a8e9a769.zip
vendored
Normal file
BIN
.yarn/cache/p-try-npm-2.2.0-e0390dbaf8-f8a8e9a769.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/parse-json-npm-5.2.0-00a63b1199-62085b17d6.zip
vendored
Normal file
BIN
.yarn/cache/parse-json-npm-5.2.0-00a63b1199-62085b17d6.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/pegjs-npm-0.10.0-a48104cf8e-65d184ca0e.zip
vendored
Normal file
BIN
.yarn/cache/pegjs-npm-0.10.0-a48104cf8e-65d184ca0e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip
vendored
Normal file
BIN
.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/prettier-linter-helpers-npm-1.0.0-6925131a7e-00ce8011cf.zip
vendored
Normal file
BIN
.yarn/cache/prettier-linter-helpers-npm-1.0.0-6925131a7e-00ce8011cf.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/prettier-npm-2.8.0-746e3df53e-72004ce0cc.zip
vendored
Normal file
BIN
.yarn/cache/prettier-npm-2.8.0-746e3df53e-72004ce0cc.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/read-pkg-npm-5.2.0-50426bd8dc-eb696e6052.zip
vendored
Normal file
BIN
.yarn/cache/read-pkg-npm-5.2.0-50426bd8dc-eb696e6052.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/read-pkg-up-npm-7.0.1-11895bed9a-e4e93ce70e.zip
vendored
Normal file
BIN
.yarn/cache/read-pkg-up-npm-7.0.1-11895bed9a-e4e93ce70e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/regexp-tree-npm-0.1.24-b265ab7f23-5807013289.zip
vendored
Normal file
BIN
.yarn/cache/regexp-tree-npm-0.1.24-b265ab7f23-5807013289.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/regjsparser-npm-0.9.1-47cd7c2ee2-5e1b76afe8.zip
vendored
Normal file
BIN
.yarn/cache/regjsparser-npm-0.9.1-47cd7c2ee2-5e1b76afe8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/safe-regex-npm-2.1.1-4438cded67-5d734e2193.zip
vendored
Normal file
BIN
.yarn/cache/safe-regex-npm-2.1.1-4438cded67-5d734e2193.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/semver-npm-5.7.1-40bcea106b-57fd0acfd0.zip
vendored
Normal file
BIN
.yarn/cache/semver-npm-5.7.1-40bcea106b-57fd0acfd0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/sort-object-keys-npm-1.1.3-314a377026-abea944d67.zip
vendored
Normal file
BIN
.yarn/cache/sort-object-keys-npm-1.1.3-314a377026-abea944d67.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/sort-package-json-npm-1.57.0-e9381da2ff-15758ba6b1.zip
vendored
Normal file
BIN
.yarn/cache/sort-package-json-npm-1.57.0-e9381da2ff-15758ba6b1.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/spdx-correct-npm-3.1.1-47f574c27a-77ce438344.zip
vendored
Normal file
BIN
.yarn/cache/spdx-correct-npm-3.1.1-47f574c27a-77ce438344.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/spdx-exceptions-npm-2.3.0-2b68dad75a-cb69a26fa3.zip
vendored
Normal file
BIN
.yarn/cache/spdx-exceptions-npm-2.3.0-2b68dad75a-cb69a26fa3.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/spdx-expression-parse-npm-3.0.1-b718cbb35a-a1c6e104a2.zip
vendored
Normal file
BIN
.yarn/cache/spdx-expression-parse-npm-3.0.1-b718cbb35a-a1c6e104a2.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/spdx-license-ids-npm-3.0.12-750216a0df-92a4dddce6.zip
vendored
Normal file
BIN
.yarn/cache/spdx-license-ids-npm-3.0.12-750216a0df-92a4dddce6.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/strip-indent-npm-3.0.0-519e75a28d-18f045d57d.zip
vendored
Normal file
BIN
.yarn/cache/strip-indent-npm-3.0.0-519e75a28d-18f045d57d.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/supports-color-npm-5.5.0-183ac537bc-95f6f4ba5a.zip
vendored
Normal file
BIN
.yarn/cache/supports-color-npm-5.5.0-183ac537bc-95f6f4ba5a.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/type-fest-npm-0.6.0-76b229965b-b2188e6e4b.zip
vendored
Normal file
BIN
.yarn/cache/type-fest-npm-0.6.0-76b229965b-b2188e6e4b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/type-fest-npm-0.8.1-351ad028fe-d61c4b2eba.zip
vendored
Normal file
BIN
.yarn/cache/type-fest-npm-0.8.1-351ad028fe-d61c4b2eba.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/validate-npm-package-license-npm-3.0.4-7af8adc7a8-35703ac889.zip
vendored
Normal file
BIN
.yarn/cache/validate-npm-package-license-npm-3.0.4-7af8adc7a8-35703ac889.zip
vendored
Normal file
Binary file not shown.
19
package.json
19
package.json
@ -12,12 +12,27 @@
|
||||
"@types/node": "18.11.9",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-next": "13.0.5",
|
||||
"next": "13.0.5",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"twitter-api-sdk": "^1.2.1",
|
||||
"typescript": "4.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^13.0.5",
|
||||
"@types/eslint": "^8.4.10",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-next": "13.0.5",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json-format": "^2.0.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-unicorn": "^45.0.1",
|
||||
"prettier": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
import '../styles/globals.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
import "../styles/globals.css";
|
||||
import type { AppProps } from "next/app";
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />
|
||||
return <Component {...pageProps} />;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user