-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.32 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
{
"name": "appdoki-rn",
"version": "1.0.1-alpha.3",
"homepage": "https://github.com/Cloudoki/appdoki-rn.git#readme",
"bugs": {
"url": "https://github.com/Cloudoki/appdoki-rn/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Cloudoki/appdoki-rn.git"
},
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint './src/**/*.{ts,tsx}'",
"pod:install": "npx pod-install"
},
"dependencies": {
"@notifee/react-native": "1.0.0",
"@react-native-async-storage/async-storage": "1.13.2",
"@react-native-community/google-signin": "5.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/analytics": "10.1.0",
"@react-native-firebase/app": "10.1.0",
"@react-native-firebase/crashlytics": "10.1.0",
"@react-native-firebase/messaging": "10.1.0",
"@react-native-firebase/perf": "10.1.0",
"@react-native-firebase/remote-config": "10.1.0",
"@react-navigation/drawer": "5.11.3",
"@react-navigation/material-bottom-tabs": "5.3.9",
"@react-navigation/native": "5.8.9",
"@react-navigation/stack": "5.12.6",
"color": "3.1.3",
"immutability-helper": "3.1.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "3.5.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-bootsplash": "3.1.1",
"react-native-circular-progress": "1.3.6",
"react-native-config": "1.4.0",
"react-native-gesture-handler": "1.8.0",
"react-native-navigation-bar-color": "2.0.1",
"react-native-paper": "4.0.0",
"react-native-reanimated": "1.13.2",
"react-native-redash": "16.0.8",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "2.15.0",
"react-native-shared-element": "0.7.0",
"react-native-svg": "12.1.0",
"react-native-vector-icons": "7.1.0",
"react-navigation-shared-element": "5.0.0-alpha1",
"reanimated-bottom-sheet": "1.0.0-alpha.22",
"semver": "7.3.2",
"storeon": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/runtime": "7.10.5",
"@react-native-community/eslint-config": "2.0.0",
"@types/color": "3.0.1",
"@types/react": "16.9.43",
"@types/react-native": "0.63.1",
"@types/react-native-dotenv": "0.2.0",
"@types/react-native-vector-icons": "6.4.6",
"@types/semver": "7.3.4",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"babel-jest": "26.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"eslint": "7.4.0",
"eslint-config-react": "1.1.7",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"eslint-plugin-react-native-globals": "0.1.2",
"eslint-plugin-standard": "4.0.1",
"fs-extra": "9.0.1",
"jest": "26.1.0",
"metro-react-native-babel-preset": "0.60.0",
"react-native-dotenv": "2.2.0",
"react-test-renderer": "16.13.1",
"reactotron-react-native": "5.0.0",
"typescript": "3.9.7"
},
"jest": {
"preset": "react-native"
}
}