UNPKG

file-viewer-js

Version:
54 lines (53 loc) 1.35 kB
{ "name": "file-viewer-js", "private": false, "version": "0.1.3", "description": "web端文件查看插件(JS版)", "type": "module", "main": "dist/file-view.js", "types": "dist/type/main.d.ts", "publisher": "1042970366@qq.com", "repository": { "type": "git", "url": "git+https://github.com/itmier/file-viewer-js.git" }, "keywords": [ "file-viewer-js", "file-view", "file-viewer", "图片放大查看工具" ], "author": "Tmier", "license": "MIT", "bugs": { "url": "https://github.com/itmier/file-viewer-js/issues" }, "homepage": "https://github.com/itmier/file-viewer-js", "scripts": { "dev": "vite", "build": "vite build && tsc -p ./tsconfig.json -emitDeclarationOnly && tsc-alias -p ./tsconfig.json", "preview": "vite preview", "cz": "git add . && czg" }, "devDependencies": { "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@vitejs/plugin-vue": "^4.0.0", "czg": "^1.4.1", "element-plus": "^2.2.28", "sass": "^1.58.0", "tsc-alias": "^1.8.2", "typescript": "^4.9.5", "vite": "^4.0.0", "vue": "^3.2.45", "vue-tsc": "^1.0.24" }, "config": { "commitizen": { "path": "node_modules/cz-git" } }, "files": [ "dist" ] }