package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "@angular/build",
  3. "version": "19.2.5",
  4. "description": "Official build system for Angular",
  5. "keywords": [
  6. "Angular CLI",
  7. "Angular DevKit",
  8. "angular",
  9. "angular-cli",
  10. "devkit",
  11. "sdk"
  12. ],
  13. "exports": {
  14. ".": {
  15. "types": "./src/index.d.ts",
  16. "default": "./src/index.js"
  17. },
  18. "./private": {
  19. "default": "./src/private.js"
  20. },
  21. "./package.json": "./package.json"
  22. },
  23. "builders": "builders.json",
  24. "dependencies": {
  25. "@ampproject/remapping": "2.3.0",
  26. "@angular-devkit/architect": "0.1902.5",
  27. "@babel/core": "7.26.10",
  28. "@babel/helper-annotate-as-pure": "7.25.9",
  29. "@babel/helper-split-export-declaration": "7.24.7",
  30. "@babel/plugin-syntax-import-attributes": "7.26.0",
  31. "@inquirer/confirm": "5.1.6",
  32. "@vitejs/plugin-basic-ssl": "1.2.0",
  33. "beasties": "0.2.0",
  34. "browserslist": "^4.23.0",
  35. "esbuild": "0.25.1",
  36. "fast-glob": "3.3.3",
  37. "https-proxy-agent": "7.0.6",
  38. "istanbul-lib-instrument": "6.0.3",
  39. "listr2": "8.2.5",
  40. "magic-string": "0.30.17",
  41. "mrmime": "2.0.1",
  42. "parse5-html-rewriting-stream": "7.0.0",
  43. "picomatch": "4.0.2",
  44. "piscina": "4.8.0",
  45. "rollup": "4.34.8",
  46. "sass": "1.85.0",
  47. "semver": "7.7.1",
  48. "source-map-support": "0.5.21",
  49. "vite": "6.2.3",
  50. "watchpack": "2.4.2"
  51. },
  52. "optionalDependencies": {
  53. "lmdb": "3.2.6"
  54. },
  55. "peerDependencies": {
  56. "@angular/compiler": "^19.0.0 || ^19.2.0-next.0",
  57. "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
  58. "@angular/localize": "^19.0.0 || ^19.2.0-next.0",
  59. "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
  60. "@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
  61. "@angular/ssr": "^19.2.5",
  62. "karma": "^6.4.0",
  63. "less": "^4.2.0",
  64. "ng-packagr": "^19.0.0 || ^19.2.0-next.0",
  65. "postcss": "^8.4.0",
  66. "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
  67. "typescript": ">=5.5 <5.9"
  68. },
  69. "peerDependenciesMeta": {
  70. "@angular/localize": {
  71. "optional": true
  72. },
  73. "@angular/platform-server": {
  74. "optional": true
  75. },
  76. "@angular/service-worker": {
  77. "optional": true
  78. },
  79. "@angular/ssr": {
  80. "optional": true
  81. },
  82. "karma": {
  83. "optional": true
  84. },
  85. "less": {
  86. "optional": true
  87. },
  88. "ng-packagr": {
  89. "optional": true
  90. },
  91. "postcss": {
  92. "optional": true
  93. },
  94. "tailwindcss": {
  95. "optional": true
  96. }
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "https://github.com/angular/angular-cli.git"
  101. },
  102. "packageManager": "pnpm@9.15.6",
  103. "engines": {
  104. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  105. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  106. "yarn": ">= 1.13.0"
  107. },
  108. "author": "Angular Authors",
  109. "license": "MIT",
  110. "bugs": {
  111. "url": "https://github.com/angular/angular-cli/issues"
  112. },
  113. "homepage": "https://github.com/angular/angular-cli"
  114. }