-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
package.json
55 lines (55 loc) · 2.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-native-firebase-tests",
"version": "21.5.0",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build && rimraf macos/build",
"build:macos": "xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace macos/io.invertase.testing.xcworkspace -scheme io.invertase.testing-macOS -configuration Debug -derivedDataPath macos/build | xcbeautify",
"prepare": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-firebase/analytics": "21.5.0",
"@react-native-firebase/app": "21.5.0",
"@react-native-firebase/app-check": "21.5.0",
"@react-native-firebase/app-distribution": "21.5.0",
"@react-native-firebase/app-types": "6.7.2",
"@react-native-firebase/auth": "21.5.0",
"@react-native-firebase/crashlytics": "21.5.0",
"@react-native-firebase/database": "21.5.0",
"@react-native-firebase/dynamic-links": "21.5.0",
"@react-native-firebase/firestore": "21.5.0",
"@react-native-firebase/functions": "21.5.0",
"@react-native-firebase/in-app-messaging": "21.5.0",
"@react-native-firebase/installations": "21.5.0",
"@react-native-firebase/messaging": "21.5.0",
"@react-native-firebase/ml": "21.5.0",
"@react-native-firebase/perf": "21.5.0",
"@react-native-firebase/remote-config": "21.5.0",
"@react-native-firebase/storage": "21.5.0",
"postinstall-postinstall": "2.1.0",
"react": "18.3.1",
"react-native": "0.74.5",
"react-native-device-info": "^13.0.0",
"react-native-macos": "0.74.6",
"util": "^0.12.5"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"@react-native/babel-preset": "^0.74.87",
"@react-native/metro-config": "^0.74.87",
"axios": "^1.7.7",
"detox": "20.27.2",
"firebase": "^10.13.2",
"firebase-tools": "^13.19.0",
"jest-circus": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jet": "0.9.0-dev.12",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"patch-package": "^8.0.0",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "17.0.0"
}
}