-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 6.04 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
{
"name": "boilerplate",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"cocoapods": "cd ios && pod install && cd ..",
"ios": "react-native run-ios --simulator=\"iPhone 8\"",
"android": "react-native run-android",
"rename": "react-native-rename",
"redux:remove": "yarn remove redux react-redux redux-thunk",
"typescript:add": "sh scripts/add-typescript/script.sh",
"lint": "eslint app",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"clean-android": "cd android && ./gradlew clean && cd ..",
"set-env-staging": "node ./app/utils/env/set-env.js -- --staging",
"set-env-production": "node ./app/utils/env/set-env.js -- --production",
"android-staging": "npm run set-env-staging && react-native run-android --variant=stagingDebug --appIdSuffix=staging",
"android-production": "npm run set-env-production && react-native run-android --variant=productionDebug",
"android-staging-release": "npm run set-env-staging && npm run uninstall-staging-release; react-native run-android --variant=stagingRelease --appIdSuffix=staging",
"android-production-release": "npm run set-env-production && npm run uninstall-production-release; react-native run-android --variant=productionRelease",
"android-staging-assemble": "npm run set-env-staging && cd android && ./gradlew && ./gradlew bundleRelease --stacktrace assembleStagingRelease",
"android-production-assemble": "npm run set-env-production && cd android && ./gradlew && ./gradlew bundleRelease --stacktrace assembleProductionRelease",
"ios-staging": "npm run set-env-staging && yarn ios --configuration Staging",
"ios-production": "npm run set-env-production && yarn ios --configuration Production",
"ios-debug": "npm run set-env-staging && yarn ios --configuration Debug",
"ios-release": "npm run set-env-production && yarn ios --configuration Release",
"uninstall-staging-release": "adb shell pm uninstall com.hichem.boilerplate.staging",
"uninstall-production-release": "adb shell pm uninstall com.hichem.boilerplate",
"format": "prettier-eslint --write \"{,!(node_modules)/**/}*.{js,jsx}\"",
"postinstall": "npx jetify"
},
"dependencies": {
"@react-native-community/art": "1.2.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/datetimepicker": "^2.6.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/app": "^11.1.2",
"@react-native-firebase/crashlytics": "^11.1.2",
"@react-navigation/bottom-tabs": "^5.11.7",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.2.19",
"axios": "^0.21.1",
"eslint-import-resolver-babel-module": "^5.1.2",
"ios-deploy": "1.11.3",
"jetifier": "^1.6.6",
"moment": "^2.27.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-native": "0.63.4",
"react-native-background-timer": "^2.4.1",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dash": "0.0.11",
"react-native-device-info": "^5.6.1",
"react-native-dropdown-picker": "^3.1.11",
"react-native-fast-image": "^8.3.4",
"react-native-flags": "^1.0.0",
"react-native-flash-message": "^0.1.16",
"react-native-gesture-handler": "^1.9.0",
"react-native-i18n": "^2.0.15",
"react-native-image-cache-wrapper": "^1.0.7",
"react-native-image-progress": "^1.1.1",
"react-native-image-viewing": "^0.2.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-maps": "0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^11.5.6",
"react-native-paper": "^4.0.1",
"react-native-permissions": "^3.0.1",
"react-native-progress": "4.0.3",
"react-native-push-notification": "^7.3.0",
"react-native-reanimated": "^1.13.2",
"react-native-restart": "^0.0.20",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.17.1",
"react-native-shadow": "^1.2.2",
"react-native-share": "^4.0.1",
"react-native-shared-element": "^0.7.0",
"react-native-vector-icons": "^7.0.0",
"react-native-version-number": "^0.3.6",
"react-navigation-shared-element": "^5.0.0-alpha1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "0.10.16",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/cli-debugger-ui": "^4.7.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-airbnb": "^5.0.0",
"babel-preset-react-native": "^4.0.1",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-flow": "1.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"eslint-watch": "^7.0.0",
"husky": "^6.0.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.3.2",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.1",
"react-native-rename": "^2.4.1",
"react-test-renderer": "16.13.1"
},
"optionalDependencies": {
"ios-deploy": "1.11.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"husky": {
"hooks": {
"pre-push": "yarn run format"
}
}
}