-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
100 lines (100 loc) · 3.24 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"test": "jest",
"prebuild": "expo prebuild"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@expo-google-fonts/poppins": "*",
"@expo/vector-icons": "^14.0.0",
"@knro/react-native-numeric-input": "git+https://github.com/knro/react-native-numeric-input.git",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
"@reduxjs/toolkit": "^1.6.1",
"@types/react-native": "^0.73.0",
"@types/react-redux": "^7.1.18",
"add": "^2.0.6",
"axios": "1.6.2",
"bignumber.js": "^9.0.2",
"crypto-es": "^2.1.0",
"expo": "51",
"expo-barcode-scanner": "~13.0.1",
"expo-constants": "~16.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-image-loader": "~4.7.0",
"expo-image-picker": "~15.0.7",
"expo-local-authentication": "~14.0.1",
"expo-media-library": "~16.0.5",
"expo-modules-core": "~1.12.26",
"expo-secure-store": "~13.0.2",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.27",
"lodash": "^4.17.21",
"moment": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-dialog": "*",
"react-native-document-picker": "9.1.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-image-gallery": "^2.1.5",
"react-native-mime-types": "^2.3.0",
"react-native-modal": "*",
"react-native-paper": "5.11.1",
"react-native-picker-select": "9.0.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.4.0",
"react-native-simple-dialogs": "*",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"react-redux": "8.1.3",
"remove-accents": "0.5.0",
"rn-pdf-reader-js": "^4.1.1",
"scrollview": "^0.0.0",
"socket.io-client": "*",
"yarn": "^1.22.18"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "0.74.0",
"@react-native/metro-config": "0.73.2",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "~18.2.45",
"@types/react-native-image-gallery": "^2.1.1",
"@types/react-test-renderer": "^18.0.0",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-jest": "^29.2.1",
"eslint": "8.53.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "3.1.0",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"engines": {
"node": ">=16"
},
"private": true,
"name": "justshare",
"version": "1.6.0"
}