Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
| 13 | "license": "ISC", | 13 | "license": "ISC", |
| 14 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", | 14 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", |
| 15 | "dependencies": { | 15 | "dependencies": { |
| 16 | + "@prisma/client": "^2.0.0-beta.2", | ||
| 16 | "dotenv": "^8.2.0", | 17 | "dotenv": "^8.2.0", |
| 17 | "graphql-tools": "^4.0.7", | 18 | "graphql-tools": "^4.0.7", |
| 18 | "graphql-yoga": "^1.18.3", | 19 | "graphql-yoga": "^1.18.3", |
| ... | @@ -22,6 +23,7 @@ | ... | @@ -22,6 +23,7 @@ |
| 22 | "@babel/core": "^7.9.0", | 23 | "@babel/core": "^7.9.0", |
| 23 | "@babel/node": "^7.8.7", | 24 | "@babel/node": "^7.8.7", |
| 24 | "@babel/preset-env": "^7.9.0", | 25 | "@babel/preset-env": "^7.9.0", |
| 26 | + "@prisma/cli": "^2.0.0-beta.2", | ||
| 25 | "morgan": "^1.10.0", | 27 | "morgan": "^1.10.0", |
| 26 | "nodemon": "^2.0.2" | 28 | "nodemon": "^2.0.2" |
| 27 | } | 29 | } | ... | ... |
-
Please register or login to post a comment