数据可视化大屏
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

97 lines
3.3KB

  1. {
  2. "name": "himp.platform.angular",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng s -o",
  7. "build": "npm run ng-high-memory build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test",
  10. "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
  11. "hmr": "ng s -o --hmr",
  12. "analyze": "npm run ng-high-memory build -- --source-map",
  13. "analyze:view": "source-map-explorer dist/**/*.js",
  14. "test-coverage": "ng test --code-coverage --watch=false",
  15. "color-less": "ng-alain-plugin-theme -t=colorLess",
  16. "theme": "ng-alain-plugin-theme -t=themeCss",
  17. "icon": "ng g ng-alain:plugin icon",
  18. "lint": "npm run lint:ts && npm run lint:style",
  19. "lint:ts": "ng lint --fix",
  20. "lint:style": "npx stylelint \"src/**/*.less\" --fix"
  21. },
  22. "private": true,
  23. "dependencies": {
  24. "@angular/animations": "^17.1.0",
  25. "@angular/common": "^17.1.0",
  26. "@angular/compiler": "^17.1.0",
  27. "@angular/core": "^17.1.0",
  28. "@angular/forms": "^17.1.0",
  29. "@angular/platform-browser": "^17.1.0",
  30. "@angular/platform-browser-dynamic": "^17.1.0",
  31. "@angular/router": "^17.1.0",
  32. "@aspnet/signalr": "^1.0.27",
  33. "@delon/abc": "^17.1.0",
  34. "@delon/acl": "^17.1.0",
  35. "@delon/auth": "^17.1.0",
  36. "@delon/cache": "^17.1.0",
  37. "@delon/chart": "^17.1.0",
  38. "@delon/form": "^17.1.0",
  39. "@delon/mock": "^17.1.0",
  40. "@delon/theme": "^17.1.0",
  41. "@delon/util": "^17.1.0",
  42. "@microsoft/signalr": "^8.0.0",
  43. "@microsoft/signalr-protocol-msgpack": "^8.0.0",
  44. "@types/signalr": "^2.4.3",
  45. "ag-grid-angular": "^31.0.2",
  46. "echarts": "^5.5.0",
  47. "moment": "^2.30.1",
  48. "ng-alain": "^17.1.0",
  49. "ng-zorro-antd": "^17.1.0",
  50. "ngx-mqtt": "^17.0.0",
  51. "rxjs": "~7.8.0",
  52. "screenfull": "^6.0.2",
  53. "tslib": "^2.3.0",
  54. "zone.js": "~0.14.3"
  55. },
  56. "devDependencies": {
  57. "@angular-devkit/build-angular": "^17.1.0",
  58. "@angular-eslint/builder": "^17.2.0",
  59. "@angular-eslint/eslint-plugin": "^17.2.0",
  60. "@angular-eslint/eslint-plugin-template": "^17.2.0",
  61. "@angular-eslint/schematics": "^17.2.0",
  62. "@angular-eslint/template-parser": "^17.2.0",
  63. "@angular/cli": "^17.1.0",
  64. "@angular/compiler-cli": "^17.1.0",
  65. "@angular/language-service": "^17.1.0",
  66. "@delon/testing": "^17.1.0",
  67. "@ng-util/monaco-editor": "^17.0.1",
  68. "@types/jasmine": "~5.1.0",
  69. "@typescript-eslint/eslint-plugin": "^6.19.0",
  70. "@typescript-eslint/parser": "^6.19.0",
  71. "eslint": "^8.56.0",
  72. "eslint-config-prettier": "~9.1.0",
  73. "eslint-plugin-deprecation": "~2.0.0",
  74. "eslint-plugin-import": "~2.29.1",
  75. "eslint-plugin-jsdoc": "~48.0.2",
  76. "eslint-plugin-prefer-arrow": "~1.2.3",
  77. "eslint-plugin-prettier": "~5.1.3",
  78. "jasmine-core": "~5.1.0",
  79. "karma": "~6.4.0",
  80. "karma-chrome-launcher": "~3.2.0",
  81. "karma-coverage": "~2.2.0",
  82. "karma-jasmine": "~5.1.0",
  83. "karma-jasmine-html-reporter": "~2.1.0",
  84. "lint-staged": "^15.2.0",
  85. "ng-alain": "^17.1.0",
  86. "ng-alain-plugin-theme": "^16.0.2",
  87. "ngx-tinymce": "^17.0.0",
  88. "prettier": "^3.2.4",
  89. "source-map-explorer": "^2.5.3",
  90. "stylelint": "^16.1.0",
  91. "stylelint-config-clean-order": "^5.4.0",
  92. "stylelint-config-standard": "^36.0.0",
  93. "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
  94. "typescript": "~5.3.2"
  95. }
  96. }