mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
extension(storidge): add Storidge extension (#1581)
This commit is contained in:
parent
edadce359c
commit
7817d4bd0b
47 changed files with 2484 additions and 44 deletions
47
package.json
47
package.json
|
@ -23,37 +23,38 @@
|
|||
"node": ">= 0.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uirouter/angularjs": "~1.0.6",
|
||||
"angular": "~1.5.0",
|
||||
"angular-cookies": "~1.5.0",
|
||||
"angular-ui-bootstrap": "~2.5.0",
|
||||
"angular-sanitize": "~1.5.0",
|
||||
"angular-google-analytics": "github:revolunet/angular-google-analytics#~1.1.9",
|
||||
"angular-json-tree": "1.0.1",
|
||||
"angular-jwt": "~0.1.8",
|
||||
"angular-loading-bar": "~0.9.0",
|
||||
"angular-local-storage": "~0.5.2",
|
||||
"angular-messages": "~1.5.0",
|
||||
"angular-mocks": "~1.5.0",
|
||||
"angular-resource": "~1.5.0",
|
||||
"ui-select": "~0.19.6",
|
||||
"angular-sanitize": "~1.5.0",
|
||||
"angular-ui-bootstrap": "~2.5.0",
|
||||
"angular-utils-pagination": "~0.11.1",
|
||||
"angular-local-storage": "~0.5.2",
|
||||
"angular-jwt": "~0.1.8",
|
||||
"angular-json-tree": "1.0.1",
|
||||
"angular-google-analytics": "github:revolunet/angular-google-analytics#~1.1.9",
|
||||
"bootstrap": "~3.3.6",
|
||||
"filesize": "~3.3.0",
|
||||
"jquery": "1.11.1",
|
||||
"lodash": "4.12.0",
|
||||
"rdash-ui": "1.0.*",
|
||||
"moment": "~2.14.1",
|
||||
"font-awesome": "~4.7.0",
|
||||
"ng-file-upload": "~12.2.13",
|
||||
"splitargs": "github:deviantony/splitargs#~0.2.0",
|
||||
"bootbox": "^4.4.0",
|
||||
"isteven-angular-multiselect": "~4.0.0",
|
||||
"toastr": "github:CodeSeven/toastr#~2.1.3",
|
||||
"xterm": "~2.8.1",
|
||||
"chart.js": "~2.6.0",
|
||||
"angularjs-slider": "^6.4.0",
|
||||
"@uirouter/angularjs": "~1.0.6",
|
||||
"bootbox": "^4.4.0",
|
||||
"bootstrap": "~3.3.6",
|
||||
"chart.js": "~2.6.0",
|
||||
"codemirror": "~5.30.0",
|
||||
"filesize": "~3.3.0",
|
||||
"font-awesome": "~4.7.0",
|
||||
"isteven-angular-multiselect": "~4.0.0",
|
||||
"jquery": "1.11.1",
|
||||
"js-yaml": "~3.10.0",
|
||||
"angular-loading-bar": "~0.9.0"
|
||||
"lodash": "4.12.0",
|
||||
"moment": "~2.14.1",
|
||||
"ng-file-upload": "~12.2.13",
|
||||
"rdash-ui": "1.0.*",
|
||||
"splitargs": "github:deviantony/splitargs#~0.2.0",
|
||||
"toastr": "github:CodeSeven/toastr#~2.1.3",
|
||||
"ui-select": "~0.19.6",
|
||||
"xterm": "~2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^7.1.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue