diff --git a/README.md b/README.md index a942e08..76f1acf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - hot-fix 핫 버그 수정 - bug-fix 버그 수정 - refactor 기능 수정 추가 및 코드 수정 +- wip 작업 중일 때 #### Commit Prefix diff --git a/package.json b/package.json index 86d8165..9633571 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,22 @@ "version": "0.1.0", "private": true, "dependencies": { + "axios": "0.21.1", "chalk": "4.1.0", "cross-env": "7.0.2", + "immutable": "4.0.0-rc.12", + "lodash-es": "4.17.21", "node-plop": "0.26.2", "plop": "2.7.4", "prettier": "2.1.1", "react": "16.13.1", "react-app-polyfill": "1.0.6", "react-dom": "16.13.1", + "react-redux": "7.2.2", "react-router-dom": "5.2.0", "react-scripts": "4.0.3", + "redux": "4.0.5", + "redux-saga": "1.1.3", "rimraf": "3.0.2", "sanitize.css": "12.0.1", "serve": "11.3.2", @@ -26,6 +32,7 @@ "@testing-library/react": "11.0.2", "@types/fontfaceobserver": "0.0.6", "@types/jest": "25.1.4", + "@types/lodash-es": "4.17.4", "@types/node": "14.6.4", "@types/react": "17.0.0", "@types/react-dom": "16.9.8", diff --git a/public/index.html b/public/index.html index 176324c..9519394 100644 --- a/public/index.html +++ b/public/index.html @@ -10,35 +10,12 @@ content="Web site created using create-react-app" /> - - +