package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/animations": "^20.3.2",
  15. "@angular/cdk": "^20.2.5",
  16. "@angular/common": "^20.3.2",
  17. "@angular/compiler": "^20.3.2",
  18. "@angular/core": "^20.3.2",
  19. "@angular/forms": "^20.3.2",
  20. "@angular/material": "^20.2.5",
  21. "@angular/material-moment-adapter": "^20.2.5",
  22. "@angular/platform-browser": "^20.3.2",
  23. "@angular/platform-browser-dynamic": "^20.3.2",
  24. "@angular/router": "^20.3.2",
  25. "@foblex/flow": "^17.8.2",
  26. "@ng-web-apis/common": "^4.1.2",
  27. "@ng-web-apis/geolocation": "^4.1.2",
  28. "@pdftron/webviewer": "^10.10.1",
  29. "@syncfusion/ej2-angular-spreadsheet": "^31.1.21",
  30. "@types/jszip": "^3.4.0",
  31. "@types/libsodium-wrappers": "^0.7.14",
  32. "@types/quill": "^2.0.14",
  33. "angular-signature-pad-v2": "^10.0.0",
  34. "buffer": "^6.0.3",
  35. "chart.js": "^4.4.3",
  36. "chartjs-plugin-annotation": "^3.0.1",
  37. "jszip": "^3.10.1",
  38. "libsodium": "^0.7.14",
  39. "libsodium-wrappers": "^0.7.13",
  40. "luckysheet": "^2.1.13",
  41. "luxon": "^3.6.1",
  42. "moment": "^2.30.1",
  43. "ng2-charts": "^8.0.0",
  44. "ngx-barcode6": "^1.20.1",
  45. "ngx-colors": "^3.6.0",
  46. "ngx-material-timepicker": "^13.1.1",
  47. "ngx-quill": "^28.0.1",
  48. "ngx-socket-io": "^4.7.0",
  49. "quill": "^2.0.2",
  50. "rxjs": "~7.8.0",
  51. "signature_pad": "^5.0.10",
  52. "tslib": "^2.3.0",
  53. "vite-compatible-readable-stream": "^3.6.1",
  54. "xlsx": "^0.18.5",
  55. "zone.js": "~0.15.0"
  56. },
  57. "devDependencies": {
  58. "@angular/build": "^20.3.3",
  59. "@angular/cli": "^20.3.3",
  60. "@angular/compiler-cli": "^20.3.2",
  61. "@types/jasmine": "~5.1.0",
  62. "jasmine-core": "~5.1.0",
  63. "karma": "~6.4.0",
  64. "karma-chrome-launcher": "~3.2.0",
  65. "karma-coverage": "~2.2.0",
  66. "karma-jasmine": "~5.1.0",
  67. "karma-jasmine-html-reporter": "~2.1.0",
  68. "typescript": "~5.9.2"
  69. }
  70. }