-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.11 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.11 KB
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
{
"name": "securitystream",
"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 ."
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@formatjs/intl-datetimeformat": "^4.1.6",
"@formatjs/intl-displaynames": "^5.1.6",
"@formatjs/intl-getcanonicallocales": "^1.7.1",
"@formatjs/intl-listformat": "^6.2.6",
"@formatjs/intl-locale": "^2.4.33",
"@formatjs/intl-numberformat": "^7.1.5",
"@formatjs/intl-pluralrules": "^4.0.28",
"@formatjs/intl-relativetimeformat": "^9.1.7",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^1.16.3",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"axios": "^0.21.1",
"firebase": "^8.9.0",
"jscodeshift": "^0.11.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-axios": "^0.17.1",
"react-native-canvas": "^0.1.37",
"react-native-gesture-handler": "^1.10.3",
"react-native-keep-awake": "^4.0.0",
"react-native-localize": "^2.1.1",
"react-native-paper": "^4.9.2",
"react-native-paper-dates": "^0.4.6",
"react-native-peerjs": "^1.0.4",
"react-native-popup-dialog": "^0.18.3",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-simple-time-picker": "^1.3.7",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1",
"react-native-webrtc": "^1.89.3",
"react-native-webview": "^11.6.5",
"sync-storage": "^0.4.2",
"tsutils": "^3.21.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}