迁移新平台,移植红墩界
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 месяц назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "himp.platform.angular",
  3. "version": "0.0.0",
  4. "browserslist": [
  5. "> 0.5%",
  6. "last 2 versions",
  7. "not dead",
  8. "Android >= 4.4"
  9. ],
  10. "scripts": {
  11. "ng": "ng",
  12. "start": "ng s -o",
  13. "dev": "ng serve --host 0.0.0.0 --port 4200",
  14. "build": "npm run ng-high-memory build",
  15. "watch": "ng build --watch --configuration development",
  16. "test": "ng test",
  17. "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
  18. "hmr": "ng s -o --hmr",
  19. "analyze": "npm run ng-high-memory build -- --source-map",
  20. "analyze:view": "source-map-explorer dist/**/*.js",
  21. "test-coverage": "ng test --code-coverage --watch=false",
  22. "color-less": "ng-alain-plugin-theme -t=colorLess",
  23. "theme": "ng-alain-plugin-theme -t=themeCss",
  24. "icon": "ng g ng-alain:plugin icon",
  25. "lint": "npm run lint:ts && npm run lint:style",
  26. "lint:ts": "ng lint --fix",
  27. "lint:style": "npx stylelint \"src/**/*.less\" --fix"
  28. },
  29. "private": true,
  30. "dependencies": {
  31. "@angular/animations": "^18.0.1",
  32. "@angular/common": "^18.0.1",
  33. "@angular/compiler": "^18.0.1",
  34. "@angular/core": "^18.0.1",
  35. "@angular/forms": "^18.0.1",
  36. "@angular/platform-browser": "^18.0.1",
  37. "@angular/platform-browser-dynamic": "^18.0.1",
  38. "@angular/router": "^18.0.1",
  39. "@antv/x6": "^2.18.1",
  40. "@antv/x6-plugin-clipboard": "^2.1.6",
  41. "@antv/x6-plugin-dnd": "^2.1.1",
  42. "@antv/x6-plugin-history": "^2.2.4",
  43. "@antv/x6-plugin-keyboard": "^2.2.3",
  44. "@antv/x6-plugin-selection": "^2.2.2",
  45. "@antv/x6-plugin-snapline": "^2.1.7",
  46. "@antv/x6-plugin-stencil": "^2.1.5",
  47. "@antv/x6-plugin-transform": "^2.1.8",
  48. "@ctrl/tinycolor": "^4.1.0",
  49. "@delon/abc": "^18.2.0",
  50. "@delon/acl": "^17.1.0",
  51. "@delon/auth": "^17.1.0",
  52. "@delon/cache": "^17.1.0",
  53. "@delon/chart": "^18.2.0",
  54. "@delon/form": "^18.2.0",
  55. "@delon/mock": "^17.1.0",
  56. "@delon/theme": "^18.2.0",
  57. "@delon/util": "^17.1.0",
  58. "@microsoft/signalr": "^8.0.0",
  59. "@ngx-translate/core": "^15.0.0",
  60. "@ngx-translate/http-loader": "^8.0.0",
  61. "@scena/guides": "^0.29.2",
  62. "@tauri-apps/api": "^2.2.0",
  63. "@types/d3": "^7.4.3",
  64. "@types/uuid": "^10.0.0",
  65. "ag-grid-angular": "^31.2.1",
  66. "ag-grid-community": "^31.2.1",
  67. "autofit.js": "^3.2.8",
  68. "chart.js": "^4.4.2",
  69. "d3": "^7.9.0",
  70. "dayjs": "^1.11.11",
  71. "echarts": "^5.5.0",
  72. "echarts-gl": "^2.0.9",
  73. "fabric": "^6.4.3",
  74. "highcharts": "^11.4.1",
  75. "highcharts-angular": "^4.0.0",
  76. "hls.js": "^1.5.8",
  77. "i": "^0.3.7",
  78. "infinite-viewer": "^0.29.1",
  79. "jsbarcode": "^3.12.1",
  80. "konva": "^9.3.15",
  81. "lz-string": "^1.5.0",
  82. "mermaid": "^11.6.0",
  83. "moment": "^2.30.1",
  84. "ng-alain": "^17.1.0",
  85. "ng-zorro-antd": "^18.1.1",
  86. "ng2-konva": "^9.0.0",
  87. "ngx-mqtt": "^17.0.0",
  88. "react-device-detect": "^2.2.3",
  89. "rxjs": "~7.8.0",
  90. "screenfull": "^6.0.2",
  91. "tslib": "^2.3.0",
  92. "uninstall": "^0.0.0",
  93. "zone.js": "~0.14.3"
  94. },
  95. "devDependencies": {
  96. "@angular-devkit/build-angular": "^18.2.19",
  97. "@angular-eslint/builder": "^17.2.0",
  98. "@angular-eslint/eslint-plugin": "^17.2.0",
  99. "@angular-eslint/eslint-plugin-template": "^17.2.0",
  100. "@angular-eslint/schematics": "^18.2.0",
  101. "@angular-eslint/template-parser": "^17.2.0",
  102. "@angular/cli": "^18.0.2",
  103. "@angular/compiler-cli": "^18.0.1",
  104. "@angular/language-service": "^18.0.1",
  105. "@delon/testing": "^17.1.0",
  106. "@ng-util/monaco-editor": "^17.0.1",
  107. "@types/file-saver": "^2.0.7",
  108. "@types/jasmine": "~5.1.0",
  109. "@types/jsbarcode": "^3.11.4",
  110. "@types/opentype.js": "^1.3.8",
  111. "@typescript-eslint/eslint-plugin": "^6.19.0",
  112. "@typescript-eslint/parser": "^6.19.0",
  113. "eslint": "^8.56.0",
  114. "eslint-config-prettier": "~9.1.0",
  115. "eslint-plugin-deprecation": "~2.0.0",
  116. "eslint-plugin-import": "~2.29.1",
  117. "eslint-plugin-jsdoc": "~48.0.2",
  118. "eslint-plugin-prefer-arrow": "~1.2.3",
  119. "eslint-plugin-prettier": "~5.1.3",
  120. "jasmine-core": "~5.1.0",
  121. "karma": "~6.4.0",
  122. "karma-chrome-launcher": "~3.2.0",
  123. "karma-coverage": "~2.2.0",
  124. "karma-jasmine": "~5.1.0",
  125. "karma-jasmine-html-reporter": "~2.1.0",
  126. "lint-staged": "^15.2.0",
  127. "ng-alain": "^17.1.0",
  128. "ng-alain-plugin-theme": "^16.0.2",
  129. "ngx-tinymce": "^17.0.0",
  130. "prettier": "^3.2.4",
  131. "raw-loader": "^4.0.2",
  132. "source-map-explorer": "^2.5.3",
  133. "stylelint": "^16.1.0",
  134. "stylelint-config-clean-order": "^5.4.0",
  135. "stylelint-config-standard": "^36.0.0",
  136. "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
  137. "typescript": "~5.4.5"
  138. }
  139. }