This repository has been archived by the owner on Dec 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
177 lines (177 loc) · 6.19 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
173
174
175
176
177
{
"name": "ovh-manager-telecom",
"version": "10.35.3",
"private": true,
"description": "OVH Control Panel Telecom UI",
"keywords": [
"adsl",
"control",
"fax",
"overthebox",
"ovh",
"pack",
"panel",
"sdsl",
"sms",
"telecom",
"vdsl",
"voip",
"xdsl"
],
"license": "BSD-3-Clause",
"author": "OVH SAS",
"scripts": {
"build": "webpack --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": "webpack-dev-server",
"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": {
"@bower_components/angular-ellipses": "genu/angular-ellipses#0.1.3",
"@bower_components/angular-ui-utils": "angular-ui/ui-utils#0.2.3",
"@bower_components/bootstrap4": "twbs/bootstrap#4.0.0",
"@bower_components/crypto": "anodynos/node2web_crypto#3.46.1",
"@bower_components/international-phone-number": "mareczek/international-phone-number#^0.0.16",
"@bower_components/matchmedia": "paulirish/matchMedia.js#~0.2.0",
"@ovh-ux/manager-banner": "^1.1.0",
"@ovh-ux/manager-config": "^0.3.0",
"@ovh-ux/manager-core": "^7.1.2",
"@ovh-ux/manager-freefax": "^5.2.1",
"@ovh-ux/manager-navbar": "^2.0.3",
"@ovh-ux/manager-overthebox": "^4.3.1",
"@ovh-ux/manager-sms": "^7.0.3",
"@ovh-ux/manager-telecom-dashboard": "^4.4.0",
"@ovh-ux/manager-telecom-styles": "^3.1.0",
"@ovh-ux/manager-telecom-task": "^4.2.2",
"@ovh-ux/ng-at-internet": "^4.0.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^2.0.0",
"@ovh-ux/ng-ovh-api-wrappers": "^4.0.4",
"@ovh-ux/ng-ovh-chatbot": "^2.0.1",
"@ovh-ux/ng-ovh-checkbox-table": "^1.0.0",
"@ovh-ux/ng-ovh-contracts": "^3.0.0-beta.3",
"@ovh-ux/ng-ovh-http": "^4.0.2",
"@ovh-ux/ng-ovh-mondial-relay": "^6.0.1",
"@ovh-ux/ng-ovh-proxy-request": "^1.0.0-beta.0",
"@ovh-ux/ng-ovh-request-tagger": "^1.0.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-telecom-universe-components": "^3.0.7",
"@ovh-ux/ng-ovh-user-pref": "^1.0.0",
"@ovh-ux/ng-pagination-front": "^8.0.0-alpha.0",
"@ovh-ux/ng-tail-logs": "^2.0.0-beta.1",
"@ovh-ux/ng-translate-async-loader": "^2.0.0",
"@ovh-ux/ng-ui-router-line-progress": "^1.0.0",
"@ovh-ux/ng-uirouter-title": "^2.0.0-beta.3",
"@uirouter/angularjs": "^1.0.20",
"CSV-JS": "^1.0.0",
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-cookies": "^1.7.5",
"angular-dynamic-locale": "~0.1.27",
"angular-flash-alert": "2.3.x",
"angular-i18n": "^1.7.5",
"angular-inview": "^2.2.0",
"angular-leaflet-directive": "0.8.5",
"angular-messages": "^1.7.5",
"angular-mocks": "^1.7.5",
"angular-password": "^1.0.3",
"angular-resource": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-translate": "^2.11.0",
"angular-translate-loader-partial": "^2.11.0",
"angular-translate-loader-pluggable": "^1.3.1",
"angular-translate-storage-cookie": "^2.13.1",
"angular-translate-storage-local": "^2.13.1",
"angular-ui-bootstrap": "~1.3.3",
"angular-ui-calendar": "^1.0.1",
"angular-ui-sortable": "^0.16.1",
"angular-ui-validate": "^1.2.3",
"angular-validation-match": "^1.4.x",
"angularjs-scroll-glue": "^2.2.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.6",
"bootstrap-tour": "^0.12.0",
"chart.js": "~2.6.0",
"d3": "^4.5.0",
"flag-icon-css": "^2.3.1",
"font-awesome": "4.7.0",
"fullcalendar": "~2.7.1",
"intl-tel-input": "~5.1.0",
"ip-address": "5.8.x",
"jquery": "~2.1.3",
"jquery-ui": ">=1.12.x",
"jquery.cookie": "1.4.1",
"jquery.scrollto": "2.1.2",
"json3": "3.3.2",
"jsplumb": "2.9.x",
"leaflet": "0.7.x",
"lodash": "lodash/lodash#~3.10.1",
"matchmedia-ng": "^1.0.8",
"messenger": "HubSpot/messenger#1.4.1",
"moment": "^2.15.2",
"ng-csv": "^0.3.6",
"ng-slide-down": "TheRusskiy/ng-slide-down#^1.0.0",
"ngSmoothScroll": "d-oliveros/angular-smooth-scroll#~1.7.1",
"oclazyload": "^1.1.0",
"ovh-angular-actions-menu": "^3.0.0",
"ovh-angular-browser-alert": "ovh-ux/ovh-angular-browser-alert#^1.0.0",
"ovh-angular-chatbot": "^1.0.3",
"ovh-angular-contact": "^3.0.0",
"ovh-angular-line-diagnostics": "^2.1.2",
"ovh-angular-proxy-request": "^0.1.0",
"ovh-angular-q-allsettled": "^0.3.1",
"ovh-angular-responsive-popover": "^4.0.1",
"ovh-angular-responsive-tabs": "^4.0.0",
"ovh-angular-sidebar-menu": "^7.2.2",
"ovh-angular-simple-country-list": "^0.0.9",
"ovh-angular-timeline": "^1.5.2",
"ovh-angular-ui-confirm-modal": "^1.0.2",
"ovh-angular-user-pref": "^0.3.1",
"ovh-api-services": "^9.8.0",
"ovh-jquery-ui-draggable-ng": "^0.0.5",
"ovh-manager-webfont": "^1.0.1",
"ovh-ng-input-password": "^1.2.5",
"ovh-ngstrap": "^4.0.2",
"ovh-ui-angular": "^3.2.4",
"ovh-ui-kit": "^2.33.4",
"ovh-ui-kit-bs": "^2.1.2",
"popper.js": "^1.14.4",
"punycode": "^1.2.4",
"ui-select": "^0.19.4",
"urijs": "^1.18.0",
"validator-js": "chriso/validator.js#3.40.1"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-angular": "^7.1.2",
"@ovh-ux/manager-webpack-config": "^3.0.0",
"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.9.0",
"stylelint-config-standard": "^18.2.0",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">=8",
"yarn": ">= 1.0.0"
}
}