diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4c9620d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# http://editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +indent_size = 4 +insert_final_newline = true +max_line_length = 80 +trim_trailing_whitespace = true + +[*.md] +max_line_length = 0 +trim_trailing_whitespace = false + +[COMMIT_EDITMSG] +max_line_length = 0 diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..9b6cf5e --- /dev/null +++ b/.prettierrc @@ -0,0 +1,8 @@ +{ + "printWidth": 120, + "proseWrap": "always", + "trailingComma": "es5", + "tabWidth": 4, + "semi": false, + "singleQuote": true +} diff --git a/package.json b/package.json index 2bf7b55..7c2735e 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@types/react-dom": "^17.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.1.2", "web-vitals": "^1.0.1" @@ -39,5 +40,15 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@types/react-router-dom": "^5.1.7", + "@types/smoothscroll-polyfill": "^0.3.1", + "@types/styled-components": "^5.1.9", + "history": "^5.0.0", + "react-icons": "^4.2.0", + "react-toastify": "^7.0.4", + "smoothscroll-polyfill": "^0.4.4", + "styled-components": "^5.3.0" } } 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..40eff0b 100644 --- a/public/index.html +++ b/public/index.html @@ -4,40 +4,15 @@ - - - -