This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
98 lines (98 loc) · 3.23 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
{
"name": "iGapPlus",
"version": "1.2.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"i18n": "node script/i18n/index.js",
"proto": "node script/proto/index.js"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.9.1",
"base64-js": "^1.2.3",
"core-js": "2.5.5",
"crc-32": "^1.2.0",
"fastpriorityqueue": "^0.3.1",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"long": "^4.0.0",
"node-forge": "^0.7.5",
"normalizr": "^3.2.4",
"prop-types": "^15.6.1",
"protobufjs": "~6.8.6",
"query-string": "^6.1.0",
"react": "16.3.1",
"react-intl": "^2.4.0",
"react-intl-redux": "^0.7.0",
"react-native": "0.55.2",
"react-native-android-sms-listener": "^0.5.0",
"react-native-camera": "^1.1.1",
"react-native-contacts": "^2.1.5",
"react-native-device-info": "^0.22.2",
"react-native-fabric": "^0.5.1",
"react-native-file-system": "./native/modules/FileSystem",
"react-native-firebase": "^4.2.0",
"react-native-igap-camera": "./native/modules/Camera",
"react-native-image-gallery": "^2.1.5",
"react-native-incall-manager": "^3.2.0",
"react-native-maps": "^0.21.0",
"react-native-material-tabs": "^3.5.0",
"react-native-material-ui": "^1.22.2",
"react-native-permissions": "^1.1.1",
"react-native-restart": "^0.0.6",
"react-native-save-to": "./native/modules/SaveTo",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-share": "^1.0.27",
"react-native-sound": "^0.10.9",
"react-native-sound-recorder": "^1.1.1",
"react-native-sqlite-2": "^1.6.0",
"react-native-svg": "^6.3.1",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-native-video": "^2.0.0",
"react-native-video-compress": "file:./native/modules/VideoCompress",
"react-native-video-processing": "shahen94/react-native-video-processing#2a6787537f0cb6d27fc177a4bbb502c9e2cb2446",
"react-native-web-socket": "file:./native/modules/WebSocket",
"react-native-webrtc": "^1.58.3",
"react-native-windows": "0.55.0-rc.0",
"react-navigation": "^1.5.11",
"react-navigation-redux-helpers": "^1.0.5",
"react-redux": "^5.0.7",
"recyclerlistview": "^1.3.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"simple-markdown": "^0.3.3",
"squel": "^5.12.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.3",
"babel-plugin-react-intl": "^2.4.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-fbjs": "^2.0.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.46.2",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-relay": "^0.0.21",
"flow-bin": "0.70.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1",
"redux-devtools": "^3.4.0",
"rnpm-plugin-windows": "^0.2.8"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}