diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 02:11:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 02:11:30 +0900 |
| commit | 7468748c141943fa000edea4098d54bf3cdff55e (patch) | |
| tree | c381d9479e3542e13512c696ad0859b141f51549 /frontend/package.json | |
| parent | 6603d3ea5a54647e8eda8ec253835eb7a36e5eb2 (diff) | |
| download | phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.gz phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.zst phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.zip | |
frontend: openapi
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index c3ac2f5..ae51afd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,6 +16,7 @@ "@remix-run/serve": "^2.10.3", "isbot": "^5.1.13", "jwt-decode": "^4.0.0", + "openapi-fetch": "^0.10.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-use-websocket": "^4.8.1", @@ -36,6 +37,7 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", + "openapi-typescript": "^7.1.0", "postcss": "^8.4.40", "prettier": "^3.3.3", "tailwindcss": "^3.4.7", |
