-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.85 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.85 KB
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
56
57
{
"name": "rn_starter_kit",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-firebase/app": "21.4.0",
"@react-native-firebase/auth": "21.4.0",
"@react-native-firebase/firestore": "21.4.0",
"@react-native-google-signin/google-signin": "13.1.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"add": "2.0.6",
"moment": "2.30.1",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-fast-image": "8.6.3",
"react-native-fbsdk": "3.0.0",
"react-native-gesture-handler": "2.20.2",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "4.0.0",
"react-native-vector-icons": "10.2.0",
"react-redux": "9.1.2",
"redux": "5.0.1",
"redux-thunk": "3.1.0",
"yarn": "1.22.22"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0",
"@react-native-community/cli": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"babel-jest": "29.6.3",
"eslint": "8.19.0",
"jest": "29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}