37 Star 528 Fork 118

GLUESTICK / vue-img-cutter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-img-cutter",
"version": "3.0.4",
"description": "A image crop plug-in for Vue,you can use it to rotate、zoom images and cut any size",
"author": "acccccccb <tabzhang@foxmail.com>",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.20.3",
"vue": "^3.2.29",
"vue-i18n": "^9.1.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.2.29",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.20.0"
},
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/acccccccb/vue-img-cutter.git"
},
"keywords": [
"image",
"crop",
"cutter",
"vue",
"裁剪"
],
"license": "Apache2.0",
"bugs": {
"url": "https://github.com/acccccccb/vue-img-cutter/issues"
},
"homepage": "https://ihtmlcss.com/demo/dist/#/croptool",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
JavaScript
1
https://gitee.com/GLUESTICK/vue-img-cutter.git
git@gitee.com:GLUESTICK/vue-img-cutter.git
GLUESTICK
vue-img-cutter
vue-img-cutter
master

搜索帮助