This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/lib/dialog-holder/package.json
Penar Musaraj 4116bce902
DEV: Add A11Y-friendly dialog addon (#18028)
This adds a new framework for accessible dialogs that will eventually replace bootbox. Under the hood, it uses the a11y-dialog package and an in-repo Ember addon. See PR for usage details.
2022-08-29 13:59:57 -04:00

16 lines
280 B
JSON

{
"name": "dialog-holder",
"keywords": [
"ember-addon"
],
"dependencies": {
"a11y-dialog": "7.5.0",
"ember-auto-import": "^2.4.2",
"ember-cli-babel": "^7.26.10",
"ember-cli-htmlbars": "^6.1.0"
},
"devDependencies": {
"webpack": "^5.73.0"
}
}