Skip to content

Commit

Permalink
Merge pull request #24 from Nexters/feat/sector-detail
Browse files Browse the repository at this point in the history
feat(Report): Implement dummy donut chart
  • Loading branch information
eric-jy-park authored Feb 27, 2024
2 parents 116c605 + f4403ce commit 49ba1ea
Show file tree
Hide file tree
Showing 53 changed files with 1,541 additions and 305 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_API_HOST=http://110.234.18.211:8080
NEXT_PUBLIC_API_HOST=https://api.pay-out.us
2 changes: 1 addition & 1 deletion orval.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
main: {
input: {
target: `${process.env.NEXT_PUBLIC_API_HOST}/v3/api-docs`
target: `${process.env.NEXT_PUBLIC_API_HOST ?? "https://api.pay-out.us"}/v3/api-docs`
},
output: {
mode: "split",
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
"generate:api": "orval --config ./orval.config.js"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@lukemorales/query-key-factory": "^1.3.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@remixicon/react": "^4.1.1",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@tremor/react": "^3.14.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
Expand All @@ -31,6 +35,7 @@
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
Loading

0 comments on commit 49ba1ea

Please sign in to comment.