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-07-17 14:40:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ba69c6e89dbc23f1c6c8182cf805f68f546fdaf
6ba69c6e
1 parent
0ece8f75
add @apollo/client
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
front/package-lock.json
front/package.json
front/package-lock.json
View file @
6ba69c6
...
...
@@ -4,6 +4,48 @@
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
"@apollo/client"
:
{
"version"
:
"3.0.2"
,
"resolved"
:
"https://registry.npmjs.org/@apollo/client/-/client-3.0.2.tgz"
,
"integrity"
:
"sha512-4ighan5Anlj4tK/tdUHs4Mi1njqXZ7AxRCVolz/H702DjPphAJfm+FRkIadPTmwz+OLO+d+tX+6V1VBshf02rg=="
,
"requires"
:
{
"@types/zen-observable"
:
"^0.8.0"
,
"@wry/context"
:
"^0.5.2"
,
"@wry/equality"
:
"^0.1.9"
,
"fast-json-stable-stringify"
:
"^2.0.0"
,
"graphql-tag"
:
"^2.10.4"
,
"hoist-non-react-statics"
:
"^3.3.2"
,
"optimism"
:
"^0.12.1"
,
"prop-types"
:
"^15.7.2"
,
"symbol-observable"
:
"^1.2.0"
,
"ts-invariant"
:
"^0.4.4"
,
"tslib"
:
"^1.10.0"
,
"zen-observable"
:
"^0.8.14"
},
"dependencies"
:
{
"@wry/context"
:
{
"version"
:
"0.5.2"
,
"resolved"
:
"https://registry.npmjs.org/@wry/context/-/context-0.5.2.tgz"
,
"integrity"
:
"sha512-B/JLuRZ/vbEKHRUiGj6xiMojST1kHhu4WcreLfNN7q9DqQFrb97cWgf/kiYsPSUCAMVN0HzfFc8XjJdzgZzfjw=="
,
"requires"
:
{
"tslib"
:
"^1.9.3"
}
},
"graphql-tag"
:
{
"version"
:
"2.10.4"
,
"resolved"
:
"https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.10.4.tgz"
,
"integrity"
:
"sha512-O7vG5BT3w6Sotc26ybcvLKNTdfr4GfsIVMD+LdYqXCeJIYPRyp8BIsDOUtxw7S1PYvRw5vH3278J2EDezR6mfA=="
},
"optimism"
:
{
"version"
:
"0.12.1"
,
"resolved"
:
"https://registry.npmjs.org/optimism/-/optimism-0.12.1.tgz"
,
"integrity"
:
"sha512-t8I7HM1dw0SECitBYAqFOVHoBAHEQBTeKjIL9y9ImHzAVkdyPK4ifTgM4VJRDtTUY4r/u5Eqxs4XcGPHaoPkeQ=="
,
"requires"
:
{
"@wry/context"
:
"^0.5.2"
}
}
}
},
"@apollo/react-common"
:
{
"version"
:
"3.1.4"
,
"resolved"
:
"https://registry.npmjs.org/@apollo/react-common/-/react-common-3.1.4.tgz"
,
...
...
front/package.json
View file @
6ba69c6
...
...
@@ -3,6 +3,7 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"@apollo/client"
:
"^3.0.2"
,
"@apollo/react-hooks"
:
"^3.1.5"
,
"@fortawesome/fontawesome-svg-core"
:
"^1.2.28"
,
"@fortawesome/free-brands-svg-icons"
:
"^5.13.0"
,
...
...
Please
register
or
login
to post a comment