Skip to content

Commit

Permalink
Merge branch 'feat/#100' of https://github.com/Yapp-17th/Web_2_Client
Browse files Browse the repository at this point in the history
…into feat/#100
  • Loading branch information
Lavegaa committed Dec 6, 2020
2 parents 82cdca2 + 82565ba commit c3e8bde
Show file tree
Hide file tree
Showing 63 changed files with 1,771 additions and 694 deletions.
7 changes: 2 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ module.exports = {
},
},
},
settings: {
'import/resolver': {
webpack: {
config: 'webpack.config.js',
},
},
},
};
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 41 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-router-prop-types": "^1.0.5",
"react-spinners": "^0.9.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"simple-peer": "^9.7.2",
Expand Down
Loading

0 comments on commit c3e8bde

Please sign in to comment.