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-05-15 22:22:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2cdd69bd11db4eb436b3da93947180bc1468f4e3
2cdd69bd
1 parent
63b31cf5
add moment dependency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
front/package-lock.json
front/package.json
front/package-lock.json
View file @
2cdd69b
...
...
@@ -8832,6 +8832,11 @@
"minimist"
:
"^1.2.5"
}
},
"moment"
:
{
"version"
:
"2.25.3"
,
"resolved"
:
"https://registry.npmjs.org/moment/-/moment-2.25.3.tgz"
,
"integrity"
:
"sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg=="
},
"move-concurrently"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz"
,
...
...
front/package.json
View file @
2cdd69b
...
...
@@ -14,6 +14,7 @@
"apollo-boost"
:
"^0.4.7"
,
"core-js"
:
"^3.6.5"
,
"graphql"
:
"^15.0.0"
,
"moment"
:
"^2.25.3"
,
"react"
:
"^16.13.1"
,
"react-dom"
:
"^16.13.1"
,
"react-helmet"
:
"^6.0.0"
,
...
...
Please
register
or
login
to post a comment