package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "ng-alain",
  3. "version": "7.2.0",
  4. "description": "ng-zorro-antd admin panel front-end framework",
  5. "author": "cipchk",
  6. "homepage": "https://ng-alain.github.io/ng-alain/",
  7. "bugs": {
  8. "url": "https://github.com/ng-alain/ng-alain/issues"
  9. },
  10. "license": "MIT",
  11. "keywords": [
  12. "delon",
  13. "antd",
  14. "ng-zorro-antd",
  15. "angular",
  16. "component",
  17. "scaffold"
  18. ],
  19. "scripts": {
  20. "ng": "ng",
  21. "build-prod": "node --max_old_space_size=40960 ./node_modules/@angular/cli/bin/ng build --prod --build--optimizer",
  22. "start": "npm run color-less && ng serve -o",
  23. "hmr": "ng serve -c=hmr",
  24. "build": "npm run color-less && ng build --prod --build-optimizer",
  25. "analyze": "ng build --prod --build-optimizer --stats-json",
  26. "lint": "npm run lint:ts && npm run lint:style",
  27. "lint:ts": "tslint -p src/tsconfig.app.json -c tslint.json 'src/**/*.ts'",
  28. "lint:style": "stylelint \"{src}/**/*.less\" --syntax less",
  29. "lint-staged": "lint-staged",
  30. "tslint-check": "tslint-config-prettier-check ./tslint.json",
  31. "e2e": "ng e2e",
  32. "test": "ng test --watch",
  33. "test-coverage": "ng test --code-coverage --watch=false",
  34. "color-less": "node scripts/color-less.js",
  35. "icon": "ng g ng-alain:plugin icon"
  36. },
  37. "dependencies": {
  38. "@angular/animations": "~7.2.0",
  39. "@angular/common": "~7.2.0",
  40. "@angular/compiler": "~7.2.0",
  41. "@angular/core": "~7.2.0",
  42. "@angular/forms": "~7.2.0",
  43. "@angular/platform-browser": "~7.2.0",
  44. "@angular/platform-browser-dynamic": "~7.2.0",
  45. "@angular/router": "~7.2.0",
  46. "@antv/data-set": "^0.10.2",
  47. "@antv/g2": "^3.5.7",
  48. "@antv/g2-plugin-slider": "^2.1.1",
  49. "@delon/abc": "^7.2.0",
  50. "@delon/acl": "^7.2.0",
  51. "@delon/auth": "^7.2.0",
  52. "@delon/cache": "^7.2.0",
  53. "@delon/chart": "^7.2.0",
  54. "@delon/form": "^7.2.0",
  55. "@delon/mock": "^7.2.0",
  56. "@delon/theme": "^7.2.0",
  57. "@delon/util": "^7.2.0",
  58. "@ngx-translate/core": "^11.0.1",
  59. "@ngx-translate/http-loader": "^4.0.0",
  60. "ajv": "^6.9.2",
  61. "angular2-text-mask": "^9.0.0",
  62. "core-js": "^2.5.4",
  63. "cron": "^1.7.1",
  64. "crypto-js": "^3.1.9-1",
  65. "echarts": "^4.2.1",
  66. "file-saver": "^2.0.0",
  67. "inputmask": "^4.0.9",
  68. "js-md5": "^0.7.3",
  69. "ng-zorro-antd": "^7.2.0",
  70. "ngx-countdown": "^3.2.0",
  71. "ngx-echarts": "^3.2.0",
  72. "ngx-tinymce": "^7.0.0",
  73. "ngx-ueditor": "^2.1.3",
  74. "qrious": "^4.0.2",
  75. "reflect-metadata": "^0.1.13",
  76. "rxjs": "~6.3.3",
  77. "screenfull": "^4.2.0",
  78. "tslib": "^1.10.0",
  79. "wangeditor": "^3.1.1",
  80. "zone.js": "~0.8.26"
  81. },
  82. "devDependencies": {
  83. "@angular-devkit/build-angular": "~0.13.0",
  84. "@angular/cli": "~7.3.8",
  85. "@angular/compiler-cli": "~7.2.0",
  86. "@angular/language-service": "~7.2.0",
  87. "@angularclass/hmr": "^2.1.3",
  88. "@delon/testing": "^7.2.0",
  89. "@types/jasmine": "~2.8.8",
  90. "@types/jasminewd2": "~2.0.3",
  91. "@types/jquery": "^3.3.29",
  92. "@types/jszip": "^3.1.5",
  93. "@types/mockjs": "^1.0.2",
  94. "@types/node": "~8.9.4",
  95. "codecov": "^3.4.0",
  96. "codelyzer": "~4.5.0",
  97. "editorconfig-tools": "^0.1.1",
  98. "gh-pages": "^2.0.1",
  99. "husky": "^1.3.1",
  100. "jasmine-core": "~2.99.1",
  101. "jasmine-spec-reporter": "~4.2.1",
  102. "karma": "~4.0.0",
  103. "karma-chrome-launcher": "~2.2.0",
  104. "karma-coverage-istanbul-reporter": "~2.0.1",
  105. "karma-jasmine": "~1.1.2",
  106. "karma-jasmine-html-reporter": "^0.2.2",
  107. "less-bundle-promise": "^1.0.7",
  108. "lint-staged": "^8.1.0",
  109. "mockjs": "^1.0.1-beta3",
  110. "ng-alain": "^7.2.0",
  111. "ng-alain-codelyzer": "^0.0.1",
  112. "prettier": "^1.17.1",
  113. "prettier-stylelint": "^0.4.2",
  114. "protractor": "~5.4.0",
  115. "stylelint": "^9.10.1",
  116. "stylelint-config-standard": "^18.2.0",
  117. "ts-node": "~7.0.0",
  118. "tslint": "~5.11.0",
  119. "tslint-config-prettier": "^1.18.0",
  120. "tslint-language-service": "^0.9.9",
  121. "typescript": "~3.2.2",
  122. "webpack-bundle-analyzer": "^3.1.0",
  123. "xlsx": "^0.14.0"
  124. },
  125. "husky": {
  126. "hooks": {
  127. "pre-commit": "npm run lint-staged"
  128. }
  129. },
  130. "lint-staged": {
  131. "*.{cmd,html,json,md,sh,txt,xml,yml}": [
  132. "editorconfig-tools fix",
  133. "git add"
  134. ],
  135. "*.ts": [
  136. "npm run lint:ts",
  137. "prettier --write",
  138. "git add"
  139. ],
  140. "*.less": [
  141. "npm run lint:style",
  142. "prettier --write",
  143. "git add"
  144. ],
  145. "ignore": [
  146. "src/assets/*"
  147. ]
  148. }
  149. }