open-vault/ui/lib/pki/package.json
claire bontempo 5a59d2cebb
Re-add custom flash service so engines can extend cluster's template (#19963)
* Revert "UI: Remove custom service (#19925)"

This reverts commit b04751d22437b06947a84148c499c4728602b5e1.

* replace stickyInfo with options info

* revert replacing custom stickyInfo

* change flash message name to be consistent throughout application

* make service imports consistent for k8 engine

* replace stickyInfo with options info

* Revert "change flash message name to be consistent throughout application"

This reverts commit 17de49894de3976ed708fcf15f19f6f1eb1012a5.

* add comment

---------

Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
2023-04-03 13:13:59 -06:00

46 lines
1.3 KiB
JSON

{
"name": "pki",
"keywords": [
"ember-addon",
"ember-engine"
],
"dependencies": {
"ember-cli-babel": "*",
"ember-cli-htmlbars": "*",
"ember-cli-typescript": "*",
"@types/ember": "latest",
"@types/ember-data": "latest",
"@types/ember-data__adapter": "latest",
"@types/ember-data__model": "latest",
"@types/ember-data__serializer": "latest",
"@types/ember-data__store": "latest",
"@types/ember-qunit": "latest",
"@types/ember-resolver": "latest",
"@types/ember__application": "latest",
"@types/ember__array": "latest",
"@types/ember__component": "latest",
"@types/ember__controller": "latest",
"@types/ember__debug": "latest",
"@types/ember__destroyable": "latest",
"@types/ember__engine": "latest",
"@types/ember__error": "latest",
"@types/ember__object": "latest",
"@types/ember__polyfills": "latest",
"@types/ember__routing": "latest",
"@types/ember__runloop": "latest",
"@types/ember__service": "latest",
"@types/ember__string": "latest",
"@types/ember__template": "latest",
"@types/ember__test": "latest",
"@types/ember__test-helpers": "latest",
"@types/ember__utils": "latest",
"@types/qunit": "latest",
"@types/rsvp": "latest"
},
"ember-addon": {
"paths": [
"../core"
]
}
}