UNPKG

775 BJSONView Raw
1{
2 "name": "example",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "android": "react-native run-android",
7 "ios": "react-native run-ios",
8 "start": "react-native start",
9 "test": "jest",
10 "lint": "eslint ."
11 },
12 "dependencies": {
13 "react": "16.13.1",
14 "react-native": "0.63.3",
15 "react-native-firebaseui-auth": "git+https://github.com/oijusti/react-native-firebaseui-auth.git"
16 },
17 "devDependencies": {
18 "@babel/core": "^7.8.4",
19 "@babel/runtime": "^7.8.4",
20 "@react-native-community/eslint-config": "^1.1.0",
21 "babel-jest": "^25.1.0",
22 "eslint": "^6.5.1",
23 "jest": "^25.1.0",
24 "metro-react-native-babel-preset": "^0.59.0",
25 "react-test-renderer": "16.13.1"
26 },
27 "jest": {
28 "preset": "react-native"
29 }
30}