refactor(deps): add dependencies
@vueuse/core, @vueuse/nuxt, lodash-move, mammoth, marked, mongodb, mongoose-sequence [fork], sanitize-html, string-strip-html, turndown, uuid, vue-recaptcha, weird-to-normal-chars
This commit is contained in:
parent
983a7e3bdd
commit
d337642ed0
20
package.json
20
package.json
@ -11,8 +11,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/devtools": "latest",
|
"@nuxt/devtools": "latest",
|
||||||
"nuxt": "^3.7.3",
|
"@types/uuid": "^9.0.4",
|
||||||
"prettier": "^3.0.3"
|
"nuxt": "^3.7.4",
|
||||||
|
"prettier": "^3.0.3",
|
||||||
|
"tsconfig-to-dual-package": "^1.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design-vue/nuxt": "^1.1.1",
|
"@ant-design-vue/nuxt": "^1.1.1",
|
||||||
@ -20,19 +22,31 @@
|
|||||||
"@sidebase/nuxt-auth": "0.6.0-beta.6",
|
"@sidebase/nuxt-auth": "0.6.0-beta.6",
|
||||||
"@tinymce/tinymce-vue": "^5.1.1",
|
"@tinymce/tinymce-vue": "^5.1.1",
|
||||||
"@types/jsonwebtoken": "^9.0.3",
|
"@types/jsonwebtoken": "^9.0.3",
|
||||||
|
"@vueuse/core": "^10.4.1",
|
||||||
|
"@vueuse/nuxt": "^10.4.1",
|
||||||
"ant-design-vue": "4.0.x",
|
"ant-design-vue": "4.0.x",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"blueimp-md5": "^2.19.0",
|
"blueimp-md5": "^2.19.0",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
|
"lodash-move": "^1.1.1",
|
||||||
|
"mammoth": "^1.6.0",
|
||||||
|
"marked": "^9.0.3",
|
||||||
|
"mongodb": "^6.1.0",
|
||||||
"mongoose": "^7.5.2",
|
"mongoose": "^7.5.2",
|
||||||
"mongoose-sequence": "^5.3.1",
|
"mongoose-sequence": "git://github.com/amansingh63/mongoose-sequence",
|
||||||
"pinia": "^2.1.6",
|
"pinia": "^2.1.6",
|
||||||
|
"sanitize-html": "^2.11.0",
|
||||||
|
"string-strip-html": "^13.4.3",
|
||||||
"tinymce": "^6.7.0",
|
"tinymce": "^6.7.0",
|
||||||
|
"turndown": "^7.1.2",
|
||||||
|
"uuid": "^9.0.1",
|
||||||
"vee-validate": "^4.11.7",
|
"vee-validate": "^4.11.7",
|
||||||
"vue-dndrop": "^1.3.1",
|
"vue-dndrop": "^1.3.1",
|
||||||
|
"vue-recaptcha": "3.0.0-alpha.6",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
|
"weird-to-normal-chars": "^1.8.3",
|
||||||
"yup": "^1.3.0"
|
"yup": "^1.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user