-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 6.3 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "ClearSpendMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start --reset-cache",
"postinstall": "patch-package",
"ios": "ENVFILE=.env.dev react-native run-ios --scheme ClearSpendMobileDEV --configuration \"dev.Debug\"",
"ios-uat": "ENVFILE=.env.uat react-native run-ios --scheme ClearSpendMobileUAT --configuration \"uat.Debug\"",
"ios-prod": "ENVFILE=.env.prod react-native run-ios --scheme ClearSpendMobile",
"android": "ENVFILE=.env.dev react-native run-android --variant=devDebug --appIdSuffix dev",
"android-uat": "ENVFILE=.env.uat react-native run-android --variant=uatDebug --appIdSuffix uat",
"android-prod": "ENVFILE=.env.prod react-native run-android --variant=prodDebug",
"devices-android": "adb devices",
"devices-ios": "xcrun xctrace list devices",
"restserver": "nodemon restserver/index.js",
"verify": "yarn check-format && yarn lint && yarn type-check && yarn test",
"test": "jest",
"type-check": "tsc",
"format": "yarn prettier && yarn lint --fix",
"format-server": "yarn prettier-server && yarn lint-server",
"check-format": "prettier --check './src/**/*.{js,ts,tsx,json}'",
"lint": "eslint './src/**/*.{js,ts,tsx,json}'",
"lint-server": "eslint './restserver/**/*.{js,ts,tsx,json}' --fix",
"prettier": "prettier --write './src/**/*.{js,ts,tsx,json}'",
"prettier-server": "prettier --write './restserver/**/*.{js,ts,tsx,json}'",
"podinstall": "cd ios && pod install --repo-update && cd ..",
"reinstall-modules": "watchman watch-del-all && rm -rf ./node_modules && rm -rf /tmp/metro-* && yarn install",
"reinstall-pods": "rm -rf ios/Pods && yarn podinstall",
"reinstall": "yarn reinstall-modules && yarn reinstall-pods",
"bump-build-number": "ts-node ./scripts/bumpBuildNumber.ts",
"generate": "ts-node ./scripts/generateTypes.ts && prettier --write ./src/generated/capital.ts && git add ./src/generated/capital.ts"
},
"dependencies": {
"@fullstory/react-native": "^1.0.4",
"@gorhom/bottom-sheet": "^4.3.0",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-cookies/cookies": "^6.0.11",
"@react-native-firebase/app": "^14.7.0",
"@react-native-firebase/messaging": "^14.7.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/core": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.6.1",
"@stripe/stripe-react-native": "^0.8.0",
"@thecodingmachine/redux-toolkit-wrapper": "2.0.1",
"appcenter": "4.4.3",
"appcenter-analytics": "4.4.3",
"appcenter-crashes": "4.4.3",
"axios": "^0.21.4",
"axios-auth-refresh": "^3.2.1",
"date-fns": "^2.25.0",
"i18next": "^20.6.1",
"intl": "^1.2.5",
"jwt-decode": "^3.1.2",
"launchdarkly-react-native-client-sdk": "^6.2.0",
"lodash": "^4.17.21",
"mixpanel-react-native": "^1.3.7",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-i18next": "^11.12.0",
"react-native": "0.65.1",
"react-native-autocomplete-dropdown": "^1.1.6",
"react-native-biometrics": "^2.1.4",
"react-native-blob-util": "^0.14.0",
"react-native-config": "^1.4.5",
"react-native-confirmation-code-field": "^7.3.0",
"react-native-currency-input": "^1.0.1",
"react-native-device-info": "^8.5.0",
"react-native-document-picker": "^8.0.0",
"react-native-flipper": "^0.120.0",
"react-native-gesture-handler": "~2.1.3",
"react-native-haptic-feedback": "^1.13.1",
"react-native-image-picker": "^4.7.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-mmkv": "^2.0.0",
"react-native-multitask-blur": "^0.1.5",
"react-native-pdf": "^6.5.0",
"react-native-permissions": "^3.2.0",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "^2.8.0",
"react-native-reanimated-carousel": "^2.6.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.13.1",
"react-native-section-alphabet-list": "^2.1.0",
"react-native-sensitive-info": "^5.5.8",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.1",
"react-native-toast-message": "^2.1.1",
"react-native-vector-icons": "^9.0.0",
"react-native-vision-camera": "2.13.0",
"react-native-webview": "^11.15.1",
"react-query": "^3.34.7",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-flipper": "^2.0.0",
"redux-persist": "^6.0.0",
"redux-persist-sensitive-storage": "^1.0.0",
"twrnc": "^2.0.3",
"use-debounce": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^9.0.0",
"@types/fbemitter": "^2.0.32",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"@types/react": "^17.0.24",
"@types/react-native": "^0.65.1",
"@types/react-native-snap-carousel": "^3.8.4",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jira-changelog": "^2.2.0",
"metro-react-native-babel-preset": "^0.66.0",
"msw": "^0.36.8",
"nodemon": "^2.0.15",
"patch-package": "^6.4.7",
"plist": "^3.0.4",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "17.0.2",
"swagger-typescript-api": "^9.3.1",
"ts-node": "^10.5.0",
"typescript": "^4.4.3"
}
}