Skip to content

Commit aea0960

Browse files
committed
feat: initialize Next.js frontend with dependencies and update environment configurations
1 parent f0f4796 commit aea0960

2 files changed

Lines changed: 140 additions & 2 deletions

File tree

frontend-nextjs/package-lock.json

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend-nextjs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@
6666
},
6767
"devDependencies": {
6868
"@biomejs/biome": "1.9.4",
69+
"@hey-api/openapi-ts": "^0.57.0",
6970
"@types/node": "^22",
7071
"@types/react": "^19",
71-
"@types/react-dom": "^19",
72-
"@hey-api/openapi-ts": "^0.57.0",
72+
"@types/react-dom": "^19",
73+
"openapi-ts": "^0.3.4",
7374
"postcss": "^8.5",
7475
"tailwindcss": "^3.4.17",
7576
"typescript": "^5"

0 commit comments

Comments
 (0)