package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "ng-alain-pro",
  3. "version": "0.0.0",
  4. "description": "Ng-alain business theme, ng-zorro-antd admin panel front-end framework",
  5. "author": "cipchk <cipchk@qq.com>",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/ng-alain/ng-alain.git"
  9. },
  10. "homepage": "https://e.ng-alain.com/theme/pro",
  11. "scripts": {
  12. "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
  13. "ng": "ng",
  14. "start": "ng s -o",
  15. "hmr": "ng s -o --hmr",
  16. "build": "npm run ng-high-memory build",
  17. "analyze": "npm run ng-high-memory build -- --source-map",
  18. "analyze:view": "source-map-explorer dist/**/*.js",
  19. "lint": "npm run lint:ts && npm run lint:style",
  20. "lint:ts": "ng lint --fix",
  21. "lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
  22. "e2e": "ng e2e",
  23. "test": "ng test --watch",
  24. "test-coverage": "ng test --code-coverage --watch=false",
  25. "color-less": "ng-alain-plugin-theme -t=colorLess",
  26. "theme": "ng-alain-plugin-theme -t=themeCss",
  27. "icon": "ng g ng-alain:plugin icon",
  28. "prepare": "husky install"
  29. },
  30. "dependencies": {
  31. "@agm/core": "^1.1.0",
  32. "@angular/animations": "~12.2.0",
  33. "@angular/common": "~12.2.0",
  34. "@angular/compiler": "~12.2.0",
  35. "@angular/core": "~12.2.0",
  36. "@angular/forms": "~12.2.0",
  37. "@angular/platform-browser": "~12.2.0",
  38. "@angular/platform-browser-dynamic": "~12.2.0",
  39. "@angular/router": "~12.2.0",
  40. "@delon/abc": "^12.3.0",
  41. "@delon/acl": "^12.3.0",
  42. "@delon/auth": "^12.3.0",
  43. "@delon/cache": "^12.3.0",
  44. "@delon/chart": "^12.3.0",
  45. "@delon/form": "^12.3.0",
  46. "@delon/mock": "^12.3.0",
  47. "@delon/theme": "^12.3.0",
  48. "@delon/util": "^12.3.0",
  49. "@fullcalendar/core": "^5.9.0",
  50. "@fullcalendar/daygrid": "^5.9.0",
  51. "@fullcalendar/interaction": "^5.9.0",
  52. "@fullcalendar/list": "^5.9.0",
  53. "@fullcalendar/timegrid": "^5.9.0",
  54. "@swimlane/ngx-charts": "^18.0.1",
  55. "@types/swiper": "^5.4.2",
  56. "ajv": "^8.6.2",
  57. "angular-baidu-maps": "^12.0.0",
  58. "echarts": "^5.2.2",
  59. "file-saver": "^2.0.5",
  60. "highcharts": "^8.2.2",
  61. "highcharts-3d": "^0.1.7",
  62. "highcharts-angular": "^3.0.0",
  63. "js-base64": "^3.6.1",
  64. "masonry-layout": "^4.2.2",
  65. "moment": "^2.29.1",
  66. "ng-gallery": "^5.0.0",
  67. "ng-zorro-antd": "^12.0.1",
  68. "ngx-echarts": "^7.1.0",
  69. "ngx-trend": "^7.0.0",
  70. "nswag": "^13.14.4",
  71. "perfect-scrollbar": "^1.5.2",
  72. "quill": "^1.3.7",
  73. "quill-image-resize-module": "^3.0.0",
  74. "rxjs": "~6.6.0",
  75. "screenfull": "^5.1.0",
  76. "swiper": "^6.7.0",
  77. "tslib": "^2.3.0",
  78. "zone.js": "~0.11.4"
  79. },
  80. "devDependencies": {
  81. "@angular-devkit/build-angular": "~12.2.0",
  82. "@angular-eslint/builder": "~12.3.1",
  83. "@angular-eslint/eslint-plugin": "~12.3.1",
  84. "@angular-eslint/eslint-plugin-template": "~12.3.1",
  85. "@angular-eslint/schematics": "~12.3.1",
  86. "@angular-eslint/template-parser": "~12.3.1",
  87. "@angular/cli": "~12.2.0",
  88. "@angular/compiler-cli": "~12.2.0",
  89. "@angular/language-service": "~12.2.0",
  90. "@delon/testing": "^12.3.0",
  91. "@types/file-saver": "^2.0.3",
  92. "@types/jasmine": "~3.8.0",
  93. "@types/jasminewd2": "~2.0.3",
  94. "@types/js-base64": "^3.0.0",
  95. "@types/node": "^12.11.1",
  96. "@typescript-eslint/eslint-plugin": "~4.29.2",
  97. "@typescript-eslint/parser": "~4.29.2",
  98. "eslint": "^7.32.0",
  99. "eslint-config-prettier": "~8.3.0",
  100. "eslint-plugin-import": "~2.24.1",
  101. "eslint-plugin-jsdoc": "~36.0.7",
  102. "eslint-plugin-prefer-arrow": "~1.2.3",
  103. "eslint-plugin-prettier": "~3.4.1",
  104. "jasmine-core": "~3.8.0",
  105. "jasmine-spec-reporter": "~5.0.0",
  106. "karma": "~6.3.0",
  107. "karma-chrome-launcher": "~3.1.0",
  108. "karma-coverage": "~2.0.3",
  109. "karma-coverage-istanbul-reporter": "~3.0.2",
  110. "karma-jasmine": "~4.0.0",
  111. "karma-jasmine-html-reporter": "~1.7.0",
  112. "lint-staged": "^11.1.2",
  113. "ng-alain": "^12.3.0",
  114. "ng-alain-plugin-theme": "^12.0.0",
  115. "ng-alain-sts": "^0.0.1",
  116. "node-fetch": "^2.6.1",
  117. "prettier": "^2.2.1",
  118. "protractor": "~7.0.0",
  119. "source-map-explorer": "^2.5.2",
  120. "stylelint": "^13.13.1",
  121. "stylelint-config-prettier": "^8.0.2",
  122. "stylelint-config-rational-order": "^0.1.2",
  123. "stylelint-config-standard": "^22.0.0",
  124. "stylelint-declaration-block-no-ignored-properties": "^2.4.0",
  125. "stylelint-order": "^4.1.0",
  126. "ts-node": "~8.3.0",
  127. "typescript": "~4.3.5"
  128. },
  129. "lint-staged": {
  130. "(src)/**/*.{html,ts}": [
  131. "eslint --fix"
  132. ],
  133. "(src)/**/*.less": [
  134. "stylelint --syntax less --fix"
  135. ]
  136. },
  137. "private": true,
  138. "theme": {
  139. "name": "pro",
  140. "version": "12.0.0"
  141. }
  142. }