Commit 468dc578 by zeven

添加依赖

parent 109dc7b2
{ {
"name": "zm-face-counter", "name": "zm-face-counter",
"version": "1.3.21", "version": "1.3.22",
"private": true, "private": true,
"scripts": { "scripts": {
"android": "react-native run-android", "android": "react-native run-android",
"start": "react-native start --port 8082", "start": "react-native start --port 8082",
"lint": "eslint --ext .js index.js src", "lint": "eslint --ext .js index.js src",
"apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk", "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk",
"android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '1.3.20'", "android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '1.3.22'",
"android-product": "code-push promote ZmFaceCounter-android Staging Production --des '1.3.20'", "android-product": "code-push promote ZmFaceCounter-android Staging Production --des '1.3.22'",
"android-history": "code-push deployment history ZmFaceCounter-android Production", "android-history": "code-push deployment history ZmFaceCounter-android Production",
"android-rollback": "code-push rollback ZmFaceCounter-android Production" "android-rollback": "code-push rollback ZmFaceCounter-android Production"
}, },
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"react-native-code-push": "^6.3.0", "react-native-code-push": "^6.3.0",
"react-native-keyevent": "0.2.8", "react-native-keyevent": "0.2.8",
"react-native-qrcode-svg": "6.0.6", "react-native-qrcode-svg": "6.0.6",
"react-native-sound": "^0.11.2",
"react-native-svg": "12.1.0", "react-native-svg": "12.1.0",
"react-native-swiper": "1.6.0", "react-native-swiper": "1.6.0",
"react-native-vector-icons": "6.6.0", "react-native-vector-icons": "6.6.0",
...@@ -45,7 +46,7 @@ ...@@ -45,7 +46,7 @@
"babel-plugin-transform-decorators-legacy": "1.3.5", "babel-plugin-transform-decorators-legacy": "1.3.5",
"eslint": "6.5.1", "eslint": "6.5.1",
"jest": "24.9.0", "jest": "24.9.0",
"metro-react-native-babel-preset": "0.58.0", "metro-react-native-babel-preset": "^0.58.0",
"pre-commit": "1.2.2", "pre-commit": "1.2.2",
"react-test-renderer": "16.11.0" "react-test-renderer": "16.11.0"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment