add turndown

This commit is contained in:
ivamp 2023-12-12 20:02:53 +08:00
parent 76b399dd2d
commit 84cf40b3ac
3 changed files with 20 additions and 1 deletions

View File

@ -21,6 +21,7 @@
"pinia": "^2.0.0",
"pinia-plugin-persistedstate": "^3.2.0",
"roboto-fontface": "*",
"turndown": "^7.1.2",
"vue": "^3.2.0",
"vue-axios": "^3.5.2",
"vue-router": "^4.0.0",
@ -30,6 +31,7 @@
"@babel/types": "^7.21.4",
"@mdi/font": "^7.3.67",
"@types/node": "^18.15.0",
"@types/turndown": "^5.0.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.37.0",

File diff suppressed because one or more lines are too long

View File

@ -750,6 +750,11 @@
resolved "https://registry.npmmirror.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
"@types/turndown@^5.0.4":
version "5.0.4"
resolved "https://registry.npmmirror.com/@types/turndown/-/turndown-5.0.4.tgz#61fcdda2e539a86b1d40cb3277505f22ca76f014"
integrity sha512-28GI33lCCkU4SGH1GvjDhFgOVr+Tym4PXGBIU1buJUa6xQolniPArtUT+kv42RR2N9MsMLInkr904Aq+ESHBJg==
"@typescript-eslint/eslint-plugin@^5.59.1":
version "5.62.0"
resolved "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
@ -1344,6 +1349,11 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"
domino@^2.1.6:
version "2.1.6"
resolved "https://registry.npmmirror.com/domino/-/domino-2.1.6.tgz#fe4ace4310526e5e7b9d12c7de01b7f485a57ffe"
integrity sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==
duck@^0.1.12:
version "0.1.12"
resolved "https://registry.npmmirror.com/duck/-/duck-0.1.12.tgz#de7adf758421230b6d7aee799ce42670586b9efa"
@ -2576,6 +2586,13 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"
turndown@^7.1.2:
version "7.1.2"
resolved "https://registry.npmmirror.com/turndown/-/turndown-7.1.2.tgz#7feb838c78f14241e79ed92a416e0d213e044a29"
integrity sha512-ntI9R7fcUKjqBP6QU8rBK2Ehyt8LAzt3UBT9JR9tgo6GtuKvyUzpayWmeMKJw1DPdXzktvtIT8m2mVXz+bL/Qg==
dependencies:
domino "^2.1.6"
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"