-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
56
57
{
"name": "Tradly",
"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 .",
"release": "cd android/ && ./gradlew clean assembleRelease && cd .."
},
"dependencies": {
"@react-native-community/clipboard": "^1.5.1",
"@react-native-firebase/app": "^15.4.0",
"@react-native-firebase/auth": "^15.4.0",
"@react-native-google-signin/google-signin": "^8.0.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.4",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"i18next": "^21.9.1",
"react": "18.0.0",
"react-i18next": "^11.18.5",
"react-native": "0.69.4",
"react-native-fbsdk-next": "^10.1.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-localize": "^2.2.3",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "5.0.0-rc.4",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.16.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^13.1.0",
"react-native-tags": "^2.2.1",
"react-native-vector-icons": "^9.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
},
"resolutions": {
"styled-components": "^5"
}
}