-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
108 lines (108 loc) · 3.6 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
{
"name": "gdboilerplate",
"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",
"storybook": "start-storybook -p 7007",
"build-storybook": "build-storybook",
"postinstall": "patch-package",
"clean": "react-native-clean-project"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/slider": "^4.1.12",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/auth": "^13.0.1",
"@react-native-firebase/database": "^13.0.1",
"@react-native-firebase/firestore": "^13.0.1",
"@react-native-firebase/functions": "^13.0.1",
"@react-native-firebase/messaging": "^13.0.1",
"@react-native-firebase/storage": "^13.0.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.6.2",
"@types/yup": "^0.29.13",
"color": "^4.0.1",
"deepmerge": "^4.2.2",
"formik": "^2.2.9",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-native": "0.66.2",
"react-native-animatable": "^1.3.3",
"react-native-calendars": "^1.1269.0",
"react-native-dropdown-picker": "^5.2.3",
"react-native-fast-image": "^8.5.11",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-picker": "^4.3.0",
"react-native-magnus": "^1.0.62",
"react-native-modal": "^13.0.0",
"react-native-permissions": "^3.1.0",
"react-native-progress": "^5.0.0",
"react-native-rename": "^2.9.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.9.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.1",
"react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc",
"react-native-vector-icons": "^9.0.0",
"react-redux": "^7.2.6",
"react-redux-firebase": "^3.10.0",
"redux-firestore": "^0.15.0",
"redux-logger": "^3.0.6",
"validate-color": "^2.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/addon-actions": "^6.3",
"@storybook/addon-knobs": "^6.3",
"@storybook/addon-links": "^6.3",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/react-native": "^5.3.25",
"@storybook/react-native-server": "^5.3.23",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.65.0",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.9",
"@types/storybook__react": "^5.2.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.2",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-dom": "17.0.2",
"react-native-clean-project": "^3.6.7",
"react-test-renderer": "17.0.2",
"redux-devtools-extension": "^2.13.9",
"typescript": "^3.8.3"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}