vue-picture-bd-marker
Version:
关于ui-picture-bd-marker插件的Vue封装
48 lines • 1.18 kB
JSON
{
"name": "@sunshengfei/vue-vmarker",
"description": "关于ui-picture-bd-marker插件的Vue封装",
"version": "1.4.3",
"author": "freddon <gsiner@live.com>",
"license": "Apache-2.0 License",
"private": false,
"main": "examples/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sunshengfei/vue-vmarker"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bugs": {
"url": "https://github.com/sunshengfei/vue-vmarker/issues"
},
"scripts": {
"serve": "vue-cli-service serve"
},
"keywords": [
"marker",
"画",
"打标签",
"图像画框",
"标签",
"标注"
],
"dependencies": {
"core-js": "^3.6.5",
"eslint-plugin-vue": "^7.12.1",
"ui-picture-bd-marker": "^2.3.5",
"vue": "^2.6.11",
"vue-picture-bd-marker": "*"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "4.14.1",
"sass-loader": "7.3.1",
"vue-template-compiler": "^2.6.11"
}
}