forked from BirthdayResearch/defichain-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
167 lines (167 loc) · 5.42 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",
"cypress:run": "cypress run --headless --browser chrome",
"react-devtools:open": "react-devtools",
"translation:missing": "ts-node shared/translations/reporter/index.ts"
},
"dependencies": {
"@expo-google-fonts/ibm-plex-sans": "^0.2.2",
"@expo-google-fonts/sora": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@mealection/react-native-boring-avatars": "1.1.2",
"@react-native-async-storage/async-storage": "~1.17.11",
"@react-native-community/netinfo": "9.3.7",
"@react-native-community/slider": "4.4.0",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.2",
"@react-navigation/stack": "^6.3.11",
"@reduxjs/toolkit": "^1.9.1",
"@shopify/flash-list": "1.4.1",
"@waveshq/standard-defichain-jellyfishsdk": "^0.34.3",
"@waveshq/walletkit-core": "^0.27.0",
"@waveshq/walletkit-ui": "^0.27.0",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"expo": "^47.0.13",
"expo-asset": "~8.7.0",
"expo-barcode-scanner": "~12.1.0",
"expo-checkbox": "~2.2.2",
"expo-clipboard": "~4.0.1",
"expo-constants": "~14.0.2",
"expo-crypto": "~12.0.0",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-linking": "~3.2.3",
"expo-local-authentication": "~13.0.2",
"expo-localization": "~14.0.0",
"expo-random": "~13.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"i18n-js": "^3.9.2",
"install": "^0.13.0",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"react": "18.1.0",
"react-content-loader": "^6.2.0",
"react-devtools": "^4.27.1",
"react-dom": "18.1.0",
"react-hook-form": "^7.42.0",
"react-native": "0.70.5",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-collapsible": "^1.6.0",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-gesture-handler": "~2.9.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-popover-view": "^5.1.7",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "2.13.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.2",
"react-native-svg": "13.5.0",
"react-native-swiper-flatlist": "^3.0.18",
"react-native-toast-notifications": "^3.3.1",
"react-native-web": "~0.18.10",
"react-number-format": "^5.1.3",
"react-overlays": "^5.2.1",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"semver": "^7.3.8",
"smart-buffer": "^4.2.0",
"stream-browserify": "^3.0.0",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@cypress/code-coverage": "^3.10.0",
"@expo/metro-config": "0.5.1",
"@expo/webpack-config": "^0.17.3",
"@testing-library/cypress": "^8.0.7",
"@testing-library/react-native": "^11.5.0",
"@types/find-in-files": "^0.5.1",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/randomcolor": "^0.5.7",
"@types/react": "~18.0.26",
"@types/react-native": "~0.70.8",
"@types/react-native-loading-spinner-overlay": "^0.5.3",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.13",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"colors": "1.4.0",
"cypress": "^10.11.0",
"cypress-image-diff-js": "^1.23.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"find-in-files": "^0.5.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-expo": "^47.0.1",
"lint-staged": "^13.1.0",
"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": "^4.9.3",
"wait-on": "^6.0.1",
"webpack-merge": "^5.8.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"
]
},
"overrides": {
"react-native-circular-progress-indicator": {
"react-native-svg": "13.5.0"
}
}
}