diff --git a/client/package.json b/client/package.json index 0bd012e..169a982 100644 --- a/client/package.json +++ b/client/package.json @@ -8,15 +8,17 @@ "postinstall": "nuxt prepare" }, "devDependencies": { + "@iconify-json/fluent": "latest", "@iconify-json/heroicons": "latest", "@iconify-json/ph": "latest", "@iconify-json/simple-icons": "latest", "@iconify-json/twemoji": "latest", - "@iconify-json/fluent": "latest", "@nuxt/devtools": "latest", "@nuxt/ui": "^2.8.1", "@nuxtjs/fontaine": "^0.4.1", "@nuxtjs/google-fonts": "^3.0.2", + "@types/html-to-text": "^9.0.4", + "@types/pretty": "^2.0.3", "@types/splitpanes": "^2.2.1", "@vueuse/core": "^10.4.1", "@vueuse/nuxt": "^10.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7aae0d..78f2c4f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,6 +87,12 @@ importers: '@nuxtjs/google-fonts': specifier: ^3.0.2 version: 3.1.1(rollup@3.29.4) + '@types/html-to-text': + specifier: ^9.0.4 + version: 9.0.4 + '@types/pretty': + specifier: ^2.0.3 + version: 2.0.3 '@types/splitpanes': specifier: ^2.2.1 version: 2.2.6 @@ -2418,6 +2424,10 @@ packages: '@types/unist': 3.0.2 dev: true + /@types/html-to-text@9.0.4: + resolution: {integrity: sha512-pUY3cKH/Nm2yYrEmDlPR1mR7yszjGx4DrwPjQ702C4/D5CwHuZTgZdIdwPkRbcuhs7BAh2L5rg3CL5cbRiGTCQ==} + dev: true + /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: @@ -2440,6 +2450,10 @@ packages: undici-types: 5.26.5 dev: true + /@types/pretty@2.0.3: + resolution: {integrity: sha512-xR96pShNlrxLd3gZqzCnbaAmbYhiRYjW51CDFjektZemqpBZBAAkMwxm4gBraJP/xSgKcsQhLXdlXOwDNWo4VQ==} + dev: true + /@types/resolve@1.20.2: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true