package.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. {
  2. "name": "@angular/cdk",
  3. "version": "16.0.4",
  4. "description": "Angular Material Component Development Kit",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/angular/components.git"
  8. },
  9. "keywords": [
  10. "angular",
  11. "cdk",
  12. "component",
  13. "development",
  14. "kit"
  15. ],
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/angular/components/issues"
  19. },
  20. "homepage": "https://github.com/angular/components#readme",
  21. "exports": {
  22. ".": {
  23. "sass": "./_index.scss",
  24. "types": "./index.d.ts",
  25. "esm2022": "./esm2022/index.mjs",
  26. "esm": "./esm2022/index.mjs",
  27. "default": "./fesm2022/cdk.mjs"
  28. },
  29. "./a11y-prebuilt.css": {
  30. "style": "./a11y-prebuilt.css"
  31. },
  32. "./a11y-prebuilt": {
  33. "style": "./a11y-prebuilt.css"
  34. },
  35. "./overlay-prebuilt.css": {
  36. "style": "./overlay-prebuilt.css"
  37. },
  38. "./overlay-prebuilt": {
  39. "style": "./overlay-prebuilt.css"
  40. },
  41. "./text-field-prebuilt.css": {
  42. "style": "./text-field-prebuilt.css"
  43. },
  44. "./text-field-prebuilt": {
  45. "style": "./text-field-prebuilt.css"
  46. },
  47. "./schematics": {
  48. "default": "./schematics/index.js"
  49. },
  50. "./package.json": {
  51. "default": "./package.json"
  52. },
  53. "./a11y": {
  54. "types": "./a11y/index.d.ts",
  55. "esm2022": "./esm2022/a11y/a11y_public_index.mjs",
  56. "esm": "./esm2022/a11y/a11y_public_index.mjs",
  57. "default": "./fesm2022/a11y.mjs"
  58. },
  59. "./accordion": {
  60. "types": "./accordion/index.d.ts",
  61. "esm2022": "./esm2022/accordion/accordion_public_index.mjs",
  62. "esm": "./esm2022/accordion/accordion_public_index.mjs",
  63. "default": "./fesm2022/accordion.mjs"
  64. },
  65. "./bidi": {
  66. "types": "./bidi/index.d.ts",
  67. "esm2022": "./esm2022/bidi/bidi_public_index.mjs",
  68. "esm": "./esm2022/bidi/bidi_public_index.mjs",
  69. "default": "./fesm2022/bidi.mjs"
  70. },
  71. "./clipboard": {
  72. "types": "./clipboard/index.d.ts",
  73. "esm2022": "./esm2022/clipboard/clipboard_public_index.mjs",
  74. "esm": "./esm2022/clipboard/clipboard_public_index.mjs",
  75. "default": "./fesm2022/clipboard.mjs"
  76. },
  77. "./coercion": {
  78. "types": "./coercion/index.d.ts",
  79. "esm2022": "./esm2022/coercion/index.mjs",
  80. "esm": "./esm2022/coercion/index.mjs",
  81. "default": "./fesm2022/coercion.mjs"
  82. },
  83. "./collections": {
  84. "types": "./collections/index.d.ts",
  85. "esm2022": "./esm2022/collections/collections_public_index.mjs",
  86. "esm": "./esm2022/collections/collections_public_index.mjs",
  87. "default": "./fesm2022/collections.mjs"
  88. },
  89. "./dialog": {
  90. "types": "./dialog/index.d.ts",
  91. "esm2022": "./esm2022/dialog/dialog_public_index.mjs",
  92. "esm": "./esm2022/dialog/dialog_public_index.mjs",
  93. "default": "./fesm2022/dialog.mjs"
  94. },
  95. "./drag-drop": {
  96. "types": "./drag-drop/index.d.ts",
  97. "esm2022": "./esm2022/drag-drop/drag-drop_public_index.mjs",
  98. "esm": "./esm2022/drag-drop/drag-drop_public_index.mjs",
  99. "default": "./fesm2022/drag-drop.mjs"
  100. },
  101. "./keycodes": {
  102. "types": "./keycodes/index.d.ts",
  103. "esm2022": "./esm2022/keycodes/keycodes_public_index.mjs",
  104. "esm": "./esm2022/keycodes/keycodes_public_index.mjs",
  105. "default": "./fesm2022/keycodes.mjs"
  106. },
  107. "./layout": {
  108. "types": "./layout/index.d.ts",
  109. "esm2022": "./esm2022/layout/layout_public_index.mjs",
  110. "esm": "./esm2022/layout/layout_public_index.mjs",
  111. "default": "./fesm2022/layout.mjs"
  112. },
  113. "./listbox": {
  114. "types": "./listbox/index.d.ts",
  115. "esm2022": "./esm2022/listbox/listbox_public_index.mjs",
  116. "esm": "./esm2022/listbox/listbox_public_index.mjs",
  117. "default": "./fesm2022/listbox.mjs"
  118. },
  119. "./menu": {
  120. "types": "./menu/index.d.ts",
  121. "esm2022": "./esm2022/menu/menu_public_index.mjs",
  122. "esm": "./esm2022/menu/menu_public_index.mjs",
  123. "default": "./fesm2022/menu.mjs"
  124. },
  125. "./observers": {
  126. "types": "./observers/index.d.ts",
  127. "esm2022": "./esm2022/observers/observers_public_index.mjs",
  128. "esm": "./esm2022/observers/observers_public_index.mjs",
  129. "default": "./fesm2022/observers.mjs"
  130. },
  131. "./overlay": {
  132. "types": "./overlay/index.d.ts",
  133. "esm2022": "./esm2022/overlay/overlay_public_index.mjs",
  134. "esm": "./esm2022/overlay/overlay_public_index.mjs",
  135. "default": "./fesm2022/overlay.mjs"
  136. },
  137. "./platform": {
  138. "types": "./platform/index.d.ts",
  139. "esm2022": "./esm2022/platform/platform_public_index.mjs",
  140. "esm": "./esm2022/platform/platform_public_index.mjs",
  141. "default": "./fesm2022/platform.mjs"
  142. },
  143. "./portal": {
  144. "types": "./portal/index.d.ts",
  145. "esm2022": "./esm2022/portal/portal_public_index.mjs",
  146. "esm": "./esm2022/portal/portal_public_index.mjs",
  147. "default": "./fesm2022/portal.mjs"
  148. },
  149. "./scrolling": {
  150. "types": "./scrolling/index.d.ts",
  151. "esm2022": "./esm2022/scrolling/scrolling_public_index.mjs",
  152. "esm": "./esm2022/scrolling/scrolling_public_index.mjs",
  153. "default": "./fesm2022/scrolling.mjs"
  154. },
  155. "./stepper": {
  156. "types": "./stepper/index.d.ts",
  157. "esm2022": "./esm2022/stepper/stepper_public_index.mjs",
  158. "esm": "./esm2022/stepper/stepper_public_index.mjs",
  159. "default": "./fesm2022/stepper.mjs"
  160. },
  161. "./table": {
  162. "types": "./table/index.d.ts",
  163. "esm2022": "./esm2022/table/table_public_index.mjs",
  164. "esm": "./esm2022/table/table_public_index.mjs",
  165. "default": "./fesm2022/table.mjs"
  166. },
  167. "./testing": {
  168. "types": "./testing/index.d.ts",
  169. "esm2022": "./esm2022/testing/index.mjs",
  170. "esm": "./esm2022/testing/index.mjs",
  171. "default": "./fesm2022/testing.mjs"
  172. },
  173. "./testing/selenium-webdriver": {
  174. "types": "./testing/selenium-webdriver/index.d.ts",
  175. "esm2022": "./esm2022/testing/selenium-webdriver/index.mjs",
  176. "esm": "./esm2022/testing/selenium-webdriver/index.mjs",
  177. "default": "./fesm2022/testing/selenium-webdriver.mjs"
  178. },
  179. "./testing/testbed": {
  180. "types": "./testing/testbed/index.d.ts",
  181. "esm2022": "./esm2022/testing/testbed/index.mjs",
  182. "esm": "./esm2022/testing/testbed/index.mjs",
  183. "default": "./fesm2022/testing/testbed.mjs"
  184. },
  185. "./text-field": {
  186. "types": "./text-field/index.d.ts",
  187. "esm2022": "./esm2022/text-field/text-field_public_index.mjs",
  188. "esm": "./esm2022/text-field/text-field_public_index.mjs",
  189. "default": "./fesm2022/text-field.mjs"
  190. },
  191. "./tree": {
  192. "types": "./tree/index.d.ts",
  193. "esm2022": "./esm2022/tree/tree_public_index.mjs",
  194. "esm": "./esm2022/tree/tree_public_index.mjs",
  195. "default": "./fesm2022/tree.mjs"
  196. }
  197. },
  198. "peerDependencies": {
  199. "@angular/core": "^16.0.0 || ^17.0.0",
  200. "@angular/common": "^16.0.0 || ^17.0.0",
  201. "rxjs": "^6.5.3 || ^7.4.0"
  202. },
  203. "dependencies": {
  204. "tslib": "^2.3.0"
  205. },
  206. "optionalDependencies": {
  207. "parse5": "^7.1.2"
  208. },
  209. "schematics": "./schematics/collection.json",
  210. "ng-update": {
  211. "migrations": "./schematics/migration.json"
  212. },
  213. "sideEffects": false,
  214. "module": "./fesm2022/cdk.mjs",
  215. "typings": "./index.d.ts",
  216. "type": "module"
  217. }