|
35 | 35 | } |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "angular": ">=1.6.x", |
39 | | - "angular-aria": ">=1.6.x", |
40 | | - "angular-sanitize": ">=1.6.x", |
41 | 38 | "bloodhound-js": "^1.2.3", |
42 | 39 | "clipboard": "^2.0.1", |
43 | 40 | "escape-string-regexp": "^1.0.5", |
44 | 41 | "flatpickr": "^4.5.2", |
45 | | - "ovh-ui-kit": "^2.20.0", |
46 | 42 | "popper.js": "^1.14.4" |
47 | 43 | }, |
| 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 | + }, |
48 | 51 | "devDependencies": { |
| 52 | + "angular": ">=1.6.x", |
| 53 | + "angular-aria": ">=1.6.x", |
| 54 | + "angular-sanitize": ">=1.6.x", |
49 | 55 | "angular-mocks": ">=1.6.x", |
50 | | - "autoprefixer": "^9.1.5", |
51 | 56 | "babel-cli": "^6.26.0", |
52 | 57 | "babel-core": "^6.26.3", |
53 | 58 | "babel-eslint": "^9.0.0", |
|
60 | 65 | "babel-preset-stage-2": "^6.24.1", |
61 | 66 | "babel-register": "^6.26.0", |
62 | 67 | "cross-env": "^5.2.0", |
63 | | - "css-loader": "^1.0.0", |
64 | 68 | "eslint": "^4.3.0", |
65 | 69 | "eslint-config-ovh": "^0.1.1", |
66 | 70 | "eslint-friendly-formatter": "^4.0.1", |
67 | 71 | "eslint-loader": "^2.1.1", |
68 | | - "eventsource-polyfill": "^0.9.6", |
69 | | - "express": "^4.16.3", |
70 | 72 | "html-loader": "^0.5.5", |
71 | | - "html-webpack-plugin": "^3.2.0", |
72 | 73 | "istanbul-instrumenter-loader": "^3.0.1", |
73 | 74 | "jasmine-core": "^3.2.1", |
74 | 75 | "karma": "^3.0.0", |
|
81 | 82 | "karma-sourcemap-loader": "^0.3.7", |
82 | 83 | "karma-spec-reporter": "^0.0.32", |
83 | 84 | "karma-webpack": "^4.0.0-rc.2", |
84 | | - "less": "^3.8.1", |
85 | | - "less-loader": "^4.1.0", |
86 | | - "loader-utils": "^1.1.0", |
87 | 85 | "lodash": "^4.17.11", |
88 | 86 | "lodash-webpack-plugin": "^0.11.5", |
89 | | - "marked": "^0.5.0", |
90 | | - "minimist": "^1.2.0", |
91 | 87 | "npm-scripts-config": "^0.0.2", |
92 | 88 | "npm-scripts-conventional-changelog": "^0.1.0", |
93 | | - "opn": "^5.3.0", |
94 | | - "portscanner": "^2.2.0", |
95 | | - "postcss-loader": "^3.0.0", |
96 | 89 | "rimraf": "^2.6.2", |
97 | | - "style-loader": "^0.23.0", |
98 | 90 | "webpack": "^4.19.1", |
99 | 91 | "webpack-cli": "^3.1.0", |
100 | 92 | "webpack-dev-middleware": "^3.3.0", |
101 | 93 | "webpack-hot-middleware": "^2.24.0", |
102 | 94 | "webpack-merge": "^4.1.4" |
103 | 95 | }, |
104 | | - "peerDependencies": { |
105 | | - "ovh-ui-kit": "*" |
106 | | - }, |
107 | 96 | "engines": { |
108 | 97 | "node": ">= 6.9.0", |
109 | 98 | "npm": ">= 3.10.0", |
|
0 commit comments