package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "fmode-ng",
  3. "version": "0.0.83",
  4. "author": "未来全栈",
  5. "license": "COPYRIGHT © 未来飞马 未来全栈 www.fmode.cn All RIGHTS RESERVED",
  6. "peerDependencies": {
  7. "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  8. "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9. "@angular/forms": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  10. "@angular/material": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  11. "@angular/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  12. "ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  13. "ng-zorro-antd": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  14. "parse": "^5.0.0",
  15. "@types/parse": "^3.0.9",
  16. "@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  17. "qiniu-js": "^3.0.0 || ^2.0.0",
  18. "recorder-core": "^1.2.23070100",
  19. "@amap/amap-jsapi-loader": "^1.0.1",
  20. "mathjax-full": "3.2.2",
  21. "markdown-it": "^13.0.0 || ^14.0.0",
  22. "markdown-it-abbr": "^1.0.4",
  23. "markdown-it-deflist": "^2.1.0",
  24. "markdown-it-footnote": "^3.0.3",
  25. "markdown-it-imsize": "^2.0.1",
  26. "markdown-it-ins": "^3.0.1",
  27. "markdown-it-mark": "^3.0.1",
  28. "markdown-it-mathjax": "^2.0.0",
  29. "markdown-it-ruby": "^0.1.1",
  30. "markdown-it-sub": "^1.0.0",
  31. "markdown-it-sup": "^1.0.0",
  32. "esdk-obs-browserjs": "^3.23.5",
  33. "plantuml-encoder": "^1.4.0",
  34. "jquery": "^3.7.1",
  35. "@awesome-cordova-plugins/diagnostic": "^5.0.0 || ^6.0.0",
  36. "@babylonjs/core": "7.2.3",
  37. "@babylonjs/loaders": "7.2.3",
  38. "spark-md5": "^3.0.2",
  39. "@types/spark-md5": "^3.0.4",
  40. "@langchain/core": "^0.3.0 || ^1.0.0",
  41. "highlight.js": "^11.0.0",
  42. "microsoft-cognitiveservices-speech-sdk": "^1.0.0 || ^2.0.0",
  43. "@capacitor/clipboard": "^5.0.0 || ^6.0.0 || ^7.0.0",
  44. "@capacitor/filesystem": "^5.0.0 || ^6.0.0 || ^7.0.0",
  45. "@capacitor/camera": "^5.0.0 || ^6.0.0 || ^7.0.0",
  46. "@awesome-cordova-plugins/media-capture": "^5.0.0 || ^6.0.0 || ^7.0.0",
  47. "@wecom/jssdk": "^2.2.4"
  48. },
  49. "dependencies": {
  50. "tslib": "^2.3.0"
  51. },
  52. "sideEffects": false,
  53. "module": "fesm2022/fmode-ng.mjs",
  54. "typings": "index.d.ts",
  55. "exports": {
  56. "./package.json": {
  57. "default": "./package.json"
  58. },
  59. ".": {
  60. "types": "./index.d.ts",
  61. "esm2022": "./esm2022/fmode-ng.mjs",
  62. "esm": "./esm2022/fmode-ng.mjs",
  63. "default": "./fesm2022/fmode-ng.mjs"
  64. }
  65. }
  66. }