package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "fmode-ng",
  3. "version": "0.0.63",
  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/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  11. "ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  12. "@capacitor/clipboard": "^6.0.0 || ^7.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.4.1",
  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": "~6.6.0",
  36. "@babylonjs/core": "^7.2.1",
  37. "@babylonjs/loaders": "~7.2.1",
  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/filesystem": "^5.0.0 || ^6.0.0 || ^7.0.0",
  44. "@capacitor/camera": "^5.0.0 || ^6.0.0 || ^7.0.0",
  45. "@awesome-cordova-plugins/media-capture": "^5.0.0 || ^6.0.0 || ^7.0.0"
  46. },
  47. "dependencies": {
  48. "tslib": "^2.3.0"
  49. },
  50. "sideEffects": false,
  51. "module": "fesm2022/fmode-ng.mjs",
  52. "typings": "index.d.ts",
  53. "exports": {
  54. "./package.json": {
  55. "default": "./package.json"
  56. },
  57. ".": {
  58. "types": "./index.d.ts",
  59. "esm2022": "./esm2022/fmode-ng.mjs",
  60. "esm": "./esm2022/fmode-ng.mjs",
  61. "default": "./fesm2022/fmode-ng.mjs"
  62. }
  63. }
  64. }