forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e86fba0
commit 31afe40
Showing
3 changed files
with
602 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
"ios": "react-native run-ios --no-packager", | ||
"start": "npm run dev:rn", | ||
"podInstall": "pod-install", | ||
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].0 -o -Y && install-peerdeps @tarojs/[email protected].0 -o -Y && install-peerdeps @tarojs/[email protected].0 -o -Y && pod-install" | ||
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].3 -o -Y && install-peerdeps @tarojs/[email protected].3 -o -Y && install-peerdeps @tarojs/[email protected].3 -o -Y && pod-install" | ||
}, | ||
"browserslist": [ | ||
"last 3 versions", | ||
|
@@ -47,14 +47,13 @@ | |
"@react-native-community/geolocation": "^2.0.2", | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-native-community/netinfo": "^5.9.7", | ||
"@react-native-community/picker": "^1.8.1", | ||
"@react-native-community/slider": "4.0.0-rc.1", | ||
"@react-native-community/viewpager": "^4.2.2", | ||
"@tarojs/components": "3.3.0", | ||
"@tarojs/react": "3.3.0", | ||
"@tarojs/runtime": "3.3.0", | ||
"@tarojs/taro": "3.3.0", | ||
"@tarojs/taro-rn": "3.3.0", | ||
"@react-native-community/slider": "4.0.0-rc.3", | ||
"@react-native-picker/picker": "^1.16.4", | ||
"@tarojs/components": "3.3.3", | ||
"@tarojs/react": "3.3.3", | ||
"@tarojs/runtime": "3.3.3", | ||
"@tarojs/taro": "3.3.3", | ||
"@tarojs/taro-rn": "3.3.3", | ||
"expo-av": "~8.6.0", | ||
"expo-barcode-scanner": "~9.0.0", | ||
"expo-brightness": "^8.3.0", | ||
|
@@ -70,6 +69,7 @@ | |
"react-native": "^0.64.0", | ||
"react-native-gesture-handler": "^1.8.0", | ||
"react-native-image-resizer": "^1.4.0", | ||
"react-native-pager-view": "^5.4.0", | ||
"react-native-reanimated": "^1.13.1", | ||
"react-native-safe-area-context": "^3.1.8", | ||
"react-native-screens": "^2.11.0", | ||
|
@@ -80,17 +80,17 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.0", | ||
"@tarojs/cli": "3.3.0", | ||
"@tarojs/mini-runner": "3.3.0", | ||
"@tarojs/rn-runner": "3.3.0", | ||
"@tarojs/webpack-runner": "3.3.0", | ||
"@tarojs/cli": "3.3.3", | ||
"@tarojs/mini-runner": "3.3.3", | ||
"@tarojs/rn-runner": "3.3.3", | ||
"@tarojs/webpack-runner": "3.3.3", | ||
"@types/react": "^17.0.2", | ||
"@types/webpack-env": "^1.13.6", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"babel-preset-taro": "3.3.0", | ||
"babel-preset-taro": "3.3.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-taro": "3.3.0", | ||
"eslint-config-taro": "3.3.3", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
|
Oops, something went wrong.