-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
145 lines (145 loc) · 4.76 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
{
"name": "PPApp",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,url --hack --yarn",
"android": "react-native run-android --verbose",
"ios": "react-native run-ios --verbose",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@ethersproject/keccak256": "^5.7.0",
"@metamask/inpage-provider": "^8.1.0",
"@polkadot/x-textencoder": "^12.3.2",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@types/big.js": "^6.2.0",
"@types/lodash": "^4.14.195",
"@types/uuid": "^9.0.2",
"assert": "^2.0.0",
"axios": "^1.4.0",
"big.js": "^6.2.1",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"ed25519": "^0.0.5",
"eth-sig-util": "^3.0.1",
"events": "^3.3.0",
"form-data": "^4.0.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.2",
"intl": "^1.2.5",
"intl-pluralrules": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"path-browserify": "0.0.0",
"post-message-stream": "^3.0.0",
"process": "^0.11.0",
"react": "18.2.0",
"react-i18next": "^12.3.1",
"react-native": "0.71.8",
"react-native-camera": "^4.2.1",
"react-native-chart-kit": "^6.12.0",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.8.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.12.0",
"react-native-get-random-values": "^1.9.0",
"react-native-image-picker": "^7.0.2",
"react-native-level-fs": "^3.0.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localize": "^3.0.2",
"react-native-permissions": "3.0.4",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^3.20.0",
"react-native-simple-toast": "^3.2.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^13.10.0",
"react-native-swiper-flatlist": "^3.2.3",
"react-native-ui-lib": "^7.5.2",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.7.0",
"react-native-webview": "^13.6.4",
"react-redux": "^9.0.4",
"readable-stream": "^4.4.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"savourlabs-wallet-sdk": "2.0.4",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"uuid": "^9.0.0",
"web3": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.2.1",
"@types/node": "^20.3.1",
"@types/react": "^18.0.24",
"@types/react-native-sqlite-storage": "^6.0.0",
"@types/react-test-renderer": "^18.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "^2.4.1",
"react-native-iconfont-cli": "^2.2.4",
"react-test-renderer": "18.2.0",
"rn-nodeify": "^10.3.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
},
"react-native": {
"path": "path-browserify",
"fs": "react-native-level-fs",
"_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": {
"path": "path-browserify",
"fs": "react-native-level-fs",
"_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"
}
}