-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 5.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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "EthereumRNBoilerplate",
"version": "1.0.0",
"private": true,
"keywords": [
"react",
"react-native",
"blockchain",
"dapp",
"ethereum",
"web3",
"starter"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --config ./jest.config.js",
"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",
"@eva-design/eva": "^2.1.1",
"@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-debugger-ui": "^5.0.1",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@tradle/react-native-http": "^2.0.0",
"@ui-kitten/components": "^5.1.1",
"@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",
"event-emitter": "^0.3.5",
"events": "^1.1.1",
"https-browserify": "~0.0.0",
"localstorage-polyfill": "^1.0.1",
"lottie-ios": "3.2.3",
"lottie-react-native": "^4.1.3",
"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-blockies": "^1.4.1",
"react-dom": "^17.0.2",
"react-moralis": "0.2.7",
"react-native": "~0.63.3",
"react-native-camera": "^4.2.1",
"react-native-crypto": "^2.1.0",
"react-native-dotenv": "2.4.3",
"react-native-emoji-selector": "^0.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-get-random-values": "1.5.0",
"react-native-icomoon": "^0.1.1",
"react-native-image-crop-picker": "^0.38.0",
"react-native-image-picker": "^4.10.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-localhost": "1.0.0",
"react-native-os": "^1.0.1",
"react-native-paper": "^4.9.2",
"react-native-permissions": "^3.5.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-responsive-screen": "^1.4.2",
"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",
"web3": "^1.6.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/jest": "^26.0.20",
"@types/node": "14.14.22",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"app-root-path": "3.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.2.0",
"chokidar": "3.5.1",
"commitizen": "4.2.3",
"cz-conventional-changelog": "^3.2.0",
"dotenv": "8.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-native": "3.10.0",
"ethereum-waffle": "^3.2.1",
"gh-pages": "^3.2.3",
"hardhat": "2.0.6",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"platform-detect": "3.0.1",
"prettier": "2.2.1",
"react-native-codegen": "^0.0.12",
"react-test-renderer": "17.0.1",
"ts-node": "^10.4.0",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native",
"testMatch": [
"**/__tests__/frontend/**/*.[jt]s?(x)"
],
"transform": {
"\\.js$": "<rootDir>/node_modules/babel-jest"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --fix --ext '.ts,.tsx,.js,.jsx' -c .eslintrc.json"
},
"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"
}
}