Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Ravende/ECHub
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoxaxeo committed Feb 22, 2024
2 parents 223372d + 44273f5 commit 5d3b9fa
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 249 deletions.
83 changes: 0 additions & 83 deletions frontend/.eslintrc.json

This file was deleted.

163 changes: 36 additions & 127 deletions frontend/package-lock.json

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

13 changes: 4 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ECHub",
"name": "echub",
"version": "1.0.0",
"main": "index.js",
"scripts": {
Expand All @@ -14,29 +14,24 @@
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"axios": "^1.6.7",
"babel-loader": "^9.1.3",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^6.1.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"node-emoji": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-kakao-maps-sdk": "^1.1.26",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.1",
"sort-by": "^1.2.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 5d3b9fa

Please sign in to comment.