Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/FinalDoubleTen/TenTenFE into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
jseo9732 committed Jan 3, 2024
2 parents 2d6d624 + 8cf0099 commit aaeadd7
Show file tree
Hide file tree
Showing 61 changed files with 2,898 additions and 960 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
</body>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=7287e4673b4e4e2d5a4f7455e0251080"></script>
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_KAKAO_API_KEY%"></script>
</html>
106 changes: 102 additions & 4 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-kakao-maps-sdk": "^1.1.24",
"react-router-dom": "^6.21.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.3"
"styled-components": "^6.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-infinite-scroller": "^1.2.5",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
Expand All @@ -39,6 +43,7 @@
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.4.0",
"terser": "^5.26.0",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
Expand Down
Loading

0 comments on commit aaeadd7

Please sign in to comment.