-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
151 lines (151 loc) · 5.33 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
{
"name": "wallet",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"type-check": "tsc",
"test:report": "jest --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --coverage",
"pod-install": "RCT_NEW_ARCH_ENABLED=0 bundle exec pod install --project-directory=ios"
},
"dependencies": {
"@ankr.com/ankr.js": "^0.5.0",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@dr.pogodin/react-native-fs": "^2.25.0",
"@ethersproject/shims": "^5.7.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@json-rpc-tools/utils": "^1.7.6",
"@notifee/react-native": "^7.8.2",
"@nouns/assets": "^0.6.0",
"@nouns/sdk": "^0.4.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-menu/menu": "^1.0.3",
"@react-navigation/devtools": "^6.0.26",
"@react-navigation/elements": "^1.3.30",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.2.4",
"@sentry/react-native": "^5.22.2",
"@sentry/types": "^8.0.0",
"@shopify/flash-list": "^1.6.4",
"@shopify/react-native-skia": "^1.2.3",
"@tanstack/react-query": "^5.36.0",
"@token-icons/core": "^2.7.0",
"@token-icons/react": "^2.7.0",
"@walletconnect/core": "^2.13.0",
"@walletconnect/react-native-compat": "^2.13.0",
"@walletconnect/utils": "^2.13.0",
"@walletconnect/web3wallet": "^1.12.0",
"add": "^2.0.6",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"bs58check": "^3.0.1",
"chroma-js": "^2.4.2",
"ecpair": "^2.1.0",
"ed25519-hd-key": "^1.3.0",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"fast-text-encoding": "^1.0.6",
"i18next": "^23.11.4",
"ky": "^1.2.4",
"lodash": "^4.17.21",
"lottie-react-native": "^6.7.2",
"mina-signer": "^3.0.7",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-i18next": "^14.1.1",
"react-native": "0.74.1",
"react-native-camera-kit": "^13.0.0",
"react-native-device-info": "^10.13.2",
"react-native-element-dropdown": "^2.12.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-keychain": "^8.2.0",
"react-native-mmkv": "^2.12.2",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-pager-view": "^6.3.1",
"react-native-qrcode-skia": "^0.2.0",
"react-native-quick-base64": "^2.1.2",
"react-native-quick-crypto": "0.7.0-rc.5",
"react-native-reanimated": "^3.11.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-shadow-2": "^7.0.8",
"react-native-skia-shadow": "^1.2.0",
"react-native-skottie": "^2.1.4",
"react-native-svg": "^15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-vision-camera": "^4.0.4",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"stream-browserify": "^3.0.0",
"tiny-secp256k1": "^2.2.3",
"tweetnacl": "^1.0.3",
"viem": "1.21.4",
"wagmi": "1.4.13",
"yarn": "^1.22.22",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.2",
"@types/add": "^2",
"@types/chroma-js": "^2",
"@types/fast-text-encoding": "^1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4",
"@types/node": "^18.14.1",
"@types/qrcode": "^1",
"@types/react": "^18.2.6",
"@types/react-native-get-random-values": "^1",
"@types/react-native-onboarding-swiper": "^1.1.9",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/parser": "^6.13.1",
"@walletconnect/jsonrpc-types": "^1.0.4",
"babel-jest": "^29.6.3",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-root-import": "^6.6.0",
"dotenv": "^16.3.1",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.4.0",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}