package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": "^18.0.0",
  15. "@angular/cdk": "^18.0.6",
  16. "@angular/common": "^18.0.0",
  17. "@angular/compiler": "^18.0.0",
  18. "@angular/core": "^18.0.0",
  19. "@angular/forms": "^18.0.0",
  20. "@angular/material": "^18.0.6",
  21. "@angular/material-moment-adapter": "^18.1.4",
  22. "@angular/platform-browser": "^18.0.0",
  23. "@angular/platform-browser-dynamic": "^18.0.0",
  24. "@angular/router": "^18.0.0",
  25. "@ng-web-apis/common": "^4.1.2",
  26. "@ng-web-apis/geolocation": "^4.1.2",
  27. "@pdftron/webviewer": "^10.10.1",
  28. "@syncfusion/ej2-angular-spreadsheet": "^26.1.41",
  29. "@types/libsodium-wrappers": "^0.7.14",
  30. "@types/quill": "^2.0.14",
  31. "buffer": "^6.0.3",
  32. "chart.js": "^4.4.3",
  33. "chartjs-plugin-annotation": "^3.0.1",
  34. "libsodium": "^0.7.14",
  35. "libsodium-wrappers": "^0.7.13",
  36. "ng2-charts": "^6.0.1",
  37. "ngx-barcode6": "^1.0.25",
  38. "ngx-colors": "^3.6.0",
  39. "ngx-quill": "^26.0.5",
  40. "ngx-socket-io": "^4.7.0",
  41. "quill": "^2.0.2",
  42. "rxjs": "~7.8.0",
  43. "tslib": "^2.3.0",
  44. "vite-compatible-readable-stream": "^3.6.1",
  45. "zone.js": "~0.14.3"
  46. },
  47. "devDependencies": {
  48. "@angular-devkit/build-angular": "^18.0.7",
  49. "@angular/cli": "^18.0.7",
  50. "@angular/compiler-cli": "^18.0.0",
  51. "@types/jasmine": "~5.1.0",
  52. "jasmine-core": "~5.1.0",
  53. "karma": "~6.4.0",
  54. "karma-chrome-launcher": "~3.2.0",
  55. "karma-coverage": "~2.2.0",
  56. "karma-jasmine": "~5.1.0",
  57. "karma-jasmine-html-reporter": "~2.1.0",
  58. "typescript": "~5.4.2"
  59. }
  60. }