Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-09 23:29:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c16c3c0fb6cc9d6d0954247cd89692b47ba0cf4
6c16c3c0
1 parent
c0e257cc
add @prisma/client dependency
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
back/package.json
back/package.json
View file @
6c16c3c
...
...
@@ -13,6 +13,7 @@
"license"
:
"ISC"
,
"homepage"
:
"https://bitbucket.org/vel1024/capstone2#readme"
,
"dependencies"
:
{
"@prisma/client"
:
"^2.0.0-beta.2"
,
"dotenv"
:
"^8.2.0"
,
"graphql-tools"
:
"^4.0.7"
,
"graphql-yoga"
:
"^1.18.3"
,
...
...
@@ -22,6 +23,7 @@
"@babel/core"
:
"^7.9.0"
,
"@babel/node"
:
"^7.8.7"
,
"@babel/preset-env"
:
"^7.9.0"
,
"@prisma/cli"
:
"^2.0.0-beta.2"
,
"morgan"
:
"^1.10.0"
,
"nodemon"
:
"^2.0.2"
}
...
...
Please
register
or
login
to post a comment