数据可视化大屏
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

91 satır
3.1KB

  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. "@delon/abc": "^17.1.0",
  33. "@delon/acl": "^17.1.0",
  34. "@delon/auth": "^17.1.0",
  35. "@delon/cache": "^17.1.0",
  36. "@delon/chart": "^17.1.0",
  37. "@delon/form": "^17.1.0",
  38. "@delon/mock": "^17.1.0",
  39. "@delon/theme": "^17.1.0",
  40. "@delon/util": "^17.1.0",
  41. "ag-grid-angular": "^31.0.2",
  42. "moment": "^2.30.1",
  43. "ng-alain": "^17.1.0",
  44. "ng-zorro-antd": "^17.1.0",
  45. "rxjs": "~7.8.0",
  46. "screenfull": "^6.0.2",
  47. "tslib": "^2.3.0",
  48. "zone.js": "~0.14.3"
  49. },
  50. "devDependencies": {
  51. "@angular-devkit/build-angular": "^17.1.0",
  52. "@angular-eslint/builder": "^17.2.0",
  53. "@angular-eslint/eslint-plugin": "^17.2.0",
  54. "@angular-eslint/eslint-plugin-template": "^17.2.0",
  55. "@angular-eslint/schematics": "^17.2.0",
  56. "@angular-eslint/template-parser": "^17.2.0",
  57. "@angular/cli": "^17.1.0",
  58. "@angular/compiler-cli": "^17.1.0",
  59. "@angular/language-service": "^17.1.0",
  60. "@delon/testing": "^17.1.0",
  61. "@ng-util/monaco-editor": "^17.0.1",
  62. "@types/jasmine": "~5.1.0",
  63. "@typescript-eslint/eslint-plugin": "^6.19.0",
  64. "@typescript-eslint/parser": "^6.19.0",
  65. "eslint": "^8.56.0",
  66. "eslint-config-prettier": "~9.1.0",
  67. "eslint-plugin-deprecation": "~2.0.0",
  68. "eslint-plugin-import": "~2.29.1",
  69. "eslint-plugin-jsdoc": "~48.0.2",
  70. "eslint-plugin-prefer-arrow": "~1.2.3",
  71. "eslint-plugin-prettier": "~5.1.3",
  72. "jasmine-core": "~5.1.0",
  73. "karma": "~6.4.0",
  74. "karma-chrome-launcher": "~3.2.0",
  75. "karma-coverage": "~2.2.0",
  76. "karma-jasmine": "~5.1.0",
  77. "karma-jasmine-html-reporter": "~2.1.0",
  78. "lint-staged": "^15.2.0",
  79. "ng-alain": "^17.1.0",
  80. "ng-alain-plugin-theme": "^16.0.2",
  81. "ngx-tinymce": "^17.0.0",
  82. "prettier": "^3.2.4",
  83. "source-map-explorer": "^2.5.3",
  84. "stylelint": "^16.1.0",
  85. "stylelint-config-clean-order": "^5.4.0",
  86. "stylelint-config-standard": "^36.0.0",
  87. "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
  88. "typescript": "~5.3.2"
  89. }
  90. }