mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
* chore: update hds and flight-icons * fix: add missing deps and use .css from HDS * update HDS components to new syntax * database-connection-edit: add @waitFor to fix rotate-related acceeptance tests * use stub to fix confirm-modal-test --------- Co-authored-by: Alexey Kulakov <uni_que@me.com>
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"name": "kubernetes",
|
|
"keywords": [
|
|
"ember-addon",
|
|
"ember-engine"
|
|
],
|
|
"dependencies": {
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-concurrency": "*",
|
|
"@ember/test-waiters": "*",
|
|
"ember-inflector": "*",
|
|
"@hashicorp/design-system-components": "*",
|
|
"ember-auto-import": "*"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"../core"
|
|
]
|
|
}
|
|
}
|