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 16:37:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e8507f030d015fe90020233064a3417a2776a77
3e8507f0
1 parent
ac360acd
add dependencies
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
back/package.json
back/package.json
View file @
3e8507f
...
...
@@ -14,12 +14,15 @@
"homepage"
:
"https://bitbucket.org/vel1024/capstone2#readme"
,
"dependencies"
:
{
"dotenv"
:
"^8.2.0"
,
"graphql-yoga"
:
"^1.18.3"
"graphql-tools"
:
"^4.0.7"
,
"graphql-yoga"
:
"^1.18.3"
,
"merge-graphql-schemas"
:
"^1.7.7"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.9.0"
,
"@babel/node"
:
"^7.8.7"
,
"@babel/preset-env"
:
"^7.9.0"
,
"morgan"
:
"^1.10.0"
,
"nodemon"
:
"^2.0.2"
}
}
...
...
Please
register
or
login
to post a comment