Skip to content

Commit

Permalink
[FE] Refactor/#495 GA 패키지 json (#497)
Browse files Browse the repository at this point in the history
* feat: Google Analytics 적용

* refactor: react-ga 추가 및 이동이 필요한 라이브러리 위치 변경

* refactor: 필요없는 코드 삭제
  • Loading branch information
GC-Park authored Sep 25, 2023
1 parent ae6eed6 commit 3c7f3e1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 17 deletions.
54 changes: 38 additions & 16 deletions frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"history": "^5.3.0",
"msw-storybook-addon": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-router-dom": "^6.14.1",
"styled-components": "^6.0.3"
},
Expand All @@ -46,6 +46,7 @@
"@types/jest": "^29.5.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
Expand Down

0 comments on commit 3c7f3e1

Please sign in to comment.