-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 5.35 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
{
"name": "chaincred",
"version": "1.0.0",
"main": "./index.js",
"scripts": {
"start": "npx expo --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "scripts/web_build.sh",
"build": "scripts/web_build.sh",
"gen:graphql": "graphql-codegen --config codegen.yml",
"gen:supabase": "bunx supabase gen types typescript --project-id 'chsysageacyldeosgdmc' --schema public > generated/supabase.ts",
"db:populate": "bunx dotenv-cli -e .env.development.local node lib/services/db/importCSV.js lib/services/db/profiles_rows.csv",
"prisma:migrate": "bunx dotenv-cli -e .env.development.local prisma migrate dev",
"prisma:studio:dev": "bunx dotenv-cli -e .env.development.local prisma studio",
"prisma:studio:prod": "bunx dotenv-cli -e .env.production.local prisma studio",
"prisma:generate": "bunx dotenv-cli -e .env.development.local prisma generate",
"prisma:generate:prod": "bunx dotenv-cli -e .env.production.local prisma generate",
"build:docker": "prisma generate && prisma migrate deploy && bun run build"
},
"dependencies": {
"@coinbase/wallet-mobile-sdk": "^1.1.2",
"@ethereum-attestation-service/eas-sdk": "^2.7.0",
"@expo/vector-icons": "^14.0.4",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.20",
"@gluestack-ui/themed": "^1.1.54",
"@gorhom/bottom-sheet": "^4.6.4",
"@prisma/client": "^5.20.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-community/netinfo": "11.3.1",
"@react-native-segmented-control/segmented-control": "2.5.2",
"@rn-primitives/avatar": "^1.0.5",
"@rn-primitives/slot": "^1.0.4",
"@rn-primitives/tooltip": "^1.0.4",
"@rn-primitives/types": "^1.0.4",
"@shopify/flash-list": "1.6.4",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.59.0",
"@thirdweb-dev/react-native-adapter": "^1.5.1",
"@trpc/client": "11.0.0-rc.402",
"@trpc/react-query": "11.0.0-rc.402",
"@trpc/server": "11.0.0-rc.402",
"amazon-cognito-identity-js": "^6.3.12",
"base64-arraybuffer": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"ethers": "^6.13.3",
"expo": "~51.0.36",
"expo-application": "~5.9.1",
"expo-barcode-scanner": "~13.0.1",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.16",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.27",
"expo-file-system": "~17.0.1",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-symbols": "~0.1.5",
"expo-updates": "~0.25.26",
"expo-web-browser": "~13.0.3",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"nativewind": "next",
"prisma": "^5.20.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "~0.75.4",
"react-native-aes-gcm-crypto": "^0.2.2",
"react-native-gesture-handler": "~2.20.0",
"react-native-get-random-values": "~1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.14.0",
"react-native-mmkv": "^2.12.2",
"react-native-passkey": "^2.1.1",
"react-native-quick-base64": "^2.1.2",
"react-native-quick-crypto": "0.7.5",
"react-native-reanimated": "~3.15.4",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.34.0",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.12",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.67.0",
"tiny-invariant": "^1.3.3",
"ts-pattern": "^5.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-flow-strip-types": "^7.25.7",
"@babel/plugin-transform-private-methods": "^7.25.7",
"@dev-plugins/async-storage": "^0.0.3",
"@dev-plugins/react-navigation": "^0.0.6",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@types/react": "~18.2.79",
"@types/supercluster": "^7.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"compression": "^1.7.4",
"csv-parser": "^3.0.0",
"expo-atlas": "^0.3.23",
"express": "^4.21.0",
"morgan": "^1.10.0",
"react-native-react-query-devtools": "^1.3.1",
"supabase": "^1.203.0",
"typescript": "~5.3.3"
},
"private": true,
"engines": {
"node": ">=20"
},
"prisma": {
"schema": "lib/services/db/schema.prisma"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true
}
},
"install": {
"exclude": [
"react-native@~0.74.0",
"react-native-reanimated@~3.10.0",
"react-native-gesture-handler@~2.16.1",
"react-native-screens@~3.31.1"
]
}
}
}