md/package.json
dependabot[bot] ca25af6b4d
build(deps): bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 01:41:32 +00:00

49 lines
1.3 KiB
JSON

{
"name": "vue-md",
"version": "1.4.3",
"homepage": ".",
"description": "An open-source wechat markdown editor.",
"author": "yanglbme <contact@yanglibin.info>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"ali-oss": "^6.10.0",
"axios": "^0.19.1",
"buffer-from": "^1.1.1",
"codemirror": "^5.50.2",
"core-js": "^3.4.4",
"cos-js-sdk-v5": "^0.5.27",
"crypto-js": "^4.0.0",
"element-ui": "^2.13.0",
"jquery": "^3.5.0",
"juice": "^6.0.0",
"marked": "^0.8.0",
"prettier": "^2.0.5",
"prettify": "^0.1.7",
"qiniu-js": "^3.1.2",
"uuid": "^8.3.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less-loader": "^6.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}