-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.3 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.3 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
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "zerocard",
"version": "1.0.0",
"main": "entrypoint.js",
"packageManager": "yarn@1.22.22",
"scripts": {
"start": "expo start --dev-client",
"ios": "expo run:ios",
"android": "expo run:android",
"build:dev": "eas build --profile development",
"build:preview": "eas build --profile preview",
"build:prod": "eas build --profile production",
"prebuild": "expo prebuild",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"web": "expo start --web"
},
"dependencies": {
"@coinbase/onchainkit": "^0.38.9",
"@ethersproject/shims": "^5.8.0",
"@expo-google-fonts/inter": "^0.3.0",
"@expo/vector-icons": "^14.0.2",
"@mapbox/search-js-react": "^1.0.0",
"@privy-io/expo": "^0.50.0",
"@privy-io/expo-native-extensions": "^0.0.4",
"@privy-io/public-api": "^2.20.5",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-mapbox-gl/maps": "^8.6.0-beta.0",
"@react-navigation/native": "^7.0.3",
"@shopify/react-native-skia": "1.5.0",
"@smile_identity/react-native": "^10.3.2",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-query": "^5.75.4",
"axios": "^1.9.0",
"chart": "^0.1.2",
"debounce": "^2.2.0",
"expo": "^52.0.44",
"expo-apple-authentication": "^7.1.3",
"expo-application": "^6.0.2",
"expo-av": "~15.0.2",
"expo-barcode-scanner": "^13.0.1",
"expo-blur": "~14.0.3",
"expo-build-properties": "^0.13.2",
"expo-camera": "^16.0.18",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.8",
"expo-crypto": "^14.0.2",
"expo-dev-client": "^5.1.7",
"expo-dev-launcher": "^5.0.17",
"expo-file-system": "~18.0.12",
"expo-font": "^13.0.4",
"expo-haptics": "~14.0.1",
"expo-image-picker": "~16.0.6",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-local-authentication": "~15.0.2",
"expo-media-library": "~17.0.6",
"expo-navigation-bar": "~4.0.9",
"expo-network": "~7.0.5",
"expo-router": "~4.0.6",
"expo-screen-capture": "~7.0.1",
"expo-secure-store": "^14.2.3",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9",
"expo-web-browser": "~14.0.2",
"fast-text-encoding": "^1.0.6",
"jwt-decode": "^4.0.0",
"kit": "^0.1.2",
"lottie-react-native": "7.1.0",
"native": "^0.3.3",
"nativewind": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.76.9",
"react-native-animated-numbers": "^0.6.3",
"react-native-animated-rolling-numbers": "^2.0.0",
"react-native-detect-screenshot": "^1.2.1",
"react-native-figma-squircle": "^0.4.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "^1.23.7",
"react-native-modal": "^14.0.0-rc.1",
"react-native-passkeys": "^0.3.1",
"react-native-qrcode-styled": "^0.3.3",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "3.16.2",
"react-native-root-siblings": "^5.0.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-screenshot-detect": "^1.1.0",
"react-native-squircle": "^1.1.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.3.0",
"react-native-view-shot": "~4.0.3",
"react-native-web": "~0.19.10",
"react-native-webview": "13.12.5",
"react-query": "^3.39.3",
"svg": "^0.1.0",
"viem": "^2.28.1",
"zustand": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-native-svg-transformer": "^1.5.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"eslintConfig": {
"extends": "universe/native",
"root": true
},
"private": true
}