This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
172 lines (172 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
164
165
166
167
168
169
170
171
172
{
"name": "ovh-manager-dedicated",
"version": "10.36.1",
"private": true,
"description": "OVH Control Panel Dedicated UI",
"keywords": [
"account",
"cdn",
"contracts",
"control",
"dedicated",
"dedicatedCloud",
"license",
"ovh",
"panel"
],
"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:html lint:css lint:js",
"lint:css": "stylelint 'client/**/*.less' --fix",
"lint:html": "htmlhint '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": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@bower_components/angular-scroll-glue": "Luegg/angularjs-scroll-glue#^2.2.0",
"@bower_components/angular-ui-utils": "angular-ui/ui-utils#~0.2.3",
"@bower_components/bootstrap4": "twbs/bootstrap#v4.0.0",
"@bower_components/ng-ckeditor": "esvit/ng-ckeditor#^0.2.1",
"@ovh-ux/manager-banner": "^1.1.1",
"@ovh-ux/manager-cloud-styles": "^0.3.0",
"@ovh-ux/manager-config": "^0.3.0",
"@ovh-ux/manager-core": "^7.2.0",
"@ovh-ux/manager-enterprise-cloud-database": "^0.1.0",
"@ovh-ux/manager-navbar": "^2.0.5",
"@ovh-ux/manager-server-sidebar": "^0.6.7",
"@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.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^1.3.1",
"@ovh-ux/ng-ovh-contacts": "^1.0.1",
"@ovh-ux/ng-ovh-contracts": "^3.0.0",
"@ovh-ux/ng-ovh-http": "^4.0.2",
"@ovh-ux/ng-ovh-otrs": "7.1.12",
"@ovh-ux/ng-ovh-payment-method": "^5.0.0",
"@ovh-ux/ng-ovh-proxy-request": "^1.0.0-beta.0",
"@ovh-ux/ng-ovh-request-tagger": "^1.0.1",
"@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-swimming-poll": "^4.0.0",
"@ovh-ux/ng-ovh-user-pref": "^1.0.0",
"@ovh-ux/ng-ovh-web-universe-components": "^4.0.3",
"@ovh-ux/ng-translate-async-loader": "^2.0.0",
"@ovh-ux/ng-ui-router-layout": "^3.1.0",
"@ovh-ux/ng-ui-router-line-progress": "^1.0.0",
"@ovh-ux/ovh-utils-angular": "^13.0.4",
"@uirouter/angularjs": "^1.0.22",
"angular": "1.6.x",
"angular-aria": "1.6.x",
"angular-chart.js": "^1.1.1",
"angular-cookies": "1.6.x",
"angular-dynamic-locale": "~0.1.27",
"angular-i18n": "1.6.x",
"angular-messages": "1.6.x",
"angular-qr": "^0.2.3",
"angular-resource": "1.6.x",
"angular-route": "1.6.x",
"angular-sanitize": "1.6.x",
"angular-translate": "^2.17.0",
"angular-translate-loader-pluggable": "^1.3.1",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-validate": "angular-ui/ui-validate#~1.2.2",
"angular-xeditable": "^0.9.0",
"animate.css": "^3.7.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "~3.3.7",
"bootstrap-datetimepicker": "tarruda/bootstrap-datetimepicker#~0.0.11",
"chart.js": "^2.7.1",
"chartjs-plugin-zoom": "^0.6.6",
"ckeditor": "ckeditor/ckeditor-releases#^4.7.2",
"components-jqueryui": "^1.12.1",
"d3": "^5.9.7",
"df-tab-menu": "^0.3.1",
"es6-shim": "~0.35.3",
"filesize": "^3.6.1",
"flag-icon-css": "^3.2.1",
"flatpickr": "^4.5.0",
"font-awesome": "~4.7.0",
"international-phone-number": "mareczek/international-phone-number#^0.0.16",
"intl-tel-input": "~5.1.0",
"ipaddr.js": "^1.6.0",
"jquery": "~2.1.3",
"jquery.cookie": "^1.4.1",
"jsurl": "^0.1.4",
"justgage": "^1.2.2",
"lodash": "lodash/lodash#~3.10.1",
"matchmedia-ng": "^1.0.8",
"messenger": "HubSpot/messenger#~1.4.1",
"microplugin": "^0.0.3",
"moment": "^2.20.1",
"ng-ckeditor": "^2.0.5",
"ng-slide-down": "TheRusskiy/ng-slide-down#^1.0.0",
"oclazyload": "^1.1.0",
"office-ui-fabric-react": "^4.35.2",
"ovh-angular-browser-alert": "ovh-ux/ovh-angular-browser-alert#^1.0.0",
"ovh-angular-export-csv": "^0.3.2",
"ovh-angular-pagination-front": "^7.0.0",
"ovh-angular-q-allsettled": "^0.3.1",
"ovh-angular-responsive-popover": "^4.0.1",
"ovh-angular-responsive-tabs": "^4.0.0",
"ovh-angular-tail-logs": "^1.1.1",
"ovh-angular-toaster": "^0.8.0",
"ovh-api-services": "^9.23.2",
"ovh-jquery-ui-draggable-ng": "^0.0.5",
"ovh-manager-webfont": "^1.2.0",
"ovh-module-exchange": "^9.4.9",
"ovh-ui-angular": "^3.9.2",
"ovh-ui-kit": "^2.33.4",
"ovh-ui-kit-bs": "~1.3.x",
"punycode": "^1.2.4",
"qrcode.js": "janantala/qrcode.js#~1.0.x",
"randexp": "fent/randexp.js#~0.4.0",
"raphael": "^2.2.8",
"u2f-api-polyfill": "^0.4.3",
"ui-select": "^0.19.8",
"ui-utils": "angular-ui/ui-utils#~0.2.3",
"urijs": "^1.19.1",
"validator": "^3.39.0"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-angular": "^7.1.2",
"@ovh-ux/manager-webpack-config": "^3.0.0",
"angular-template-url-loader": "^1.0.2",
"babel-eslint": "^8.2.6",
"conventional-changelog-cli": "^2.0.5",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-formatter-pretty": "^2.0.0",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-import": "^2.13.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": "^4.17.1",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">=8",
"yarn": ">= 1.0.0"
}
}