This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
163 lines (163 loc) · 6.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "ovh-manager-cloud",
"version": "7.34.0",
"private": true,
"description": "OVH Cloud control panel",
"keywords": [
"cda",
"cloud",
"control",
"dbaas",
"deskaas",
"iplb",
"nasha",
"ovh",
"panel",
"veeam",
"vps",
"vrack"
],
"license": "BSD-3-Clause",
"author": "OVH SAS",
"scripts": {
"build:ca": "webpack --env.region=ca --env.production",
"build:eu": "webpack --env.region=eu --env.production",
"build:us": "webpack --env.region=us --env.production",
"clean": "npx rimraf dist node_modules",
"clean:dist": "npx rimraf dist",
"lint": "run-p lint:css lint:html lint:js",
"lint:css": "stylelint 'client/**/*.less' --fix",
"lint:html": "htmlhint --ignore '**/noVNC/**' 'client/**/*.html'",
"lint:js": "eslint --quiet --fix --format=pretty ./client",
"start": "yarn run start:eu",
"start:ca": "webpack-dev-server --env.region=ca",
"start:eu": "webpack-dev-server --env.region=eu",
"start:us": "webpack-dev-server --env.region=us",
"test": "yarn run lint",
"version": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@novnc/novnc": "git+https://github.com/ovh-ux/noVNC.git#build/websock_base64",
"@ovh-ux/manager-banner": "^1.1.0",
"@ovh-ux/manager-config": "^0.3.0",
"@ovh-ux/manager-core": "^7.1.2",
"@ovh-ux/manager-navbar": "^2.1.0",
"@ovh-ux/manager-server-sidebar": "^0.6.6",
"@ovh-ux/ng-at-internet": "^4.0.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^2.0.0",
"@ovh-ux/ng-ovh-actions-menu": "^5.0.0",
"@ovh-ux/ng-ovh-api-wrappers": "^4.0.4",
"@ovh-ux/ng-ovh-chatbot": "^2.0.0",
"@ovh-ux/ng-ovh-checkbox-table": "^1.0.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^0.3.1",
"@ovh-ux/ng-ovh-doc-url": "^1.0.0",
"@ovh-ux/ng-ovh-form-flat": "^4.0.0",
"@ovh-ux/ng-ovh-http": "^4.0.2",
"@ovh-ux/ng-ovh-otrs": "^7.1.6",
"@ovh-ux/ng-ovh-proxy-request": "^1.0.0-beta.0",
"@ovh-ux/ng-ovh-request-tagger": "^1.0.0",
"@ovh-ux/ng-ovh-responsive-popover": "^5.0.0-beta.0",
"@ovh-ux/ng-ovh-sidebar-menu": "^8.4.0",
"@ovh-ux/ng-ovh-sso-auth": "^4.2.1",
"@ovh-ux/ng-ovh-sso-auth-modal-plugin": "^3.0.1",
"@ovh-ux/ng-ovh-stop-event": "^1.0.0",
"@ovh-ux/ng-ovh-swimming-poll": "^4.0.0",
"@ovh-ux/ng-ovh-user-pref": "^1.0.0",
"@ovh-ux/ng-translate-async-loader": "^2.0.0",
"@ovh-ux/ng-ui-router-layout": "^2.0.0",
"@ovh-ux/ng-ui-router-line-progress": "^1.0.0",
"@uirouter/angularjs": "^1.0.22",
"angular": "~1.6",
"angular-animate": "~1.6",
"angular-aria": "~1.6",
"angular-chart.js": "^1.1.1",
"angular-cookies": "~1.6",
"angular-dynamic-locale": "^0.1.0",
"angular-i18n": "~1.6",
"angular-messages": "~1.6",
"angular-mocks": "~1.6",
"angular-moment": "^1.0.0",
"angular-resource": "~1.6",
"angular-sanitize": "~1.6",
"angular-scroll-glue": "luegg/angularjs-scroll-glue#~2.2",
"angular-strap": "~2.3",
"angular-translate": "^2.11.0",
"angular-translate-loader-partial": "^2.11.0",
"angular-translate-loader-pluggable": "^1.3.1",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-sortable": "~0.14",
"angular-ui-validate": "~1.2",
"angular-websocket": "^2.0.0",
"animate.css": "~3.1.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "~3.3.0",
"bootstrap-additions": "~0.3.1",
"bs4": "twbs/bootstrap#^4.0.0",
"chart.js": "chartjs/Chart.js#^2.0",
"d3": "~3.5.13",
"flag-icon-css": "~0.8.5",
"font-awesome": "^4.0.0",
"jasmine-expect": "^3.8.0",
"jquery": "~2.1",
"jquery-ui": "components/jqueryui#~1.11.2",
"jquery.cookie": "carhartl/jquery-cookie#~1.4.0",
"jquery.scrollTo": "flesler/jquery.scrollTo#~1.4.14",
"json3": "bestiejs/json3#~3.3.1",
"jsplumb": "sporritt/jsPlumb#1.7.4",
"jsurl": "0.1.5",
"lodash": "~3.10.1",
"matchmedia": "paulirish/matchMedia.js#~0.2.0",
"matchmedia-ng": "~1.0",
"messenger": "HubSpot/messenger#~1.4.1",
"moment": "^2.19",
"moment-duration-format": "^1.3",
"ng-slide-down": "TheRusskiy/ng-slide-down#~1.2",
"office-ui-fabric-react": "^4.35.2",
"ovh-angular-browser-alert": "ovh-ux/ovh-angular-browser-alert#^1.0.0",
"ovh-angular-jquery-ui-droppable": "ovh-ux/ovh-angular-jquery-ui-droppable#^0.1.1",
"ovh-angular-jsplumb": "ovh-ux/ovh-angular-jsplumb#^3.0.5",
"ovh-angular-list-view": "ovh-ux/ovh-angular-list-view#^0.1.5",
"ovh-angular-pagination-front": "ovh-ux/ovh-angular-pagination-front#^5.1.0",
"ovh-angular-q-allsettled": "ovh-ux/ovh-angular-q-allSettled#^0.3.1",
"ovh-angular-responsive-page-switcher": "ovh-ux/ovh-angular-responsive-page-switcher#^1.1.0",
"ovh-angular-responsive-popover": "ovh-ux/ovh-angular-responsive-popover#^4.0.1",
"ovh-angular-responsive-tabs": "ovh-ux/ovh-angular-responsive-tabs#^4.0.0",
"ovh-angular-slider": "ovh-ux/ovh-angular-slider#^0.2.2",
"ovh-angular-tail-logs": "ovh-ux/ovh-angular-tail-logs#^1.1.2",
"ovh-angular-toaster": "ovh-ux/ovh-angular-toaster#^0.8.0",
"ovh-api-services": "^9.8.0",
"ovh-common-style": "ovh-ux/ovh-common-style#^3.2.2",
"ovh-jquery-ui-draggable-ng": "ovh-ux/ovh-jquery-ui-draggable-ng#^0.0.5",
"ovh-manager-webfont": "ovh-ux/ovh-manager-webfont#^1.1.0",
"ovh-ui-angular": "~3.6.1",
"ovh-ui-kit": "~2.33.4",
"popper.js": "^1.14.1",
"uri.js": "medialize/URI.js#~1.15.0",
"validator-js": "chriso/validator.js#~3.37.0",
"xterm": "^3.8.1"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-angular": "^7.1.2",
"@ovh-ux/manager-webpack-config": "^3.0.4",
"babel-eslint": "^8.2.6",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-formatter-pretty": "^2.0.0",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"glob": "^7.1.3",
"htmlhint": "^0.10.1",
"husky": "^1.0.0",
"lint-staged": "^7.3.0",
"npm-run-all": "^4.1.5",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">=8",
"yarn": ">= 1.0.0"
}
}