avvvatars-vue
Version:
generates unique placeholder avatars with either characters or shapes for your vue project
72 lines • 1.85 kB
JSON
{
"name": "avvvatars-vue",
"type": "module",
"version": "1.1.1",
"description": "generates unique placeholder avatars with either characters or shapes for your vue project",
"author": "Fatih Yildiz",
"license": "MIT",
"homepage": "https://github.com/0fatihyildiz/avvvatars-vue",
"repository": {
"type": "git",
"url": "https://github.com/0fatihyildiz/avvvatars-vue.git"
},
"bugs": "https://github.com/0fatihyildiz/avvvatars-vue/issues",
"keywords": [
"placeholder avatars",
"avatars",
"vue",
"random avatar"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"peerDependencies": {
"vue": ">=3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue-macros/volar": "^0.18.11",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"unplugin-vue": "^5.0.4",
"unplugin-vue-macros": "^2.7.10",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1",
"vue": "^3.4.21"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build --mode production",
"dev": "pnpm --filter playground dev",
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage"
}
}