Commits on Source (4)
-
Yannis Barlas authored5dffd0fb
-
Yannis Barlas authoreddcd352ad
-
Yannis Barlas authored0c4b2060
-
Yannis Barlas authoredbdc14874
Showing
- CHANGELOG.md 13 additions, 0 deletionsCHANGELOG.md
- package.json 6 additions, 1 deletionpackage.json
- src/app.js 23 additions, 16 deletionssrc/app.js
- src/graphqlApi.js 69 additions, 0 deletionssrc/graphqlApi.js
- src/index.js 3 additions, 0 deletionssrc/index.js
- yarn.lock 2915 additions, 68 deletionsyarn.lock
{ | ||
"name": "@coko/server", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A tweaked version of pubsweet-server for use by Coko's projects", | ||
"main": "src/index.js", | ||
"scripts": { | ||
... | ... | @@ -23,16 +23,21 @@ |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@pubsweet/errors": "^2.0.32", | ||
"@pubsweet/logger": "^0.2.42", | ||
"@pubsweet/models": "^0.3.7", | ||
"apollo-server-express": "^2.11.0", | ||
"body-parser": "^1.19.0", | ||
"config": "^3.3.1", | ||
"cookie-parser": "^1.4.5", | ||
"express": "^4.17.1", | ||
"helmet": "^3.22.0", | ||
"http-status-codes": "^1.4.0", | ||
"lodash": "^4.17.15", | ||
"morgan": "^1.10.0", | ||
"node-cron": "^2.0.3", | ||
"passport": "^0.4.1", | ||
"pubsweet": "^5.1.10", | ||
"pubsweet-server": "^13.9.4", | ||
"waait": "^1.0.5" | ||
}, | ||
... | ... |
src/graphqlApi.js
0 → 100644
This diff is collapsed.