diff --git a/frontend/package.json b/frontend/package.json index 5a122a0..6988142 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,6 +25,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.4.0", + "h3": "^1.7.1", "isomorphic-fetch": "^3.0.0", "nuxt": "3.6.5", "prettier": "^2.7.1", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 9a76db7..cb50ab4 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -100,6 +100,9 @@ devDependencies: eslint-plugin-vue: specifier: ^9.4.0 version: 9.8.0(eslint@8.29.0) + h3: + specifier: ^1.7.1 + version: 1.7.1 isomorphic-fetch: specifier: ^3.0.0 version: 3.0.0