-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
167 lines (167 loc) · 5.56 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
{
"name": "@defichain/wallet",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"lint": "eslint . --fix",
"start": "expo start --clear",
"start:android": "expo start --clear --android",
"start:ios": "expo start --clear --ios",
"start:web": "expo start --clear --web",
"playground:start": "docker-compose rm -fsv && docker-compose up",
"test:ci": "jest --ci --coverage --detectOpenHandles --debug",
"cypress:open": "cypress open --project mobile-app",
"cypress:run": "cypress run --headless --browser chrome --project mobile-app",
"react-devtools:open": "react-devtools",
"translation:missing": "ts-node shared/translations/reporter/index.ts"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@expo-google-fonts/ibm-plex-sans": "^0.2.3",
"@expo-google-fonts/sora": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.5.1",
"@mealection/react-native-boring-avatars": "1.1.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "11.1.0",
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^1.9.7",
"@shopify/flash-list": "1.6.3",
"@waveshq/standard-defichain-jellyfishsdk": "^2.20.0",
"@waveshq/walletkit-core": "^1.3.10",
"@waveshq/walletkit-ui": "^1.3.10",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"ethers": "^5.7.2",
"expo": "^50.0.11",
"expo-application": "~5.8.3",
"expo-asset": "~9.0.2",
"expo-barcode-scanner": "~12.9.3",
"expo-checkbox": "~2.7.0",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.1",
"expo-file-system": "~16.0.8",
"expo-font": "~11.10.3",
"expo-image": "~1.10.6",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-local-authentication": "~13.8.0",
"expo-localization": "~14.8.3",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"i18n-js": "^3.9.2",
"install": "^0.13.0",
"lodash": "^4.17.21",
"lru-cache": "^7.18.3",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-devtools": "^4.27.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.73.5",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-collapsible": "^1.6.1",
"react-native-confirmation-code-field": "^7.3.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "~1.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-popover-view": "^5.1.8",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "13.9.0",
"react-native-swiper-flatlist": "^3.2.3",
"react-native-toast-notifications": "^3.4.0",
"react-native-web": "~0.19.9",
"react-number-format": "^5.3.3",
"react-overlays": "^5.2.1",
"react-qr-code": "^2.0.12",
"react-redux": "^8.1.3",
"semver": "^7.5.4",
"smart-buffer": "^4.2.0",
"stream-browserify": "^3.0.0",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@cypress/code-coverage": "^3.12.29",
"@expo/metro-config": "~0.17.1",
"@expo/metro-runtime": "^3.1.3",
"@testing-library/cypress": "^10.0.1",
"@testing-library/react-native": "^11.5.4",
"@types/find-in-files": "^0.5.2",
"@types/i18n-js": "^3.8.7",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/randomcolor": "^0.5.8",
"@types/react-native": "~0.72.5",
"@types/react-native-loading-spinner-overlay": "^0.5.4",
"@types/react-test-renderer": "^18.0.5",
"@types/semver": "^7.5.4",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"colors": "1.4.0",
"cypress": "^13.7.0",
"cypress-image-diff-js": "^1.32.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"find-in-files": "^0.5.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-expo": "~50.0.3",
"lint-staged": "^14.0.1",
"randomcolor": "^0.6.2",
"react-dev-utils": "^12.0.1",
"react-test-renderer": "18.1.0",
"standard-version": "^9.5.0",
"standard-version-expo": "^1.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.0",
"wait-on": "^7.2.0",
"webpack-merge": "^5.10.0"
},
"standard-version": {
"skip": {
"changelog": true,
"tag": true
}
},
"nyc": {
"report-dir": "cypress-coverage",
"all": true,
"include": [
"mobile-app/app/**",
"shared/**"
],
"exclude": [
"**.test.ts",
"**.test.tsx",
"**.snap"
]
}
}