Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bluejoyq
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
bluejoyq
2019-11-21 02:40:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1abf1151a81fcf9cd909deec5c184391af6aacc5
1abf1151
1 parent
42bacd2e
add module in package.json for pull request
!1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
searchGuide/package-lock.json
searchGuide/package.json
searchGuide/package-lock.json
View file @
1abf115
...
...
@@ -5815,6 +5815,14 @@
"prop-types"
:
"^15.6.0"
}
},
"react-native-swiper"
:
{
"version"
:
"1.5.14"
,
"resolved"
:
"https://registry.npmjs.org/react-native-swiper/-/react-native-swiper-1.5.14.tgz"
,
"integrity"
:
"sha512-Kn0fxKooN7Shwu1qJYHB+Y8ssXXnvrIwReHXU5jCdyYNfz2QbBv0Cv3sa2Mqzr+XgzORCFFIokc8uCCUITDrVA=="
,
"requires"
:
{
"prop-types"
:
"^15.5.10"
}
},
"react-native-tab-view"
:
{
"version"
:
"2.10.0"
,
"resolved"
:
"https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-2.10.0.tgz"
,
...
...
searchGuide/package.json
View file @
1abf115
...
...
@@ -13,6 +13,7 @@
"expo"
:
"^35.0.0"
,
"expo-permissions"
:
"~7.0.0"
,
"expo-speech"
:
"~7.0.0"
,
"expo-sqlite"
:
"~7.0.0"
,
"path"
:
"^0.12.7"
,
"react"
:
"16.8.3"
,
"react-dom"
:
"16.8.3"
,
...
...
@@ -23,6 +24,7 @@
"react-native-reanimated"
:
"^1.4.0"
,
"react-native-svg"
:
"^9.13.3"
,
"react-native-svg-charts"
:
"^5.3.0"
,
"react-native-swiper"
:
"^1.5.14"
,
"react-native-voice"
:
"^0.3.0"
,
"react-native-web"
:
"^0.11.7"
,
"react-navigation"
:
"^4.0.10"
,
...
...
@@ -31,8 +33,7 @@
"react-redux"
:
"^7.1.3"
,
"react-thunk"
:
"^1.0.0"
,
"redux"
:
"^4.0.4"
,
"redux-thunk"
:
"^2.3.0"
,
"expo-sqlite"
:
"~7.0.0"
"redux-thunk"
:
"^2.3.0"
},
"devDependencies"
:
{
"babel-preset-expo"
:
"^7.1.0"
,
...
...
Please
register
or
login
to post a comment