Advertisement
coffeecode12

Untitled

Apr 20th, 2022
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. {
  2. "name": "vex",
  3. "version": "12.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "node --max_old_space_size=32768 ./node_modules/@angular/cli/bin/ng serve",
  7. "build": "NODE_ENV=production node --max_old_space_size=32768 ./node_modules/@angular/cli/bin/ng build --configuration production",
  8. "test": "ng test",
  9. "lint": "ng lint",
  10. "e2e": "ng e2e"
  11. },
  12. "private": true,
  13. "dependencies": {
  14. "@amcharts/amcharts4": "^4.10.24",
  15. "@angular/animations": "^12.2.16",
  16. "@angular/cdk": "^12.2.13",
  17. "@angular/common": "^12.2.16",
  18. "@angular/compiler": "^12.2.16",
  19. "@angular/core": "^12.2.16",
  20. "@angular/flex-layout": "12.0.0-beta.34",
  21. "@angular/forms": "^12.2.16",
  22. "@angular/google-maps": "^13.3.2",
  23. "@angular/material": "^12.0.5",
  24. "@angular/material-moment-adapter": "^13.2.6",
  25. "@angular/platform-browser": "^12.2.16",
  26. "@angular/platform-browser-dynamic": "^12.2.16",
  27. "@angular/router": "^12.2.16",
  28. "@circlon/angular-tree-component": "^11.0.4",
  29. "@highcharts/map-collection": "^2.0.0",
  30. "@iconify/icons-emojione": "~1.1.0",
  31. "@iconify/icons-fa-brands": "~1.1.0",
  32. "@iconify/icons-fa-solid": "^1.2.1",
  33. "@iconify/icons-ic": "^1.2.1",
  34. "@iconify/icons-logos": "^1.2.1",
  35. "@iplab/ngx-file-upload": "^3.3.3",
  36. "@kolkov/angular-editor": "^1.2.0",
  37. "@mat-datetimepicker/core": "^7.0.1",
  38. "@material/list": "^13.0.0",
  39. "@microsoft/signalr": "^6.0.3",
  40. "@ng-select/ng-select": "^7.1.1",
  41. "@ngneat/until-destroy": "^9.0.1",
  42. "@ngx-loading-bar/core": "^6.0.2",
  43. "@ngx-loading-bar/router": "^6.0.2",
  44. "@perfectmemory/ngx-contextmenu": "^7.0.1",
  45. "@rosen-group/ngx-onboarding": "^1.9.1",
  46. "@swimlane/ngx-datatable": "^19.0.0",
  47. "@tinymce/tinymce-angular": "^5.0.1",
  48. "@types/signalr": "^2.2.37",
  49. "@visurel/iconify-angular": "~11.0.0",
  50. "address": "^1.1.2",
  51. "angular-animations": "^0.11.0",
  52. "angular-calendar": "^0.29.0",
  53. "apexcharts": "~3.25.0",
  54. "browserslist": "^4.20.2",
  55. "date-fns": "~2.19.0",
  56. "file-saver": "^2.0.2",
  57. "highcharts-angular": "^3.0.0",
  58. "highlight.js": "~10.6.0",
  59. "html2canvas": "^1.4.1",
  60. "http-post-message": "^0.2.3",
  61. "jspdf": "^2.5.1",
  62. "jwt-decode": "^3.1.2",
  63. "luxon": "~1.26.0",
  64. "material-expansion-panel": "^1.0.0",
  65. "moment": "^2.29.2",
  66. "moment-timezone": "^0.5.34",
  67. "ng-apexcharts": "^1.7.1",
  68. "ng2-currency-mask": "^13.0.3",
  69. "ng2-pdf-viewer": "^7.0.2",
  70. "ngx-contextmenu": "^6.0.0",
  71. "ngx-currency": "^2.5.3",
  72. "ngx-device-detector": "^2.2.1",
  73. "ngx-guided-tour": "^2.0.0",
  74. "ngx-infinite-scroll": "^10.0.1",
  75. "ngx-mask": "^13.1.10",
  76. "ngx-owl-carousel-o": "^7.0.2",
  77. "ngx-quicklink": "~0.2.7",
  78. "ngx-quill": "~14.0.0",
  79. "ngx-showdown": "~6.0.0",
  80. "powerbi-client": "^2.19.1",
  81. "powerbi-client-angular": "^2.0.0",
  82. "powerbi-report-authoring": "^1.1.3",
  83. "primeicons": "^4.1.0",
  84. "primeng": "^12.2.3",
  85. "quill": "~1.3.7",
  86. "rxjs": "^6.6.7",
  87. "sass-loader": "^12.6.0",
  88. "semver": "^7.3.7",
  89. "showdown": "^2.0.3",
  90. "simplebar": "^5.3.4",
  91. "sonar-scanner": "^3.1.0",
  92. "tailwindcss": "^2.0.4",
  93. "tslib": "^2.3.0",
  94. "uuid": "^8.3.2",
  95. "xlsx": "^0.18.5",
  96. "zone.js": "^0.11.5"
  97. },
  98. "devDependencies": {
  99. "@angular-devkit/build-angular": "^12.2.16",
  100. "@angular/cli": "^12.2.16",
  101. "@angular/compiler-cli": "^12.2.16",
  102. "@angular/language-service": "^12.2.16",
  103. "@types/faker": "^5.5.6",
  104. "@types/googlemaps": "^3.43.3",
  105. "@types/jasmine": "^3.10.3",
  106. "@types/jasminewd2": "^2.0.9",
  107. "@types/luxon": "^1.25.3",
  108. "@types/node": "^14.18.12",
  109. "@types/showdown": "~1.9.3",
  110. "@types/simplebar": "^5.1.2",
  111. "autoprefixer": "^10.4.2",
  112. "codelyzer": "^6.0.2",
  113. "faker": "~5.4.0",
  114. "jasmine-core": "~3.6.0",
  115. "jasmine-spec-reporter": "~5.0.0",
  116. "karma": "^6.3.18",
  117. "karma-chrome-launcher": "^3.1.1",
  118. "karma-jasmine": "^4.0.2",
  119. "karma-jasmine-html-reporter": "~1.5.0",
  120. "postcss": "~8.3.5",
  121. "postcss-scss": "~3.0.5",
  122. "protractor": "~7.0.0",
  123. "ts-node": "~8.3.0",
  124. "tslint": "~6.1.0",
  125. "typescript": "~4.2.4",
  126. "webpack": "^5.72.0"
  127. }
  128. }
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement