@modulab/image-viewer
Version:
图片预览
22 lines (21 loc) • 471 B
JSON
{
"name": "@modulab/image-viewer",
"type": "module",
"version": "0.0.1",
"description": "图片预览",
"main": "index.ts",
"dependencies": {
"vue": "^3.4.19",
"element-plus": "^2.8.0",
"@modulab/hooks": "^0.0.5"
},
"author": "張同學",
"keywords": [
"对话框"
],
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}