-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.01 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
{
"name": "RNChatApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --appId com.dev.rn.chatapp --main-activity MainActivity",
"ios": "react-native run-ios",
"ip8": "react-native run-ios --simulator='iPhone 8'",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"pod": "cd ios && pod install && cd .."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^6.7.1",
"@react-native-firebase/auth": "^7.0.1",
"@react-native-firebase/firestore": "^7.0.1",
"@types/i18next": "^13.0.0",
"class-transformer": "^0.2.3",
"i18next": "11.9.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.26.0",
"react": "16.11.0",
"react-i18next": "9.0.2",
"react-native": "0.62.2",
"react-native-device-info": "^5.5.7",
"react-native-gesture-handler": "^1.6.1",
"react-native-gifted-chat": "^0.16.1",
"react-native-parsed-text": "^0.0.21",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.7.0",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.4.0",
"react-navigation-tabs": "^2.8.13",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.7",
"@types/react-test-renderer": "^16.9.2",
"add": "^2.0.6",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0",
"typescript": "^3.8.3",
"yarn": "^1.22.4"
},
"jest": {
"preset": "react-native"
}
}