2023-09-23 15:58:51 -04:00
|
|
|
{
|
2023-09-27 00:00:16 -04:00
|
|
|
"name": "nuxt-app",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "nuxt build",
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
"postinstall": "nuxt prepare"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nuxt/devtools": "latest",
|
2023-12-20 16:36:11 -05:00
|
|
|
"@nuxtjs/i18n": "^8.0.0-rc.9",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"@types/uuid": "^9.0.4",
|
2023-12-30 16:08:11 -05:00
|
|
|
"@vue/language-server": "^1.8.27",
|
2023-12-25 20:18:26 -05:00
|
|
|
"nuxt": "^3.9.0",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"prettier": "^3.0.3",
|
2023-12-06 22:17:29 -05:00
|
|
|
"tsconfig-to-dual-package": "^1.2.0",
|
|
|
|
"typescript": "latest"
|
2023-09-27 00:00:16 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design-vue/nuxt": "^1.1.1",
|
|
|
|
"@pinia/nuxt": "^0.4.11",
|
|
|
|
"@sidebase/nuxt-auth": "0.6.0-beta.6",
|
|
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
|
|
|
"@types/jsonwebtoken": "^9.0.3",
|
2023-12-29 20:09:24 -05:00
|
|
|
"@types/turndown": "^5.0.4",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"@vueuse/core": "^10.4.1",
|
|
|
|
"@vueuse/nuxt": "^10.4.1",
|
2023-09-27 00:00:16 -04:00
|
|
|
"ant-design-vue": "4.0.x",
|
2023-10-10 22:30:38 -04:00
|
|
|
"axios": "^1.5.1",
|
2023-09-27 00:00:16 -04:00
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"blueimp-md5": "^2.19.0",
|
|
|
|
"date-fns": "^2.30.0",
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
|
|
|
"lodash-es": "^4.17.21",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"lodash-move": "^1.1.1",
|
|
|
|
"mammoth": "^1.6.0",
|
|
|
|
"marked": "^9.0.3",
|
|
|
|
"mongodb": "^6.1.0",
|
2023-12-06 22:17:29 -05:00
|
|
|
"mongoose": "^8.0.2",
|
|
|
|
"mongoose-sequence": "https://github.com/amansingh63/mongoose-sequence",
|
2023-10-03 01:00:29 -04:00
|
|
|
"nuxt-security": "^0.14.4",
|
2023-10-10 22:30:38 -04:00
|
|
|
"nuxt-speedkit": "3.0.0-next.26",
|
2023-09-27 00:00:16 -04:00
|
|
|
"pinia": "^2.1.6",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"sanitize-html": "^2.11.0",
|
2023-12-28 03:32:41 -05:00
|
|
|
"sharp": "^0.33.1",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"string-strip-html": "^13.4.3",
|
2023-09-27 00:00:16 -04:00
|
|
|
"tinymce": "^6.7.0",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"turndown": "^7.1.2",
|
|
|
|
"uuid": "^9.0.1",
|
2023-09-27 00:00:16 -04:00
|
|
|
"vee-validate": "^4.11.7",
|
2024-01-04 17:13:50 -05:00
|
|
|
"vue": "^3.4.4",
|
2023-09-27 00:00:16 -04:00
|
|
|
"vue-dndrop": "^1.3.1",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"vue-recaptcha": "3.0.0-alpha.6",
|
2023-09-27 00:00:16 -04:00
|
|
|
"vuedraggable": "^4.1.0",
|
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
2023-10-02 15:58:09 -04:00
|
|
|
"weird-to-normal-chars": "^1.8.3",
|
2023-10-03 01:00:29 -04:00
|
|
|
"winston": "^3.10.0",
|
2023-09-27 00:00:16 -04:00
|
|
|
"yup": "^1.3.0"
|
2023-12-25 22:56:07 -05:00
|
|
|
},
|
|
|
|
"trustedDependencies": [
|
|
|
|
"sharp"
|
|
|
|
]
|
2023-09-23 15:58:51 -04:00
|
|
|
}
|