-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 2.85 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": "privnote",
"version": "0.0.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",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-firebase/app": "^14.2.4",
"@react-native-firebase/auth": "^14.2.4",
"@react-native-firebase/firestore": "^14.2.4",
"@react-native-google-signin/google-signin": "^7.0.4",
"@react-native-picker/picker": "^2.2.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.4.2",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.7.1",
"lodash": "^4.17.21",
"lottie-ios": "^3.2.3",
"lottie-react-native": "^5.0.1",
"moment": "^2.29.1",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "^17.0.2",
"react-native": "^0.67.1",
"react-native-animated-loader": "^0.0.9",
"react-native-bouncy-checkbox": "^2.1.10",
"react-native-flipper": "^0.129.0",
"react-native-gesture-handler": "^2.2.0",
"react-native-input-scroll-view": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-pell-rich-editor": "^1.8.8",
"react-native-reanimated": "^2.8.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.1.1",
"react-native-ui-lib": "^6.8.1",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.17.1",
"react-redux": "^7.2.6",
"redux-flipper": "^2.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/react-native": "^0.66.15",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-jest": "^27.4.6",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.14.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "^17.0.2",
"typescript": "^4.5.5",
"yarn-upgrade-all": "^0.6.1"
},
"resolutions": {
"@types/react": "^17"
},
"overrides": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}