From 8a5825d52271d712ec7c8348447d433067e13ef2 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 13 Sep 2018 14:18:56 -0400 Subject: DONE --- sick-fits/backend/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sick-fits') diff --git a/sick-fits/backend/package.json b/sick-fits/backend/package.json index e038404..a8bd30d 100644 --- a/sick-fits/backend/package.json +++ b/sick-fits/backend/package.json @@ -1,31 +1,31 @@ { - "name": "my-own", + "name": "sick-fits-backend", "scripts": { "start": "nodemon -e js,graphql -x node src/index.js", "debug": "nodemon -e js,graphql -x node --inspect src/index.js", "test": "jest", - "playground": "graphql playground", + "playground": "graphql playground --dotenv variables.env", "deploy": "prisma deploy --env-file variables.env", "dev": "npm-run-all --parallel debug playground" }, "dependencies": { "bcryptjs": "2.4.3", "cookie-parser": "^1.4.3", - "graphql": "^0.13.2", - "graphql-yoga": "1.14.7", + "graphql": "^14.0.2", + "graphql-yoga": "1.16.2", "jsonwebtoken": "8.3.0", "nodemailer": "^4.6.6", "npm-run-all": "^4.1.3", - "prisma-binding": "2.0.2", - "stripe": "^6.1.1" + "prisma-binding": "2.1.5", + "stripe": "^6.1.1", + "dotenv": "6.0.0", + "prisma": "1.16.0", + "babel-preset-env": "^1.7.0", + "nodemon": "1.18.4" }, "devDependencies": { - "babel-preset-env": "^1.7.0", - "dotenv": "6.0.0", "graphql-cli": "^2.16.2", - "jest-cli": "^23.1.0", - "nodemon": "1.17.5", - "prisma": "1.9.0" + "jest-cli": "^23.1.0" }, "license": "MIT", "repository": { -- cgit v1.3