package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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/pc/stats.json",
  15. "bundle-report:17": "set NODE_OPTIONS=--openssl-legacy-provider && ng build --prod --stats-json && webpack-bundle-analyzer dist/pc/stats.json"
  16. },
  17. "private": true,
  18. "dependencies": {
  19. "@angular/animations": "~8.1.1",
  20. "@angular/common": "~8.1.1",
  21. "@angular/compiler": "~8.1.1",
  22. "@angular/core": "~8.1.1",
  23. "@angular/forms": "~8.1.1",
  24. "@angular/platform-browser": "~8.1.1",
  25. "@angular/platform-browser-dynamic": "~8.1.1",
  26. "@angular/router": "~8.1.1",
  27. "@types/big.js": "^6.2.2",
  28. "@types/crypto-js": "^3.1.47",
  29. "@types/overlayscrollbars": "^1.12.1",
  30. "@types/swiper": "^6.0.0",
  31. "atmosphere.js": "2.3.6",
  32. "big.js": "^6.2.1",
  33. "core-js": "^3.18.3",
  34. "crypto-js": "^3.3.0",
  35. "datatables.net": "^1.11.3",
  36. "date-fns": "^2.25.0",
  37. "echarts": "^4.6.0",
  38. "lodash-es": "^4.17.21",
  39. "ng-zorro-antd": "^8.5.2",
  40. "ngx-echarts": "^4.2.2",
  41. "ngx-print": "~1.2.1",
  42. "ngx-sortablejs": "^3.1.3",
  43. "npm": "^6.14.15",
  44. "overlayscrollbars": "^1.11.0",
  45. "overlayscrollbars-ngx": "^0.1.1",
  46. "rxjs": "~6.4.0",
  47. "sortablejs": "^1.14.0",
  48. "swiper": "^6.8.4",
  49. "tslib": "^1.9.0",
  50. "viewerjs": "^0.10.0",
  51. "zone.js": "^0.9.1"
  52. },
  53. "devDependencies": {
  54. "@angular-devkit/build-angular": "~0.801.1",
  55. "@angular/cli": "~8.1.1",
  56. "@angular/compiler-cli": "~8.1.1",
  57. "@angular/language-service": "~8.1.1",
  58. "@types/datatables.net": "^1.10.21",
  59. "@types/echarts": "4.9.9",
  60. "@types/jasmine": "~3.3.8",
  61. "@types/jasminewd2": "^2.0.10",
  62. "@types/node": "~8.9.4",
  63. "babel-polyfill": "^6.26.0",
  64. "codelyzer": "^5.0.0",
  65. "jasmine-core": "~3.4.0",
  66. "jasmine-spec-reporter": "~4.2.1",
  67. "karma": "~4.1.0",
  68. "karma-chrome-launcher": "~2.2.0",
  69. "karma-coverage-istanbul-reporter": "~2.0.1",
  70. "karma-jasmine": "~2.0.1",
  71. "karma-jasmine-html-reporter": "^1.7.0",
  72. "protractor": "~5.4.0",
  73. "shelljs": "^0.8.4",
  74. "ssh2-sftp-client": "^6.0.1",
  75. "ts-node": "~7.0.0",
  76. "tslint": "~5.15.0",
  77. "typescript": "~3.4.3",
  78. "webpack-bundle-analyzer": "^3.7.0",
  79. "zone.js": "^0.9.1"
  80. }
  81. }