-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.86 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "CuplrWallet",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"eject": "react-native eject",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "node_modules/.bin/rn-nodeify --install crypto,http,https,os,assert,url,stream,events --yarn"
},
"dependencies": {
"@babel/preset-env": "^7.16.7",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-async-storage/async-storage": "1.13.4",
"@react-native-community/cli": "^7.0.3",
"@react-native-community/cli-debugger-ui": "^5.0.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.5.0",
"@tradle/react-native-http": "^2.0.0",
"@walletconnect/react-native-dapp": "1.6.6",
"@walletconnect/web3-provider": "^1.7.0",
"base-64": "1.0.0",
"buffer": "6.0.3",
"env": "^0.0.2",
"ethereum-blockies-base64": "^1.0.2",
"event-emitter": "^0.3.5",
"events": "^1.1.1",
"https-browserify": "~0.0.0",
"localstorage-polyfill": "^1.0.1",
"metro-react-native-babel-preset": "^0.66.2",
"moralis": "0.0.99",
"node-libs-browser": "2.2.1",
"parse": "^3.4.1",
"patch-package": "^6.4.7",
"path-browserify": "0.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "~17.0.2",
"react-dom": "^17.0.2",
"react-moralis": "0.2.7",
"react-native": "~0.63.3",
"react-native-crypto": "^2.1.0",
"react-native-dotenv": "2.4.3",
"react-native-eject": "^0.1.2",
"react-native-emoji-selector": "^0.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-get-random-values": "1.5.0",
"react-native-intl": "^1.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localhost": "1.0.0",
"react-native-os": "^1.0.1",
"react-native-paper": "^4.9.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-stream": "0.1.9",
"react-native-svg": "9.6.4",
"react-native-unimodules": "0.14.10",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "~0.17.5",
"react-native-webview": "^11.16.0",
"readable-stream": "^1.0.33",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^1.0.0",
"url": "~0.10.1",
"uuid": "^8.3.2",
"web3": "^1.6.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^26.0.20",
"@types/node": "14.14.22",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^5.12.0",
"app-root-path": "3.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "8.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "^7.8.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^37.9.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-native": "3.10.0",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"platform-detect": "3.0.1",
"prettier": "2.2.1",
"react-test-renderer": "17.0.1",
"ts-node": "^10.4.0",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
}
}