-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.66 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
{
"name": "react-native-boilerplate",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "watchman watch-del-all && rm -rf /tmp/metro-*",
"android": "react-native run-android",
"android:aab": "cd android && ./gradlew bundleRelease",
"android:apk": "cd android && ./gradlew assembleRelease --stacktrace",
"android:release": "react-native run-android --variant=release",
"ios": "react-native run-ios",
"ios:release": "react-native run-ios --configuration Release",
"ios:iphone8": "react-native run-ios --simulator='iPhone 8'",
"ios:reset": "rm -rf ios/build/ModuleCache",
"start": "react-native start",
"start:reset": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,md,json}\""
},
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^4.0.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^3.0.9",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.10",
"@react-native-community/picker": "^1.8.1",
"@react-native-firebase/analytics": "^10.5.1",
"@react-native-firebase/app": "^10.5.0",
"@react-native-firebase/crashlytics": "^10.5.1",
"@react-navigation/drawer": "^5.11.5",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.14.2",
"add": "^2.0.6",
"axios": "^0.21.1",
"i18n-js": "^3.8.0",
"immer": "^8.0.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-fast-compare": "^3.2.0",
"react-native": "0.63.4",
"react-native-fast-image": "^8.3.4",
"react-native-floating-action": "^1.21.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-picker": "^3.1.4",
"react-native-localize": "^2.0.1",
"react-native-material-menu": "^1.2.0",
"react-native-mmkv-storage": "^0.4.3",
"react-native-modal": "^11.6.1",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-notifications": "^3.4.2",
"react-native-permissions": "^3.0.0",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-snap-carousel": "4.0.0-beta.6",
"react-native-svg": "^12.1.0",
"react-native-ui-lib": "^5.20.3",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rn-fetch-blob": "^0.12.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.45",
"@types/react-native-material-menu": "^1.0.4",
"@types/react-native-push-notification": "^7.0.1",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.15",
"@types/react-test-renderer": "^17.0.0",
"@types/redux-logger": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"metro-config": "^0.64.0",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.2.1",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "^17.0.1",
"typescript": "^4.1.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{tsx,ts,js,jsx}": [
"prettier --write",
"eslint --fix"
],
"*.{md,json,yaml,yml}": [
"prettier --write"
]
}
}