package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "v-viewer@^1.5.1",
  3. "_id": "v-viewer@1.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K3PQ8utnVXXBCa5IRXRAhk/m83fNIsK77gTSXqAmPJe8eDTaSY1nifAOWPUmQDjzuCxYfa14UjGftHR9MFV70Q==",
  6. "_location": "/v-viewer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v-viewer@^1.5.1",
  12. "name": "v-viewer",
  13. "escapedName": "v-viewer",
  14. "rawSpec": "^1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/v-viewer/-/v-viewer-1.7.4.tgz",
  22. "_shasum": "2a7214250c55e8698807575302ebd9f231e73393",
  23. "_spec": "v-viewer@^1.5.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "mirari"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mirari/v-viewer/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash-es": "^4.17.21",
  34. "viewerjs": "^1.11.6"
  35. },
  36. "deprecated": false,
  37. "description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js",
  38. "devDependencies": {
  39. "@antfu/eslint-config": "^0.6.4",
  40. "@commitlint/cli": "^12.1.1",
  41. "@commitlint/config-conventional": "^12.1.1",
  42. "@types/lodash-es": "^4.17.12",
  43. "@typescript-eslint/eslint-plugin": "^4.22.1",
  44. "@typescript-eslint/parser": "^4.22.0",
  45. "@vue/compiler-sfc": "^3.2.26",
  46. "@vue/eslint-config-prettier": "^6.0.0",
  47. "@vue/eslint-config-typescript": "^7.0.0",
  48. "@vue/runtime-dom": "^3.2.4",
  49. "bulma": "^0.9.2",
  50. "eslint": "^7.25.0",
  51. "eslint-config-prettier": "^8.3.0",
  52. "eslint-plugin-prettier": "^3.4.0",
  53. "eslint-plugin-vue": "^7.9.0",
  54. "husky": "^6.0.0",
  55. "lint-staged": "^11.0.0",
  56. "prettier": "^2.2.1",
  57. "sass": "^1.47.0",
  58. "standard-version": "^9.3.0",
  59. "typescript": "^4.5.4",
  60. "vite": "^2.9.16",
  61. "vite-plugin-vue2": "^1.9.2",
  62. "vue": "^2.7.16",
  63. "vue-template-compiler": "^2.7.16",
  64. "vue-tsc": "^0.30.2"
  65. },
  66. "exports": {
  67. ".": {
  68. "import": "./dist/index.es.js",
  69. "require": "./dist/index.umd.js"
  70. }
  71. },
  72. "files": [
  73. "dist",
  74. "types",
  75. "README.md"
  76. ],
  77. "homepage": "https://github.com/mirari/v-viewer#readme",
  78. "keywords": [
  79. "vue",
  80. "viewer",
  81. "gallery",
  82. "picture",
  83. "img",
  84. "image"
  85. ],
  86. "license": "MIT",
  87. "main": "./dist/index.umd.js",
  88. "module": "./dist/index.es.js",
  89. "name": "v-viewer",
  90. "peerDependencies": {
  91. "viewerjs": "^1.9.0",
  92. "vue": "^2.0.0"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/mirari/v-viewer.git"
  97. },
  98. "scope": "VueViewer",
  99. "scripts": {
  100. "build": "vue-tsc --noEmit && vite build",
  101. "dev": "vite serve example --config example/vite.config.ts",
  102. "lint": "eslint .",
  103. "lint:fix": "eslint . --fix",
  104. "prepare": "husky install",
  105. "preview:build": "vite build example --config example/vite.config.ts",
  106. "preview:serve": "vite preview example --config example/vite.config.ts",
  107. "publish:beta": "npm run build && npm publish --tag beta",
  108. "publish:legacy": "npm run build && npm publish --tag legacy",
  109. "release": "standard-version",
  110. "release:beta": "standard-version -p beta"
  111. },
  112. "types": "./types/index.d.ts",
  113. "unpkg": "./dist/index.umd.js",
  114. "version": "1.7.4"
  115. }