micro-front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.1 KiB

  1. {
  2. "name": "shell",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve --port 3000 --open",
  7. "build": "ng build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test",
  10. "run:all": "node node_modules/@angular-architects/module-federation/src/server/mf-dev-server.js",
  11. "commit": "git-cz"
  12. },
  13. "config": {
  14. "commitizen": {
  15. "path": "node_modules/cz-conventional-changelog"
  16. }
  17. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "husky": {
  25. "hooks": {
  26. "pre-commit": "lint-staged",
  27. "commit-msg": "commitlint -e $GIT_PARAMS"
  28. }
  29. },
  30. "private": true,
  31. "dependencies": {
  32. "@angular-architects/module-federation": "^12.5.3",
  33. "@angular-architects/module-federation-tools": "^12.5.3",
  34. "@angular/animations": "~12.2.0",
  35. "@angular/common": "~12.2.0",
  36. "@angular/compiler": "~12.2.0",
  37. "@angular/core": "~12.2.0",
  38. "@angular/forms": "~12.2.0",
  39. "@angular/platform-browser": "~12.2.0",
  40. "@angular/platform-browser-dynamic": "~12.2.0",
  41. "@angular/router": "~12.2.0",
  42. "autofit.js": "^3.1.0",
  43. "lint-staged": "^15.2.2",
  44. "my-shared": "file:dist/my-shared",
  45. "ng-zorro-antd": "^12.1.1",
  46. "rxjs": "~6.6.0",
  47. "tslib": "^2.3.0",
  48. "zone.js": "~0.11.4"
  49. },
  50. "devDependencies": {
  51. "@angular-devkit/build-angular": "~12.2.8",
  52. "@angular/cli": "~12.2.8",
  53. "@angular/compiler-cli": "~12.2.0",
  54. "@commitlint/cli": "^19.0.3",
  55. "@commitlint/config-conventional": "^19.0.3",
  56. "@types/jasmine": "~3.8.0",
  57. "@types/node": "^12.11.1",
  58. "@typescript-eslint/eslint-plugin": "^7.1.1",
  59. "@typescript-eslint/parser": "^7.1.1",
  60. "commitizen": "^4.3.0",
  61. "cz-conventional-changelog": "^3.3.0",
  62. "eslint": "^7.32.0",
  63. "husky": "^8.0.2",
  64. "jasmine-core": "~3.8.0",
  65. "karma": "~6.3.0",
  66. "karma-chrome-launcher": "~3.1.0",
  67. "karma-coverage": "~2.0.3",
  68. "karma-jasmine": "~4.0.0",
  69. "karma-jasmine-html-reporter": "~1.7.0",
  70. "ng-packagr": "^12.1.1",
  71. "prettier": "^2.8.0",
  72. "typescript": "~4.3.5"
  73. }
  74. }