-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.85 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
{
"name": "signum-mobile-wallet",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start-clean": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "npx expo prebuild --clean",
"expo-fix": "npx expo install --fix",
"expo-doctor": "npx expo-doctor@latest",
"ts-check": "tsc",
"db-generate": "npx drizzle-kit generate",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "11.1.0",
"@scure/bip39": "^1.2.2",
"@shopify/flash-list": "1.6.3",
"@signumjs/core": "^1.0.0-rc.75",
"@signumjs/crypto": "^1.0.0-rc.75",
"@signumjs/util": "^1.0.0-rc.75",
"@tanstack/react-query": "^5.25.0",
"babel-plugin-inline-import": "^3.0.0",
"buffer": "^6.0.3",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.10",
"expo": "~50.0.19",
"expo-application": "~5.8.4",
"expo-asset": "~9.0.2",
"expo-av": "~13.10.6",
"expo-camera": "~14.1.3",
"expo-checkbox": "~2.7.0",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.12",
"expo-image": "~1.10.6",
"expo-image-manipulator": "~11.8.0",
"expo-linking": "~6.2.2",
"expo-local-authentication": "~13.8.0",
"expo-localization": "~14.8.4",
"expo-print": "~12.8.1",
"expo-router": "~3.4.10",
"expo-secure-store": "~12.8.1",
"expo-sharing": "~11.10.0",
"expo-sqlite": "~13.4.0",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"fast-text-encoding": "^1.0.6",
"i18next": "^23.8.2",
"intl-pluralrules": "^2.0.1",
"nativewind": "^4.0.36",
"react": "18.2.0",
"react-hook-form": "^7.50.1",
"react-i18next": "^14.0.5",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-marked": "^6.0.4",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-number-format": "^5.4.0",
"react-qr-code": "^2.0.12",
"tailwindcss": "^3.4.0",
"yup": "^1.3.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "~18.2.14",
"drizzle-kit": "^0.21.4",
"husky": "^9.0.11",
"reactotron-react-native": "^5.1.3",
"typescript": "^5.1.3"
},
"overrides": {
"react-native-marked": {
"react-native-svg": "$react-native-svg"
},
"react-number-format": {
"react": "$react",
"react-dom": "$react"
}
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"private": true
}