package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "@file-viewer/vue2.7-full",
  3. "version": "2.1.8",
  4. "private": false,
  5. "type": "module",
  6. "description": "Full Vue 2.7 package for Flyfish File Viewer with the complete preset enabled by default.",
  7. "keywords": [
  8. "file-viewer",
  9. "document-preview",
  10. "vue",
  11. "vue2",
  12. "vue2.7",
  13. "full-preset",
  14. "office-preview",
  15. "cad-viewer",
  16. "document-viewer",
  17. "file-preview"
  18. ],
  19. "publishConfig": {
  20. "access": "public",
  21. "registry": "https://registry.npmjs.org/"
  22. },
  23. "author": {
  24. "name": "Wangyu",
  25. "email": "wybaby168@gmail.com"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/flyfish-dev/file-viewer-vue2.7-full.git",
  30. "directory": "packages/components/vue2.7-full"
  31. },
  32. "homepage": "https://doc.file-viewer.app/",
  33. "bugs": {
  34. "url": "https://github.com/flyfish-dev/file-viewer-vue2.7-full/issues"
  35. },
  36. "funding": {
  37. "type": "individual",
  38. "url": "https://dev.flyfish.group/shop"
  39. },
  40. "main": "./dist/index.js",
  41. "module": "./dist/index.js",
  42. "types": "./dist/index.d.ts",
  43. "exports": {
  44. ".": {
  45. "types": "./dist/index.d.ts",
  46. "import": "./dist/index.js",
  47. "default": "./dist/index.js"
  48. },
  49. "./package.json": "./package.json"
  50. },
  51. "files": [
  52. "dist",
  53. "README.md",
  54. "README.en.md"
  55. ],
  56. "scripts": {
  57. "build": "tsc -b tsconfig.json",
  58. "type-check": "tsc -b tsconfig.json"
  59. },
  60. "peerDependencies": {
  61. "vue": ">=2.7 <3"
  62. },
  63. "dependencies": {
  64. "@file-viewer/preset-all": "workspace:^2.1.8",
  65. "@file-viewer/vue2.7": "workspace:^2.1.8"
  66. },
  67. "devDependencies": {
  68. "typescript": "^6.0.3",
  69. "vue": "^2.7.16"
  70. },
  71. "license": "Apache-2.0"
  72. }