-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 2.26 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
{
"name": "reb",
"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": {
"@0-a-e/react-native-media-viewing": "^99999.114514.6",
"@gorhom/bottom-sheet": "^4",
"@nozbe/watermelondb": "^0.24.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@types/react-native-modals": "^0.19.2",
"@types/react-native-video": "^5.0.13",
"@types/uuid": "^8.3.4",
"axios": "^0.27.2",
"metro-react-native-babel-preset": "^0.71.3",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-easing-gradient": "^1.1.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-get-random-values": "^1.8.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keychain": "^8.1.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-modals": "^0.22.3",
"react-native-pager-view": "^6.1.1",
"react-native-reanimated": "2.9.1",
"react-native-remote-svg": "^2.0.10",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.16.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^6.0.0-alpha.1",
"react-native-websocket": "^1.0.2",
"react-native-webview": "^11.26.0",
"react-string-replace": "^1.1.0",
"realm": "10.20.0-beta.5",
"twemoji-parser": "^14.0.0",
"use-between": "^1.3.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^28.1.1",
"@types/react": "^18.0.12",
"@types/react-native": "^0.67.8",
"@types/react-native-vector-icons": "^6.4.11",
"@types/react-test-renderer": "^18.0.0",
"@types/twemoji-parser": "^13.1.1",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"react-test-renderer": "17.0.2",
"typescript": "^4.7.3"
},
"jest": {
"preset": "react-native"
}
}