Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Nov 9, 2024
1 parent 9c5905e commit 81c681f
Show file tree
Hide file tree
Showing 72 changed files with 571 additions and 344 deletions.
861 changes: 544 additions & 317 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 빌드 단계
FROM node:18 AS builder
FROM node:18.19-alpine AS builder

# 작업 디렉토리 설정
WORKDIR /app
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@
"build": "tsc && vite build"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@tanstack/react-query": "^5.35.1",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"@channel.io/channel-web-sdk-loader": "^2.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify/react": "^5.0.2",
"@tanstack/react-query": "^5.59.20",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"plotly.js-dist-min": "^2.34.0",
"react": "^18.2.0",
"date-fns": "^4.1.0",
"plotly.js-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"vite-plugin-svgr": "^4.2.0"
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.11.25",
"@types/plotly.js": "^2.33.3",
"@types/node": "^22.9.0",
"@types/plotly.js": "^2.33.5",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^5.1.1"
},
"packageManager": "yarn@4.5.1",
"optionalDependencies": {
Expand Down

0 comments on commit 81c681f

Please sign in to comment.