-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.08 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
{
"name": "mtproto-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"build:dev": "eas build --profile preview --platform android --local",
"build:prod": "eas build --profile production --platform android --local",
"postinstall": "patch-package"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo-google-fonts/roboto-mono": "^0.2.2",
"@gorhom/bottom-sheet": "^4.4.5",
"@mtproto/core": "^6.2.0",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@reduxjs/toolkit": "^1.8.5",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@ui-kitten/components": "^5.1.2",
"date-fns": "^2.29.3",
"expo": "~46.0.13",
"expo-clipboard": "~3.1.0",
"expo-document-picker": "~10.3.0",
"expo-file-system": "~14.1.0",
"expo-font": "~10.2.0",
"expo-intent-launcher": "~10.3.0",
"expo-media-library": "~14.2.0",
"expo-permissions": "~13.2.0",
"expo-status-bar": "~1.4.0",
"fast-sha256": "^1.3.0",
"filesize": "^10.0.5",
"jssha": "^3.2.0",
"just-clone": "^6.1.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"nanoid": "^4.0.0",
"patch-package": "^6.4.7",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-random-values": "~1.8.0",
"react-native-paper": "^5.0.0-rc.6",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "^12.3.0",
"react-redux": "^8.0.4",
"text-encoding": "^0.7.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/intl": "^1.2.0",
"@types/lodash": "^4.14.186",
"@types/mime": "^3.0.1",
"@types/react-native-vector-icons": "^6.4.12",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-plugin-react": "^7.31.8"
}
}