package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "sam",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test"
  10. },
  11. "private": true,
  12. "dependencies": {
  13. "@airgap/beacon-sdk": "^2.4.0-beta.2",
  14. "@angular-material-components/datetime-picker": "^16.0.1",
  15. "@angular-material-components/moment-adapter": "^16.0.1",
  16. "@angular/animations": "^19.2.6",
  17. "@angular/cdk": "^19.2.9",
  18. "@angular/common": "^19.2.6",
  19. "@angular/compiler": "^19.2.6",
  20. "@angular/core": "^19.2.6",
  21. "@angular/forms": "^19.2.6",
  22. "@angular/material": "^19.2.9",
  23. "@angular/material-moment-adapter": "^19.2.9",
  24. "@angular/platform-browser": "^19.2.6",
  25. "@angular/platform-browser-dynamic": "^19.2.6",
  26. "@angular/router": "^19.2.6",
  27. "@foblex/flow": "^17.4.3",
  28. "@ng-web-apis/common": "^4.1.2",
  29. "@ng-web-apis/geolocation": "^4.1.2",
  30. "@pdftron/webviewer": "^10.10.1",
  31. "@syncfusion/ej2-angular-spreadsheet": "^26.1.41",
  32. "@types/jszip": "^3.4.0",
  33. "@types/libsodium-wrappers": "^0.7.14",
  34. "@types/quill": "^2.0.14",
  35. "angular-signature-pad-v2": "^10.0.0",
  36. "buffer": "^6.0.3",
  37. "chart.js": "^4.4.3",
  38. "chartjs-plugin-annotation": "^3.0.1",
  39. "jszip": "^3.10.1",
  40. "libsodium": "^0.7.14",
  41. "libsodium-wrappers": "^0.7.13",
  42. "luckysheet": "^2.1.13",
  43. "luxon": "^3.6.1",
  44. "moment": "^2.30.1",
  45. "ng2-charts": "^6.0.1",
  46. "ngx-barcode6": "^1.0.25",
  47. "ngx-colors": "^3.6.0",
  48. "ngx-material-timepicker": "^13.1.1",
  49. "ngx-quill": "^26.0.5",
  50. "ngx-socket-io": "^4.7.0",
  51. "quill": "^2.0.2",
  52. "rxjs": "~7.8.0",
  53. "signature_pad": "^5.0.10",
  54. "tslib": "^2.3.0",
  55. "vite-compatible-readable-stream": "^3.6.1",
  56. "xlsx": "^0.18.5",
  57. "zone.js": "~0.15.0"
  58. },
  59. "devDependencies": {
  60. "@angular-devkit/build-angular": "^19.2.7",
  61. "@angular/cli": "^19.2.7",
  62. "@angular/compiler-cli": "^19.2.6",
  63. "@types/jasmine": "~5.1.0",
  64. "jasmine-core": "~5.1.0",
  65. "karma": "~6.4.0",
  66. "karma-chrome-launcher": "~3.2.0",
  67. "karma-coverage": "~2.2.0",
  68. "karma-jasmine": "~5.1.0",
  69. "karma-jasmine-html-reporter": "~2.1.0",
  70. "typescript": "~5.6.3"
  71. }
  72. }