Skip to content

Commit

Permalink
Merge branch 'dev' into alarm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 29, 2024
2 parents eb784ae + 599c640 commit 5cf2f44
Show file tree
Hide file tree
Showing 54 changed files with 8,260 additions and 3,717 deletions.
4,723 changes: 2,164 additions & 2,559 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file removed .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const nextConfig = {
return config;
},
images: {
unoptimized: true,
remotePatterns: [
{
protocol: 'https',
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && yarn openapi-typescript",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --watch"
"test": "jest --watch",
"openapi-typescript": "npx openapi-typescript https://api-dev.sopt.org/v2/api-docs.yaml -o ./src/__generated__/api.d.ts"
},
"engines": {
"node": ">=20.18.0 <21"
Expand All @@ -20,13 +21,14 @@
"@sopt-makers/colors": "^3.0.1",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.4",
"@sopt-makers/ui": "^2.4.4",
"@sopt-makers/ui": "^2.7.13",
"axios": "^1.3.4",
"dayjs": "^1.11.9",
"eslint-config-next": "^14.1.4",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^10.1.1",
"next": "^14.1.4",
"openapi-fetch": "^0.13.0",
"react": "^18.2.0",
"react-datepicker": "^6.5.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -67,6 +69,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^24.0.0",
"openapi-typescript": "^7.4.3",
"prettier": "^3.2.5",
"storybook": "8.0.4",
"ts-jest": "^29.0.5",
Expand Down
Loading

0 comments on commit 5cf2f44

Please sign in to comment.