Skip to content

Commit

Permalink
Merge pull request #12 from NewWays-TechForImpactKAIST/feat/fetch-api
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang authored Nov 17, 2023
2 parents 532ae11 + 4faa0eb commit 3c488bc
Show file tree
Hide file tree
Showing 25 changed files with 666 additions and 44 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/favicon.png" />
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>뉴웨이즈 다양성 평가 리포트</title>
</head>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/plots": "^1.2.5",
"@emotion/react": "^11.11.1",
"antd": "^5.11.1",
"immer": "^10.0.3",
Expand Down Expand Up @@ -45,6 +46,7 @@
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.10"
"vite": "^4.4.10",
"vite-plugin-svgr": "^4.1.0"
}
}
232 changes: 226 additions & 6 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 3c488bc

Please sign in to comment.