-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.52 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
{
"name": "ProClubsZone",
"version": "3.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"extract": "lingui extract",
"compile": "lingui compile",
"ios-debug": "npx react-native run-ios --scheme Dev --configuration Dev.Debug",
"ios-release": "npx react-native run-ios --scheme Dev --configuration Dev.Release",
"android-debug": "npx react-native run-android --variant=devDebug --appIdSuffix=dev",
"android-release": "npx react-native run-android --variant=devRelease --appIdSuffix=dev",
"android-assemble": "cd android && ./gradlew clean && ./gradlew assembleProdRelease",
"lingui": "lingui extract && lingui compile",
"version": "react-native-version -a --skip-tag"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@expo/react-native-action-sheet": "^3.9.0",
"@lingui/react": "^3.8.10",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/image-editor": "^2.3.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/analytics": "^11.3.2",
"@react-native-firebase/app": "^11.3.2",
"@react-native-firebase/auth": "^11.3.2",
"@react-native-firebase/crashlytics": "^11.3.2",
"@react-native-firebase/dynamic-links": "^11.3.2",
"@react-native-firebase/firestore": "^11.3.2",
"@react-native-firebase/functions": "^11.3.2",
"@react-native-firebase/storage": "^11.3.2",
"@react-native-picker/picker": "^1.15.0",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"contentful": "^8.3.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-bootsplash": "^3.2.0",
"react-native-fs": "^2.17.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^3.3.2",
"react-native-image-viewing": "^0.2.0",
"react-native-pager-view": "^5.1.3",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^2.1.0",
"react-native-render-html": "^5.1.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.1",
"react-native-sectioned-multi-select": "^0.8.1",
"react-native-size-matters": "^0.4.0",
"react-native-tab-view": "^3.0.1",
"react-native-tesseract-ocr": "^2.0.1",
"react-native-vector-icons": "^7.1.0",
"react-native-version-check": "^3.4.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/runtime": "^7.12.18",
"@lingui/cli": "^3.8.10",
"@lingui/macro": "^3.8.10",
"@react-native-community/eslint-config": "^1.1.0",
"@types/jest": "^25.2.3",
"@types/react-native": "^0.63.52",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-native-version-check": "^3.4.1",
"@types/react-test-renderer": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^25.1.0",
"babel-plugin-macros": "^3.0.1",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-version": "^4.0.0",
"react-test-renderer": "16.13.1",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}