@hognevevle/vue-avatar-cropper
Version:
A simple and elegant component to crop and upload avatars
76 lines (75 loc) • 2 kB
JSON
{
"name": "@hognevevle/vue-avatar-cropper",
"description": "A simple and elegant component to crop and upload avatars",
"version": "5.1.5-next",
"main": "./dist/vue-avatar-cropper.umd.js",
"module": "./dist/vue-avatar-cropper.es.js",
"unpkg": "./dist/vue-avatar-cropper.umd.js",
"exports": {
"require": "./dist/vue-avatar-cropper.umd.js",
"import": "./dist/vue-avatar-cropper.es.js"
},
"browser": {
"./sfc": "src/vue-avatar-cropper.vue"
},
"files": [
"dist/vue-avatar-cropper.umd.js",
"dist/vue-avatar-cropper.es.js",
"src/vue-avatar-cropper.vue"
],
"scripts": {
"build": "NODE_ENV=production vite build",
"dev": "vite serve ./dev --clearScreen false",
"dev:net": "run-p dev:build 'dev:serve --host'",
"test:lint": "eslint .",
"pretest": "run-s build",
"test": "run-p --aggregate-output test:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overtrue/vue-avatar-cropper.git"
},
"keywords": [
"vue",
"cropper",
"vue-cropper",
"vue-avatar",
"avatar-cropper",
"vue-avatar-cropper"
],
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/compiler-sfc": ">3.0.0",
"autoprefixer": "^10.3.4",
"eslint": "^8.1.0",
"eslint-plugin-vue": "^8.0.3",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"sass": "^1.45.0",
"sirv-cli": "^1.0.14",
"vite": "^2.7.2",
"vue": ">3.0.0",
"vue-eslint-parser": "^8.0.1",
"vue-loader": "^17.0.0"
},
"dependencies": {
"cropperjs": "^1.5.12",
"mime": "^3.0.0"
},
"author": {
"name": "overtrue",
"email": "i@overtrue.me",
"url": "https://overtrue.me"
},
"engines": {
"node": ">=10"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/overtrue/vue-avatar-cropper/issues"
},
"homepage": "https://github.com/overtrue/vue-avatar-cropper#readme"
}