v-viewer-picture
Version:
Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
84 lines (83 loc) • 2.31 kB
JSON
{
"name": "v-viewer-picture",
"scope": "VueViewer",
"type": "module",
"version": "1.1.8",
"description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js",
"author": "mirari",
"license": "MIT",
"homepage": "https://github.com/mirari/v-viewer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba4184hub/v-viewer.git"
},
"bugs": {
"url": "https://gitee.com/crazy_about_programming/v-viewer/issues"
},
"keywords": [
"vue",
"viewer",
"gallery",
"picture",
"img",
"image"
],
"exports": {
".": {
"types": "./types/index.d.js",
"require": "./dist/index.umd.cjs",
"import": "./dist/index.js"
}
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"unpkg": "./dist/index.iife.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types",
"README.md"
],
"scripts": {
"prepare": "husky install",
"dev": "vite serve example --config example/vite.config.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "vue-tsc --noEmit && vite build",
"preview:build": "vite build example --config example/vite.config.ts",
"preview:serve": "vite preview example --config example/vite.config.ts",
"release": "standard-version",
"publish": "npm run build && npm publish",
"publish:next": "npm run build && npm publish --tag next"
},
"peerDependencies": {
"viewerjs-vue": "^1.1.8",
"vue": "^3.0.0"
},
"dependencies": {
"lodash-es": "^4.17.21",
"viewerjs-vue": "^1.1.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/lodash-es": "^4.17.6",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-plugin-jsx": "^1.4.0",
"@vue/babel-preset-jsx": "^1.4.0",
"@vue/compiler-sfc": "^3.2.26",
"@vue/runtime-dom": "^3.5.14",
"bulma": "^0.9.4",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"lint-staged": "^15.2.10",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue": "^3.2.37",
"vue-tsc": "^0.40.4"
}
}