-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·83 lines (83 loc) · 2.64 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
{
"name": "Bary",
"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 .",
"postinstall": "patch-package && node ./android-release-fix.js"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"postinstall": "patch-package",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native/normalize-color": "^2.0.0",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.47.3",
"big-integer": "^1.6.51",
"buffer": "^6.0.3",
"deprecated-react-native-prop-types": "^2.3.0",
"easy-peasy": "^5.0.4",
"ed25519-hd-key": "^1.2.0",
"ethers": "^5.6.9",
"events": "^3.3.0",
"expo-modules-core": "^0.9.2",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.4",
"react-native-camera": "^3.40.0",
"react-native-clean-project": "^4.0.1",
"react-native-encrypted-storage": "^4.0.2",
"react-native-flash-message": "^0.2.1",
"react-native-gesture-handler": "^1.9.0",
"react-native-get-random-values": "^1.8.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-navbar-color": "^1.0.3",
"react-native-permissions": "^3.6.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-securerandom": "^1.0.0",
"react-native-shadow-2": "^6.0.5",
"react-native-svg": "^12.3.0",
"react-native-svg-uri": "^0.0.1",
"react-native-system-navigation-bar": "^1.0.5",
"react-native-url-polyfill": "^1.3.0",
"react-native-video": "^5.2.1",
"stream": "^0.0.2",
"superstruct": "^0.16.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/runtime": "7.12.5",
"@react-native-community/eslint-config": "1.1.0",
"babel-jest": "25.5.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "6.8.0",
"jest": "^29.2.2",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}