forked from Koinstrap/vendor_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@blaumaus/react-alert": "^7.0.5",
"@eva-design/eva": "^2.2.0",
"@expo-google-fonts/open-sans": "^0.2.0",
"@expo/match-media": "^0.4.0",
"@expo/vector-icons": "^13.0.0",
"@fingerprintjs/fingerprintjs": "^3.1.3",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"@swyftx/api-crypto-address-validator": "https://github.com/Koinstrap/crypto-address-validator",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"date-fns": "^2.22.1",
"expo": "^44.0.6",
"expo-clipboard": "~4.3.1",
"expo-font": "~11.4.0",
"expo-splash-screen": "^0.10.3",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-favicon": "^2.0.3",
"react-fetching-library": "^1.7.6",
"react-loader-spinner": "^4.0.0",
"react-native": "0.72.5",
"react-native-eva-icons": "^1.3.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "12.1.1",
"react-native-web": "~0.19.6",
"react-responsive": "^8.2.0",
"validatorjs": "^3.22.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^0.12.52",
"@types/react": "~18.2.14",
"@types/react-alert": "^5.2.0",
"@types/react-native": "~0.63.2",
"@types/validatorjs": "^3.15.0",
"jest-expo": "^49.0.0",
"typescript": "^5.1.3"
},
"private": true
}