|
19 | 19 | "@feathersjs/feathers": "^4.5.3",
|
20 | 20 | "@feathersjs/socketio": "^4.5.4",
|
21 | 21 | "@feathersjs/transport-commons": "^4.5.3",
|
| 22 | + "@types/bluebird": "^3.5.32", |
| 23 | + "@types/cors": "^2.8.6", |
| 24 | + "@types/lodash": "^4.14.155", |
| 25 | + "@types/mongoose": "^5.7.23", |
| 26 | + "@typescript-eslint/eslint-plugin": "^3.2.0", |
| 27 | + "@typescript-eslint/parser": "^3.2.0", |
22 | 28 | "bluebird": "^3.7.2",
|
23 | 29 | "cors": "^2.8.5",
|
24 | 30 | "feathers-mongoose": "^8.3.0",
|
|
38 | 44 | "homepage": "https://github.com/eug-vs/which-api#readme",
|
39 | 45 | "description": "",
|
40 | 46 | "devDependencies": {
|
41 |
| - "@types/bluebird": "^3.5.32", |
42 |
| - "@types/cors": "^2.8.6", |
43 |
| - "@types/lodash": "^4.14.155", |
44 |
| - "@types/mongoose": "^5.7.23", |
45 |
| - "@typescript-eslint/eslint-plugin": "^3.2.0", |
46 |
| - "@typescript-eslint/parser": "^3.2.0", |
47 | 47 | "eslint": "^7.2.0",
|
48 | 48 | "eslint-config-airbnb-typescript": "^8.0.2",
|
49 | 49 | "eslint-plugin-import": "^2.21.2"
|
|
0 commit comments