-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
90 lines (90 loc) · 2.88 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest",
"ar": "adb reverse tcp:8081 tcp:8081",
"postinstall": "patch-package",
"prepare": "husky install"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@gorhom/bottom-sheet": "^4.1.5",
"@persian-tools/persian-tools": "^3.2.1",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"color": "^3.2.1",
"color-hash": "^2.0.1",
"eventemitter3": "^4.0.7",
"expo": "~44.0.2",
"expo-app-loading": "~1.3.0",
"expo-device": "~4.1.0",
"expo-file-system": "~13.1.4",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.3",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"fast-memoize": "^2.5.2",
"fuse.js": "^6.5.3",
"jalaali-js": "^1.2.3",
"libphonenumber-js": "^1.9.50",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"moti": "^0.17.1",
"nanoid": "^3.3.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-awesome-gallery": "^0.3.4",
"react-native-chart-kit": "^6.12.0",
"react-native-communications": "^2.2.1",
"react-native-confirmation-code-field": "^7.3.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-get-random-values": "~1.7.2",
"react-native-image-crop-picker": "^0.36.4",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-logs": "^4.0.1",
"react-native-mmkv": "^2.3.0",
"react-native-pager-view": "5.4.9",
"react-native-reanimated": "~2.10.0",
"react-native-redash": "^16.2.3",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-typography": "^1.4.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-numeric-separator": "^7.16.5",
"@expo/webpack-config": "~0.16.2",
"@types/color": "^3.0.2",
"@types/color-hash": "^1.0.2",
"@types/jalaali-js": "^1.1.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-native-communications": "^2.2.1",
"babel-preset-expo": "9.0.2",
"husky": "^7.0.0",
"jest-expo": "^44.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"typescript": "~4.3.5"
},
"jest": {
"preset": "react-native"
},
"private": true,
"name": "taskyn",
"version": "1.0.0"
}