-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.49 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "circle",
"version": "1.0.5",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"debug": "adb reverse tcp:8097 tcp:8097 && react-devtools && react-native start"
},
"dependencies": {
"@dev-plugins/react-native-mmkv": "^0.0.1",
"@formatjs/intl-locale": "^3.4.5",
"@formatjs/intl-pluralrules": "^5.2.12",
"@gorhom/bottom-sheet": "^4.6.3",
"@lingui/react": "^4.10.1",
"@motify/components": "^0.18.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/netinfo": "^11.3.1",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/messaging": "^20.3.0",
"@react-native-menu/menu": "^1.0.3",
"@react-native-picker/picker": "^2.7.5",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@tanstack/query-async-storage-persister": "^5.51.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-persist-client": "^5.51.1",
"@types/atob": "^2.1.4",
"atob": "^2.1.2",
"axios": "^1.6.2",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"fs": "^0.0.1-security",
"i18next": "^23.11.4",
"jwt-decode": "^4.0.0",
"mixpanel-react-native": "^3.0.6",
"path": "^0.12.7",
"pngjs": "^7.0.0",
"react": "18.2.0",
"react-i18next": "^14.1.1",
"react-native": "0.72.7",
"react-native-device-info": "^10.13.1",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.14.1",
"react-native-haptic-feedback": "^2.3.1",
"react-native-image-picker": "^7.1.0",
"react-native-keyboard-controller": "^1.12.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.1.0",
"react-native-mmkv": "^2.12.2",
"react-native-modalize": "^2.1.1",
"react-native-notificated": "^0.1.5",
"react-native-permissions": "^4.1.5",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-sensors": "^7.3.6",
"react-native-simple-biometrics": "^1.5.2",
"react-native-snap-carousel": "^1.3.1",
"react-native-svg": "^14.1.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-tracking-transparency": "^0.1.2",
"react-native-video": "^5.2.1",
"react-native-webview": "^13.10.4",
"react-navigation": "^1.5.0",
"react-navigation-shared-element": "^3.1.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@eslint/js": "^9.6.0",
"@react-native/metro-config": "^0.72.11",
"@testing-library/react-native": "^12.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/react-native": "^3.0.0",
"@types/heic-convert": "^1.2.3",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-native": "^4.1.0",
"globals": "^15.8.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^3.3.3",
"react-native-dotenv": "^3.4.11",
"react-native-flipper-zustand": "^3.0.1",
"react-refresh": "^0.14.2",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4",
"typescript-eslint": "^7.16.0"
},
"engines": {
"node": ">=16"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}