v-avatar-cropper
Version:
Support cutting of avatars of PC and mobile phones.
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "v-avatar-cropper",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --fix src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varjay/avatar-crop.git"
},
"dependencies": {
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"sass": "^1.72.0",
"vite": "^6.3.5"
},
"description": "Support cutting of avatars of PC and mobile phones.",
"main": "/lib/index.js",
"directories": {
"lib": "lib"
},
"keywords": [
"avatar-crop",
"头像裁剪",
"微信头像裁剪",
"wechat",
"vue3",
"vue-component",
"image-cropper",
"avatar-editor",
"mobile-friendly",
"touch-gestures",
"responsive",
"无依赖",
"移动端",
"轻量级"
],
"author": "virjay",
"license": "ISC"
}