mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 07:23:40 +08:00
29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
|
"name": "dialog-holder",
|
|
"version": "1.0.0",
|
|
"description": "TODO",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"a11y-dialog": "8.0.4",
|
|
"ember-auto-import": "^2.7.2",
|
|
"ember-cli-babel": "^8.2.0",
|
|
"ember-cli-htmlbars": "^6.3.0",
|
|
"ember-template-imports": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.30",
|
|
"@types/qunit": "^2.19.10",
|
|
"@types/rsvp": "^4.0.9",
|
|
"webpack": "^5.91.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|