vuejs-avatar-crop
Version:
Support cutting of avatars of PC and mobile phones.
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "vuejs-avatar-crop",
"version": "1.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varjay/avatar-crop.git"
},
"dependencies": {
"register-service-worker": "^1.5.2",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-pwa": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17"
},
"description": "Support cutting of avatars of PC and mobile phones.",
"main": "/lib/index.js",
"directories": {
"lib": "lib"
},
"keywords": [
"avatar-crop",
"头像裁剪",
"微信头像裁剪",
"wechat"
],
"author": "virjay",
"license": "ISC"
}