mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-12 10:27:00 +08:00
34 lines
893 B
JSON
34 lines
893 B
JSON
{
|
|
"name": "HelloWorld",
|
|
"version": "6.4.0",
|
|
"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/app": "6.4.0",
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/cli": "^2.9.0",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"patch-package": "^6.1.4",
|
|
"react-test-renderer": "16.9.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|