-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "VCorp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-app-rewired run-android",
"ios": "react-app-rewired run-ios",
"lint": "eslint .",
"start": "react-app-rewired start",
"test": "jest",
"web": "npx webpack serve --config web/webpack.config.js --mode development",
"prebuild": "node ./scripts/copy-modules.js"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.5",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-camera-roll/camera-roll": "^5.3.1",
"@react-native-clipboard/clipboard": "^1.5.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/routers": "^6.1.8",
"@react-navigation/stack": "^6.3.16",
"@realm/react": "^0.4.3",
"@reduxjs/toolkit": "^1.9.5",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@types/apollo-upload-client": "^17.0.2",
"apollo-upload-client": "^17.0.0",
"asn1js": "^3.0.5",
"axios": "^1.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"bigint-conversion": "^2.3.0",
"bs58": "^5.0.0",
"events": "^3.3.0",
"franc": "^6.1.0",
"jsonwebtoken": "^9.0.0",
"jsrsasign": "^10.7.0",
"langs": "^2.0.0",
"module-alias": "^2.2.2",
"nth-check": "2.0.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.5",
"react-native-audio-record": "0.2.2",
"react-native-device-info": "^10.6.0",
"react-native-document-picker": "^9.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fast-image": "^8.6.3",
"react-native-file-access": "^2.6.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-picker": "^5.4.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.2.6",
"react-native-path": "^0.0.5",
"react-native-permissions": "^3.8.0",
"react-native-progress": "^5.0.0",
"react-native-prompt-android": "^1.1.0",
"react-native-quick-base64": "^2.0.6",
"react-native-reanimated": "^3.0.1",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^3.20.0",
"react-native-share": "^8.2.2",
"react-native-sound": "^0.11.2",
"react-native-sse": "^1.1.0",
"react-native-svg": "^13.9.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.1.6",
"react-native-track-player": "^3.2.0",
"react-native-tts": "https://github.com/pabloromeu/react-native-tts.git",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^6.0.0-alpha.6",
"react-native-web": "^0.19.2",
"react-native-webview": "^12.1.0",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"realm": "^11.9.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.6.1",
"web-encoding": "^1.1.5"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.2.1",
"@types/jsrsasign": "^10.5.7",
"@types/langs": "^2.0.1",
"@types/react": "^18.0.24",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"@types/redux-logger": "^3.0.9",
"babel-jest": "^29.2.1",
"babel-loader": "^9.1.2",
"babel-plugin-react-native-web": "^0.19.2",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint": "^8.19.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.8",
"prettier": "^2.4.1",
"react-app-rewired": "^2.2.1",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"jest": {
"preset": "react-native"
},
"plugins": [
"react-native-web"
]
}