Advertisement
sastranababan

Untitled

Apr 21st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. {
  2.   "name": "api",
  3.   "version": "1.0.0",
  4.   "description": "Lifepal Graphql API",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "dev": "backpack dev",
  8.     "build": "backpack build",
  9.     "now-build": "backpack build",
  10.     "lint": "eslint .",
  11.     "lint:fix": "eslint . --fix"
  12.   },
  13.   "dependencies": {
  14.     "@okgrow/graphql-scalars": "^0.4.5",
  15.     "apollo-server-express": "^2.4.8",
  16.     "bcryptjs": "^2.4.3",
  17.     "cors": "^2.8.5",
  18.     "dayjs": "^1.8.11",
  19.     "dotenv": "^6.2.0",
  20.     "express": "^4.16.4",
  21.     "graphql": "^14.2.1",
  22.     "graphql-iso-date": "^3.6.1",
  23.     "graphql-resolvers": "^0.3.2",
  24.     "graphql-type-json": "^0.3.0",
  25.     "jsonwebtoken": "^8.5.1",
  26.     "lodash": "^4.17.11",
  27.     "mongoose": "^5.4.17",
  28.     "node-fetch": "^2.3.0",
  29.     "validator": "^10.11.0",
  30.     "backpack-core": "^0.8.3"
  31.   },
  32.   "devDependencies": {
  33.     "axios": "^0.18.0",
  34.    
  35.     "chai": "^4.2.0",
  36.     "eslint": "^5.15.1",
  37.     "eslint-config-airbnb-base": "^13.1.0",
  38.     "eslint-plugin-import": "^2.16.0",
  39.     "eslint-plugin-jest": "^22.3.0",
  40.     "mocha": "^6.0.2",
  41.     "morgan": "^1.9.1",
  42.     "nodemon": "^1.18.10"
  43.   }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement