Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit b26280b

Browse files
author
Axel Peter
committed
refactor: clean unused dependencies
1 parent 3e78cb9 commit b26280b

File tree

2 files changed

+26
-792
lines changed

2 files changed

+26
-792
lines changed

package.json

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,24 @@
3535
}
3636
},
3737
"dependencies": {
38-
"angular": ">=1.6.x",
39-
"angular-aria": ">=1.6.x",
40-
"angular-sanitize": ">=1.6.x",
4138
"bloodhound-js": "^1.2.3",
4239
"clipboard": "^2.0.1",
4340
"escape-string-regexp": "^1.0.5",
4441
"flatpickr": "^4.5.2",
45-
"ovh-ui-kit": "^2.20.0",
4642
"popper.js": "^1.14.4"
4743
},
44+
"peerDependencies": {
45+
"angular": ">=1.6.x",
46+
"angular-aria": ">=1.6.x",
47+
"angular-sanitize": ">=1.6.x",
48+
"flatpickr": "^4.5.2",
49+
"ovh-ui-kit": "^2.20.0"
50+
},
4851
"devDependencies": {
52+
"angular": ">=1.6.x",
53+
"angular-aria": ">=1.6.x",
54+
"angular-sanitize": ">=1.6.x",
4955
"angular-mocks": ">=1.6.x",
50-
"autoprefixer": "^9.1.5",
5156
"babel-cli": "^6.26.0",
5257
"babel-core": "^6.26.3",
5358
"babel-eslint": "^9.0.0",
@@ -60,15 +65,11 @@
6065
"babel-preset-stage-2": "^6.24.1",
6166
"babel-register": "^6.26.0",
6267
"cross-env": "^5.2.0",
63-
"css-loader": "^1.0.0",
6468
"eslint": "^4.3.0",
6569
"eslint-config-ovh": "^0.1.1",
6670
"eslint-friendly-formatter": "^4.0.1",
6771
"eslint-loader": "^2.1.1",
68-
"eventsource-polyfill": "^0.9.6",
69-
"express": "^4.16.3",
7072
"html-loader": "^0.5.5",
71-
"html-webpack-plugin": "^3.2.0",
7273
"istanbul-instrumenter-loader": "^3.0.1",
7374
"jasmine-core": "^3.2.1",
7475
"karma": "^3.0.0",
@@ -81,29 +82,17 @@
8182
"karma-sourcemap-loader": "^0.3.7",
8283
"karma-spec-reporter": "^0.0.32",
8384
"karma-webpack": "^4.0.0-rc.2",
84-
"less": "^3.8.1",
85-
"less-loader": "^4.1.0",
86-
"loader-utils": "^1.1.0",
8785
"lodash": "^4.17.11",
8886
"lodash-webpack-plugin": "^0.11.5",
89-
"marked": "^0.5.0",
90-
"minimist": "^1.2.0",
9187
"npm-scripts-config": "^0.0.2",
9288
"npm-scripts-conventional-changelog": "^0.1.0",
93-
"opn": "^5.3.0",
94-
"portscanner": "^2.2.0",
95-
"postcss-loader": "^3.0.0",
9689
"rimraf": "^2.6.2",
97-
"style-loader": "^0.23.0",
9890
"webpack": "^4.19.1",
9991
"webpack-cli": "^3.1.0",
10092
"webpack-dev-middleware": "^3.3.0",
10193
"webpack-hot-middleware": "^2.24.0",
10294
"webpack-merge": "^4.1.4"
10395
},
104-
"peerDependencies": {
105-
"ovh-ui-kit": "*"
106-
},
10796
"engines": {
10897
"node": ">= 6.9.0",
10998
"npm": ">= 3.10.0",

0 commit comments

Comments
 (0)