-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.82 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.82 KB
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
{
"name": "kokio",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"gen:auth-types": "bash scripts/gen-auth-types.sh",
"gen:bff-types": "bash scripts/gen-bff-types.sh"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"/node_modules/(?!(.pnpm|react-native|@react-native|@react-native-community|expo|@expo|@expo-google-fonts|react-navigation|@react-navigation|@sentry/react-native|native-base|jose|uuid))"
]
},
"dependencies": {
"@ethersproject/shims": "^5.8.0",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.6",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/material-top-tabs": "^7.4.1",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-query": "^5.90.5",
"@walletconnect/modal-react-native": "^1.1.0",
"@walletconnect/react-native-compat": "^2.23.1",
"abitype": "^1.1.0",
"axios": "^1.11.0",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.1",
"empty-module": "^0.0.2",
"expo": "54.0.22",
"expo-application": "~7.0.7",
"expo-asset": "~12.0.7",
"expo-auth-session": "~7.0.8",
"expo-blur": "~15.0.7",
"expo-build-properties": "~1.0.9",
"expo-camera": "~17.0.9",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.7",
"expo-crypto": "~15.0.7",
"expo-dev-client": "~6.0.16",
"expo-file-system": "~19.0.11",
"expo-font": "~14.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.14",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"expo-updates": "~29.0.12",
"expo-web-browser": "~15.0.9",
"kokio-sdk": "^0.1.1",
"lodash": "^4.17.21",
"nativewind": "^4.1.23",
"node-libs-react-native": "^1.2.1",
"qs": "^6.14.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-country-flag": "^2.0.2",
"react-native-currency-input": "^1.1.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-pager-view": "6.9.1",
"react-native-passkey": "^3.3.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-quick-base64": "^2.2.2",
"react-native-quick-crypto": "^1.0.19",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-share": "^12.2.1",
"react-native-svg": "15.12.1",
"react-native-tab-view": "^4.1.3",
"react-native-view-shot": "^4.0.3",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^3.3.1",
"toggle-switch-react-native": "^3.3.0",
"uuid": "^13.0.0",
"viem": "^2.38.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-syntax-import-assertions": "^7.27.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.13",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^18.0.7",
"babel-plugin-module-resolver": "^5.0.2",
"jest": "^29.2.1",
"jest-expo": "~54.0.13",
"openapi-typescript": "^7.13.0",
"react-test-renderer": "19.0.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.2"
},
"private": true
}