-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 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
120
121
122
123
124
125
126
127
128
{
"name": "basic",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "ENVFILE=.env npx react-native run-android",
"ios": "ENVFILE=.env npx react-native run-ios",
"start": "npx react-native start",
"start:android": "adb reverse tcp:8081 tcp:8081 && npx react-native start",
"upgrade:ios": "cd ios && pod install && cd ..",
"upgrade:android": "cd android && gradle clean --build-cache && cd ..",
"upgrade:all": "yarn install && yarn upgrade:ios && yarn upgrade:android",
"upgrade:oss": "yarn upgrade:ios && yarn upgrade:android",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"typecheck": "tsc --extendedDiagnostics --noEmit --project .",
"prepare": "husky install",
"revert:commit": "git reset --soft HEAD~1",
"bump-patch": "npm version patch --no-git-tag-version && bundle exec fastlane bump",
"bump-minor": "npm version minor --no-git-tag-version && bundle exec fastlane bump",
"bump-major": "npm version major --no-git-tag-version && bundle exec fastlane bump",
"watchman:clean": "watchman watch-del-all",
"postinstall": "patch-package"
},
"author": "Wekouri Eric",
"license": "ISC",
"reactNativePermissionsIOS": [
"Camera",
"LocationAccuracy",
"LocationAlways",
"LocationWhenInUse",
"Microphone"
],
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@klarna/react-native-vector-drawable": "^0.4.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-camera-roll/camera-roll": "^5.2.3",
"@react-native-community/hooks": "^2.8.1",
"axios": "^1.2.1",
"axios-case-converter": "^0.11.1",
"formik": "^2.2.9",
"i18next": "^22.4.5",
"lodash": "^4.17.21",
"lottie-react-native": "^5.1.5",
"mobx": "^6.8.0",
"mobx-persist": "^0.4.1",
"mobx-react-lite": "^3.4.2",
"moment": "^2.29.4",
"patch-package": "^6.5.1",
"pubsub-js": "^1.9.4",
"react": "18.1.0",
"react-i18next": "^12.1.1",
"react-native": "0.70.6",
"react-native-device-info": "^10.3.0",
"react-native-dotenv": "~3.0.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.8.0",
"react-native-gradle-plugin": "^0.71.11",
"react-native-haptic-feedback": "^1.14.0",
"react-native-image-picker": "^5.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.2.4",
"react-native-modal": "^13.0.1",
"react-native-navigation": "^7.32.1",
"react-native-navigation-hooks": "^6.3.0",
"react-native-pager-view": "^6.1.2",
"react-native-permissions": "^3.7.3",
"react-native-reanimated": "^2.14.4",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-tab-view": "^3.3.4",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-native-vision-camera": "^2.15.2",
"react-native-webview": "^11.26.0",
"rn-fetch-blob": "^0.12.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.4.0",
"@types/pubsub-js": "^1.8.3",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.6",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^26.6.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"husky": "^8.0.3",
"jest": "^26.6.3",
"lint-staged": "^13.1.0",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0",
"ts-jest": "^29.0.5",
"typescript": "^4.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}