-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
102 lines (102 loc) · 3.46 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "englishmoji",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build": "cd android && ./gradlew bundleRelease",
"postinstall": "patch-package && cd ios && pod install && cd .."
},
"dependencies": {
"@hookform/resolvers": "^2.9.1",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native/metro-config": "^0.72.9",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/elements": "^1.3.18",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.2",
"@sentry/react-native": "^5.7.1",
"axios": "^1.4.0",
"i18next": "^23.1.0",
"iso-country": "^3.0.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"patch-package": "^7.0.2",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-hook-form": "^7.32.0",
"react-i18next": "^13.0.0",
"react-native": "0.72.3",
"react-native-circular-progress-indicator": "^4.2.0",
"react-native-device-info": "^10.8.0",
"react-native-emoji": "^1.8.0",
"react-native-flipper": "^0.206.0",
"react-native-gesture-handler": "^2.4.2",
"react-native-gifted-chat": "^2.4.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^3.0.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-orientation-locker": "^1.5.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.13.1",
"react-native-size-matters": "^0.4.0",
"react-native-sound": "^0.11.2",
"react-native-spinkit": "^1.5.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.3.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-system-navigation-bar": "^1.0.4",
"react-native-tab-view": "^3.1.1",
"react-native-track-player": "^3.2.0",
"react-native-vector-icons": "^9.1.0",
"react-redux": "^8.0.2",
"react-syntax-highlighter": "^15.5.0",
"redux-flipper": "^2.0.2",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@jest/globals": "^29.6.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.72.2",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native-orientation": "^5.0.1",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-syntax-highlighter": "^15.5.2",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"babel-jest": "^29.2.1",
"depcheck": "^1.4.3",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "^2.4.1",
"react-native-dotenv": "^3.4.9",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"engines": {
"node": ">=16"
}
}