Skip to content

Commit

Permalink
Chore: 리액트 드래그앤 드랍 + 타입스크립트 라이브러리 설치(#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinhyuk committed Sep 15, 2023
1 parent ecea7ca commit 9357cd9
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 9 deletions.
205 changes: 205 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"commit": "./node_modules/cz-customizable/standalone.js"
},
"dependencies": {
"@atlaskit/css-reset": "^6.5.4",
"@auth0/auth0-spa-js": "^2.0.2",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
Expand Down Expand Up @@ -50,6 +51,7 @@
"@nivo/line": "^0.83.0",
"@react-pdf/renderer": "^3.1.5",
"@reduxjs/toolkit": "^1.9.1",
"@types/react-beautiful-dnd": "^13.1.4",
"amazon-cognito-identity-js": "^6.1.2",
"apexcharts": "^3.36.3",
"autosuggest-highlight": "^3.3.4",
Expand All @@ -73,6 +75,7 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.42.1",
Expand Down
Loading

0 comments on commit 9357cd9

Please sign in to comment.