package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "maxkey",
  3. "version": "3.5.0",
  4. "description": "Leading-Edge IAM Identity and Access Management",
  5. "author": "MaxKey <maxkeysupport@163.com>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://gitee.com/dromara/MaxKey"
  9. },
  10. "bugs": {
  11. "url": "https://gitee.com/dromara/MaxKey/issues"
  12. },
  13. "homepage": "https://www.maxkey.top",
  14. "license": "Apache-2.0",
  15. "keywords": [
  16. "maxkey",
  17. "antd",
  18. "ng-zorro-antd",
  19. "angular",
  20. "component",
  21. "scaffold"
  22. ],
  23. "scripts": {
  24. "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
  25. "ng": "ng",
  26. "start": "ng s -o",
  27. "hmr": "ng s -o --hmr",
  28. "build": "npm run ng-high-memory build",
  29. "analyze": "npm run ng-high-memory build -- --source-map",
  30. "analyze:view": "source-map-explorer dist/**/*.js",
  31. "lint": "npm run lint:ts && npm run lint:style",
  32. "lint:ts": "ng lint --fix",
  33. "lint:style": "npx stylelint 'src/**/*.less'",
  34. "e2e": "ng e2e",
  35. "test": "ng test --watch",
  36. "test-coverage": "ng test --code-coverage --watch=false",
  37. "color-less": "ng-alain-plugin-theme -t=colorLess",
  38. "theme": "ng-alain-plugin-theme -t=themeCss",
  39. "icon": "ng g ng-alain:plugin icon",
  40. "prepare": "husky install"
  41. },
  42. "dependencies": {
  43. "@angular/animations": "~13.3.0",
  44. "@angular/common": "~13.3.0",
  45. "@angular/compiler": "~13.3.0",
  46. "@angular/core": "~13.3.0",
  47. "@angular/forms": "~13.3.0",
  48. "@angular/platform-browser": "~13.3.0",
  49. "@angular/platform-browser-dynamic": "~13.3.0",
  50. "@angular/router": "~13.3.0",
  51. "@delon/abc": "^13.4.0",
  52. "@delon/acl": "^13.4.0",
  53. "@delon/auth": "^13.4.0",
  54. "@delon/cache": "^13.4.0",
  55. "@delon/chart": "^13.4.0",
  56. "@delon/form": "^13.4.0",
  57. "@delon/mock": "^13.4.0",
  58. "@delon/theme": "^13.4.0",
  59. "@delon/util": "^13.4.0",
  60. "ajv": "^8.10.0",
  61. "ajv-formats": "^2.1.1",
  62. "crypto-js": "^4.1.1",
  63. "ng-zorro-antd": "^13.1.1",
  64. "ngx-cookie-service": "^13.2.0",
  65. "ngx-tinymce": "^13.0.0",
  66. "ngx-ueditor": "^13.0.0",
  67. "rxjs": "~7.5.0",
  68. "screenfull": "^6.0.1",
  69. "tslib": "^2.3.0",
  70. "zone.js": "~0.11.4"
  71. },
  72. "devDependencies": {
  73. "@angular-devkit/build-angular": "~13.3.0",
  74. "@angular-eslint/builder": "~13.1.0",
  75. "@angular-eslint/eslint-plugin": "~13.1.0",
  76. "@angular-eslint/eslint-plugin-template": "~13.1.0",
  77. "@angular-eslint/schematics": "~13.1.0",
  78. "@angular-eslint/template-parser": "~13.1.0",
  79. "@angular/cli": "~13.3.0",
  80. "@angular/compiler-cli": "~13.3.0",
  81. "@angular/language-service": "~13.3.0",
  82. "@delon/testing": "^13.4.0",
  83. "@types/crypto-js": "^4.1.1",
  84. "@types/jasmine": "~3.10.0",
  85. "@types/jasminewd2": "~2.0.10",
  86. "@types/node": "^12.11.1",
  87. "@typescript-eslint/eslint-plugin": "~5.15.0",
  88. "@typescript-eslint/parser": "~5.15.0",
  89. "eslint": "^8.11.0",
  90. "eslint-config-prettier": "~8.5.0",
  91. "eslint-plugin-import": "~2.25.4",
  92. "eslint-plugin-jsdoc": "~38.0.4",
  93. "eslint-plugin-prefer-arrow": "~1.2.3",
  94. "eslint-plugin-prettier": "~4.0.0",
  95. "husky": "^7.0.4",
  96. "jasmine-core": "~4.0.0",
  97. "jasmine-spec-reporter": "^7.0.0",
  98. "karma": "~6.3.0",
  99. "karma-chrome-launcher": "~3.1.0",
  100. "karma-coverage": "~2.1.0",
  101. "karma-jasmine": "~4.0.0",
  102. "karma-jasmine-html-reporter": "~1.7.0",
  103. "lint-staged": "^12.3.7",
  104. "ng-alain": "13.4.0",
  105. "ng-alain-plugin-theme": "^13.0.3",
  106. "ng-alain-sts": "^0.0.2",
  107. "node-fetch": "^2.6.1",
  108. "prettier": "^2.6.0",
  109. "protractor": "~7.0.0",
  110. "source-map-explorer": "^2.5.2",
  111. "stylelint": "^14.6.0",
  112. "stylelint-config-prettier": "^9.0.3",
  113. "stylelint-config-rational-order": "^0.1.2",
  114. "stylelint-config-standard": "^25.0.0",
  115. "stylelint-declaration-block-no-ignored-properties": "^2.5.0",
  116. "stylelint-order": "^5.0.0",
  117. "ts-node": "~9.1.1",
  118. "typescript": "~4.6.2"
  119. },
  120. "lint-staged": {
  121. "(src)/**/*.{html,ts}": [
  122. "eslint --fix"
  123. ],
  124. "(src)/**/*.less": [
  125. "npm run lint:style"
  126. ]
  127. }
  128. }