Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. {
  2. "name": "rma-manager",
  3. "version": "6.2.5",
  4. "license": "SEE LICENSE IN <license.pdf>",
  5. "scripts": {
  6. "ng": "ng",
  7. "start": "ng serve",
  8. "build": "ng build",
  9. "test": "ng test",
  10. "lint": "ng lint",
  11. "e2e": "ng e2e"
  12. },
  13. "private": true,
  14. "dependencies": {
  15. "@agm/core": "^1.0.0-beta.3",
  16. "@angular/animations": "^7.2.16",
  17. "@angular/common": "^7.2.16",
  18. "@angular/core": "^7.2.16",
  19. "@angular/forms": "^7.2.16",
  20. "@angular/http": "^7.2.16",
  21. "@angular/platform-browser": "^7.2.16",
  22. "@angular/platform-browser-dynamic": "^7.2.16",
  23. "@angular/platform-server": "^7.2.16",
  24. "@angular/router": "^7.2.16",
  25. "@ngx-translate/core": "^10.0.2",
  26. "@ngx-translate/http-loader": "^3.0.1",
  27. "angular-csv-files": "^1.0.0",
  28. "chart.js": "2.5.x",
  29. "classlist.js": "1.1.x",
  30. "core-js": "2.4.x",
  31. "crypto-js": "^3.1.9-1",
  32. "easy-pie-chart": "2.1.x",
  33. "font-awesome": "4.7.x",
  34. "hammerjs": "2.0.x",
  35. "jarallax": "^1.10.3",
  36. "moment-timezone": "^0.5.21",
  37. "ng-uikit-pro-standard": "git+https://oauth2:key@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git",
  38. "ng-html-util": "1.0.x",
  39. "ng-recaptcha": "^4.0.0",
  40. "ng2-file-upload": "^1.3.0",
  41. "ngx-facebook": "^2.4.0",
  42. "ngx-pagination": "^3.2.1",
  43. "node-sass": "^4.13.1",
  44. "rxjs": "^6.5.4",
  45. "screenfull": "3.3.x",
  46. "smoothscroll-polyfill": "0.3.x",
  47. "tslib": "^1.9.0",
  48. "web-animations-js": "2.3.x",
  49. "zone.js": "0.8.29"
  50. },
  51. "devDependencies": {
  52. "@angular-devkit/build-angular": "~0.13.0",
  53. "@angular/cli": "^7.3.9",
  54. "@angular/compiler": "^7.2.16",
  55. "@angular/compiler-cli": "^7.2.16",
  56. "@angular/language-service": "^7.2.16",
  57. "@types/jasmine": "2.5.38",
  58. "@types/node": "~6.0.85",
  59. "jasmine-core": "~2.5.2",
  60. "jasmine-spec-reporter": "~3.2.0",
  61. "karma": "~1.4.1",
  62. "karma-chrome-launcher": "~2.0.0",
  63. "karma-cli": "~1.0.1",
  64. "karma-coverage-istanbul-reporter": "^0.2.0",
  65. "karma-jasmine": "~1.1.0",
  66. "karma-jasmine-html-reporter": "^0.2.2",
  67. "protractor": "~5.1.2",
  68. "ts-node": "~3.2.0",
  69. "tslint": "~5.7.0",
  70. "typescript": "~3.2.4",
  71. "webpack": "^4.42.0"
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement