package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "itsm-zy",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "start": "ng serve --proxy-config proxy.conf.json --port 4210 --disable-host-check --public-host=dashitech.com --host 0.0.0.0",
  6. "build": "ng build --prod",
  7. "start:17": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve --proxy-config proxy.conf.json --port 4210 --disable-host-check --public-host=dashitech.com --host 0.0.0.0",
  8. "build:17": "set NODE_OPTIONS=--openssl-legacy-provider && npm run build",
  9. "development": "node ./upload/development.js",
  10. "production": "node ./upload/production.js",
  11. "test": "ng test",
  12. "lint": "ng lint",
  13. "e2e": "ng e2e",
  14. "bundle-report": "ng build --prod --stats-json && webpack-bundle-analyzer dist/itsm-zy/stats.json"
  15. },
  16. "private": true,
  17. "dependencies": {
  18. "@angular/animations": "~8.1.1",
  19. "@angular/common": "~8.1.1",
  20. "@angular/compiler": "~8.1.1",
  21. "@angular/core": "~8.1.1",
  22. "@angular/forms": "~8.1.1",
  23. "@angular/platform-browser": "~8.1.1",
  24. "@angular/platform-browser-dynamic": "~8.1.1",
  25. "@angular/router": "~8.1.1",
  26. "@types/crypto-js": "^3.1.47",
  27. "@types/overlayscrollbars": "^1.12.1",
  28. "@types/swiper": "^6.0.0",
  29. "atmosphere.js": "2.3.6",
  30. "core-js": "^3.18.3",
  31. "crypto-js": "^3.3.0",
  32. "datatables.net": "^1.11.3",
  33. "date-fns": "^2.25.0",
  34. "echarts": "^4.6.0",
  35. "lodash-es": "^4.17.21",
  36. "ng-zorro-antd": "^8.5.2",
  37. "ngx-echarts": "^4.2.2",
  38. "ngx-print": "^1.2.1",
  39. "ngx-sortablejs": "^3.1.3",
  40. "npm": "^6.14.15",
  41. "overlayscrollbars": "^1.11.0",
  42. "overlayscrollbars-ngx": "^0.1.1",
  43. "rxjs": "~6.4.0",
  44. "sortablejs": "^1.14.0",
  45. "swiper": "^6.8.4",
  46. "tslib": "^1.9.0",
  47. "viewerjs": "^0.10.0",
  48. "zone.js": "^0.9.1"
  49. },
  50. "devDependencies": {
  51. "@angular-devkit/build-angular": "~0.801.1",
  52. "@angular/cli": "~8.1.1",
  53. "@angular/compiler-cli": "~8.1.1",
  54. "@angular/language-service": "~8.1.1",
  55. "@types/datatables.net": "^1.10.21",
  56. "@types/echarts": "4.9.9",
  57. "@types/jasmine": "~3.3.8",
  58. "@types/jasminewd2": "^2.0.10",
  59. "@types/node": "~8.9.4",
  60. "babel-polyfill": "^6.26.0",
  61. "codelyzer": "^5.0.0",
  62. "jasmine-core": "~3.4.0",
  63. "jasmine-spec-reporter": "~4.2.1",
  64. "karma": "~4.1.0",
  65. "karma-chrome-launcher": "~2.2.0",
  66. "karma-coverage-istanbul-reporter": "~2.0.1",
  67. "karma-jasmine": "~2.0.1",
  68. "karma-jasmine-html-reporter": "^1.7.0",
  69. "protractor": "~5.4.0",
  70. "shelljs": "^0.8.4",
  71. "ssh2-sftp-client": "^6.0.1",
  72. "ts-node": "~7.0.0",
  73. "tslint": "~5.15.0",
  74. "typescript": "~3.4.3",
  75. "webpack-bundle-analyzer": "^3.7.0",
  76. "zone.js": "^0.9.1"
  77. }
  78. }