vue-select-avatar
Version:
94 lines (93 loc) • 2.58 kB
JSON
{
"name": "vue-select-avatar",
"version": "3.0.0-alpha.8",
"description": "一个头像集选择/裁剪的组件库",
"keywords": [
"avatar",
"avatar-crop",
"avatar-select",
"crop",
"select",
"select-avatar",
"vue-avatar",
"头像",
"裁剪",
"选择头像"
],
"homepage": "https://github.com/xiangheng08/vue-select-avatar",
"bugs": {
"url": "https://github.com/xiangheng08/vue-select-avatar/issues"
},
"license": "MIT",
"author": "xiangheng08",
"repository": {
"type": "git",
"url": "git+https://github.com/xiangheng08/vue-select-avatar"
},
"files": [
"dist",
"index.js"
],
"type": "module",
"main": "./index.js",
"module": "./index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"dev:lib": "tsdown --watch --no-clean",
"build": "run-p type-check \"build-only {@}\" --",
"build:lib": "tsdown --minify",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "oxfmt .",
"format:lib": "oxfmt lib/",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"publish-npm": "npm publish --access public --registry https://registry.npmjs.org/",
"pub": "run-s build:lib publish-npm",
"pack:dry": "npm pack --dry-run"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@tsdown/css": "^0.22.0",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"@xiangheng08/qrcode": "^0.0.2",
"element-plus": "^2.14.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"oxfmt": "^0.45.0",
"oxlint": "~1.60.0",
"sass": "^1.99.0",
"tsdown": "^0.22.0",
"typescript": "~6.0.0",
"unplugin-element-plus": "^0.11.2",
"unplugin-vue": "^7.2.0",
"unrun": "^0.3.0",
"vite": "^8.0.8",
"vite-plugin-vue-devtools": "^8.1.1",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.5",
"vue": "^3.5.32",
"vue-router": "^5.0.7",
"vue-select-avatar": "link:",
"vue-tsc": "^3.2.6"
},
"peerDependencies": {
"vue": "^3.5.13 <4.0.0"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}