forked from BirthdayResearch/defichain-wallet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
165 lines (165 loc) · 5.25 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
{
"name": "@defichain/wallet",
"private": true,
"license": "MIT",
"main": "index.js",
"workspaces": [
"./website"
],
"scripts": {
"prepare": "husky install",
"lint": "eslint . --fix",
"start": "expo start",
"start:android": "expo start --android",
"start:ios": "expo start --ios",
"start:web": "expo start --web",
"playground:start": "docker-compose rm -fsv && docker-compose up",
"test:ci": "jest --ci --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run --headless --browser chrome",
"react-devtools:open": "react-devtools"
},
"dependencies": {
"@defichain/jellyfish-address": "^2.10.0",
"@defichain/jellyfish-api-core": "^2.10.0",
"@defichain/jellyfish-network": "^2.10.0",
"@defichain/jellyfish-transaction": "^2.10.0",
"@defichain/jellyfish-transaction-builder": "^2.10.0",
"@defichain/jellyfish-wallet": "^2.10.0",
"@defichain/jellyfish-wallet-encrypted": "^2.10.0",
"@defichain/jellyfish-wallet-mnemonic": "^2.10.0",
"@defichain/playground-api-client": "^0.12.2",
"@defichain/whale-api-client": "^0.16.3",
"@defichain/whale-api-wallet": "^0.16.3",
"@expo-google-fonts/ibm-plex-sans": "^0.2.0",
"@expo/vector-icons": "^12.0.5",
"@gorhom/bottom-sheet": "^4.1.4",
"@react-native-async-storage/async-storage": "~1.15.13",
"@react-native-community/netinfo": "6.1.0",
"@react-native-community/slider": "^4.1.12",
"@react-native-masked-view/masked-view": "0.2.5",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.6.2",
"bignumber.js": "^9.0.1",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"defichain": "^2.10.0",
"expo": "43.0.3",
"expo-asset": "~8.4.3",
"expo-barcode-scanner": "~11.1.2",
"expo-cli": "^4.13.0",
"expo-clipboard": "~2.0.3",
"expo-constants": "~12.1.3",
"expo-crypto": "~10.0.3",
"expo-font": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-local-authentication": "~12.0.1",
"expo-localization": "~11.0.0",
"expo-random": "~12.0.1",
"expo-secure-store": "~11.0.3",
"expo-splash-screen": "~0.13.5",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"expo-web-browser": "~10.0.3",
"i18n-js": "^3.8.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-content-loader": "^6.0.3",
"react-devtools": "^4.21.0",
"react-dom": "17.0.1",
"react-hook-form": "^7.20.5",
"react-native": "0.64.3",
"react-native-boring-avatars": "^1.0.1",
"react-native-collapsible": "^1.6.0",
"react-native-confirmation-code-field": "^7.2.0",
"react-native-gesture-handler": "~1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "~2.2.4",
"react-native-redash": "^16.2.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.9.0",
"react-native-svg": "12.1.1",
"react-native-swiper-flatlist": "^3.0.16",
"react-native-web": "0.17.1",
"react-number-format": "^4.8.0",
"react-overlays": "^5.1.1",
"react-redux": "^7.2.6",
"semver": "^7.3.5",
"smart-buffer": "^4.2.0",
"stream-browserify": "^3.0.0",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@cypress/code-coverage": "^3.9.11",
"@expo/metro-config": "0.2.8",
"@expo/webpack-config": "^0.16.7",
"@testing-library/cypress": "^8.0.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^8.0.0",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.176",
"@types/randomcolor": "^0.5.6",
"@types/react": "~17.0.34",
"@types/react-native": "~0.64.19",
"@types/react-native-loading-spinner-overlay": "^0.5.3",
"@types/react-redux": "^7.1.20",
"@types/react-test-renderer": "^17.0.1",
"@types/semver": "^7.3.9",
"babel-plugin-istanbul": "^6.1.1",
"cypress": "9.0.0",
"cypress-image-diff-js": "1.15.7",
"eas-cli": "^0.38.3",
"eslint": "7.32.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^3.11.0",
"husky": "^7.0.4",
"jest-expo": "^43.0.1",
"lint-staged": "^11.2.6",
"randomcolor": "^0.6.2",
"react-test-renderer": "17.0.1",
"standard-version": "^9.3.2",
"standard-version-expo": "^1.0.3",
"typescript": "~4.3.5",
"wait-on": "^6.0.0",
"webpack-merge": "^5.8.0"
},
"lint-staged": {
"*.{ts,tsx,js}": [
"eslint --fix"
]
},
"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"
]
}
}