diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-09-14 15:37:33 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-09-14 15:37:33 -0400 |
| commit | 28c9febcec9518f0d1db8a5158a78ee95d1c64d3 (patch) | |
| tree | c7aee3656b5c8bd9ecaedd12295cfd7fbc599c5f /finished-application/backend/package.json | |
| parent | 644ba1669720846cd8c38e30670486c05630c68c (diff) | |
downgrade graphql-cli to stop the peer dep warnings
Diffstat (limited to 'finished-application/backend/package.json')
| -rw-r--r-- | finished-application/backend/package.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/finished-application/backend/package.json b/finished-application/backend/package.json index a8bd30d..0e96fb0 100644 --- a/finished-application/backend/package.json +++ b/finished-application/backend/package.json @@ -1,5 +1,6 @@ { "name": "sick-fits-backend", + "description": "the backend of sick fits", "scripts": { "start": "nodemon -e js,graphql -x node src/index.js", "debug": "nodemon -e js,graphql -x node --inspect src/index.js", @@ -9,19 +10,19 @@ "dev": "npm-run-all --parallel debug playground" }, "dependencies": { + "babel-preset-env": "^1.7.0", "bcryptjs": "2.4.3", "cookie-parser": "^1.4.3", - "graphql": "^14.0.2", + "dotenv": "6.0.0", + "graphql": "^0.13.2", "graphql-yoga": "1.16.2", "jsonwebtoken": "8.3.0", "nodemailer": "^4.6.6", + "nodemon": "1.18.4", "npm-run-all": "^4.1.3", + "prisma": "1.16.2", "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" + "stripe": "^6.1.1" }, "devDependencies": { "graphql-cli": "^2.16.2", |
