|
@ -22,7 +22,6 @@ |
|
|
"@nuxt/webpack": "^2.16.0", |
|
|
"@nuxt/webpack": "^2.16.0", |
|
|
"@nuxtjs/axios": "^5.13.6", |
|
|
"@nuxtjs/axios": "^5.13.6", |
|
|
"@nuxtjs/composition-api": "^0.33.1", |
|
|
"@nuxtjs/composition-api": "^0.33.1", |
|
|
"@nuxtjs/i18n": "^7.3.1", |
|
|
|
|
|
"@nuxtjs/proxy": "^2.1.0", |
|
|
"@nuxtjs/proxy": "^2.1.0", |
|
|
"@nuxtjs/vuetify": "^1.*", |
|
|
"@nuxtjs/vuetify": "^1.*", |
|
|
"@toast-ui/vue-editor": "^2.5.3", |
|
|
"@toast-ui/vue-editor": "^2.5.3", |
|
@ -89,15 +88,12 @@ |
|
|
"eslint-plugin-nuxt": "^2.0.0", |
|
|
"eslint-plugin-nuxt": "^2.0.0", |
|
|
"eslint-plugin-promise": "5.1.0", |
|
|
"eslint-plugin-promise": "5.1.0", |
|
|
"eslint-plugin-vue": "^7.14.0", |
|
|
"eslint-plugin-vue": "^7.14.0", |
|
|
"jest": "^27.0.6", |
|
|
|
|
|
"jest-transform-stub": "^2.0.0", |
|
|
|
|
|
"nodemon": "^2.0.12", |
|
|
"nodemon": "^2.0.12", |
|
|
"prettier": "^2.3.2", |
|
|
"prettier": "^2.3.2", |
|
|
"raw-loader": "^4.0.2", |
|
|
"raw-loader": "^4.0.2", |
|
|
"stylus": "^0.54.8", |
|
|
"stylus": "^0.54.8", |
|
|
"stylus-loader": "^4.3.3", |
|
|
"stylus-loader": "^4.3.3", |
|
|
"typescript": "^4.3.5", |
|
|
"typescript": "^4.3.5" |
|
|
"vue-jest": "^3.0.7" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"resolutions": { |
|
|
"resolutions": { |
|
|
"node-fetch": "^2.6.7", |
|
|
"node-fetch": "^2.6.7", |
|
@ -105,6 +101,9 @@ |
|
|
"highlight.js": "^10.4.1", |
|
|
"highlight.js": "^10.4.1", |
|
|
"markdown-it": "^12.3.2", |
|
|
"markdown-it": "^12.3.2", |
|
|
"watchpack": "^1.7.5", |
|
|
"watchpack": "^1.7.5", |
|
|
"minimist": "npm:minimist-lite@2.2.0" |
|
|
"minimist": "npm:minimist-lite@2.2.0", |
|
|
|
|
|
"nuxt-i18n/@babel/traverse": "^7.23.2", |
|
|
|
|
|
"@nuxtjs/eslint-config/**/@babel/traverse": "^7.23.2", |
|
|
|
|
|
"@nuxtjs/eslint-config-typescript/**/@babel/traverse": "^7.23.2" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
xxxxxxxxxx