Add the necessary feathersjs dependencies

This commit is contained in:
R. Tyler Croy 2018-09-09 17:31:15 -07:00
parent 48dd461f77
commit 7a8a08bdff
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
3 changed files with 3822 additions and 13 deletions

3819
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,12 +20,24 @@
},
"homepage": "https://github.com/jenkins-infra/uplink#readme",
"devDependencies": {
"@feathersjs/cli": "^3.8.2",
"@types/feathersjs__configuration": "^1.0.1",
"@types/feathersjs__express": "^1.1.4",
"@types/feathersjs__feathers": "^3.0.4",
"@types/jest": "^23.3.2",
"@types/winston": "^2.4.4",
"jest": "^23.5.0",
"sequelize-cli": "^4.1.1",
"ts-jest": "^23.1.4",
"typescript": "^3.0.3"
},
"dependencies": {
"@feathersjs/configuration": "^2.0.2",
"@feathersjs/express": "^1.2.5",
"@feathersjs/feathers": "^3.2.1",
"cors": "^2.8.4",
"feathers-sequelize": "^3.1.2",
"helmet": "^3.13.0",
"tslib": "^1.9.3",
"uuid": "^3.3.2",
"winston": "^3.1.0"

View File

@ -13,8 +13,6 @@
"sourceMap": true
},
"include": [
"./common/**/*",
"./crawl/**/*",
"./processor/**/*"
"./src/**/*"
]
}