mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-08 09:37:30 +08:00
34 lines
955 B
JSON
Executable File
34 lines
955 B
JSON
Executable File
{
|
|
"name": "HelloWorld",
|
|
"version": "6.0.0-alpha.11",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"run:android": "react-native run-android",
|
|
"run:ios": "react-native run-ios --simulator=\"iPhone X\"",
|
|
"build:apk": "cd android && ./gradlew assembleRelease",
|
|
"test": "jest",
|
|
"prepare": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-firebase/analytics": "^6.0.0-alpha.13",
|
|
"@react-native-firebase/app": "^6.0.0-alpha.13",
|
|
"react": "16.8.1",
|
|
"react-native": "0.59.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.3",
|
|
"@babel/runtime": "^7.3.1",
|
|
"@react-native-community/cli": "2.0.0-alpha.21",
|
|
"@react-native-community/eslint-config": "^0.0.3",
|
|
"babel-jest": "^24.1.0",
|
|
"jest": "^24.1.0",
|
|
"metro-react-native-babel-preset": "^0.51.1",
|
|
"patch-package": "^6.1.0",
|
|
"react-test-renderer": "16.8.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|