-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.78 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
{
"name": "qiscus-chat-sdk-rn-sample",
"version": "0.0.1",
"private": true,
"scripts": {
"dev:android": "run-p start android",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"rn": "react-native"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/app": "^12.0.0",
"@react-native-firebase/messaging": "^12.0.0",
"axios": "^0.21.1",
"css-to-rn.macro": "^0.3.0",
"date-fns": "^2.21.3",
"hooks.macro": "^1.1.2",
"lodash.debounce": "^4.0.8",
"mitt": "^2.1.0",
"qiscus-sdk-core": "^2.10.16",
"react": "17.0.2",
"react-native": "0.64.1",
"react-native-document-picker": "^8.2.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^5.4.0",
"react-native-push-notification": "^7.3.1",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.3.0",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"reactive.macro": "0.0.7",
"rn-fetch-blob": "^0.12.0",
"xstream": "^11.14.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.14.0",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^27.0.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.27.0",
"jest": "^27.0.1",
"metro-react-native-babel-preset": "^0.66.0",
"npm-run-all": "^4.1.5",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}