-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
134 lines (134 loc) · 4.98 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
{
"name": "tanjong",
"version": "3.0.4",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"test:coverage": "jest --watchAll=false --coverage",
"codegen": "graphql-codegen --config codegen.yml",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"release:base": "standard-version --commit-all",
"release": "npm run release:base --",
"release:pre": "npm run release:base -- --prerelease alpha"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@formatjs/intl-pluralrules": "^5.3.4",
"@georstat/react-native-image-cache": "^3.1.0",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.20",
"@gluestack-ui/themed": "^1.1.51",
"@hookform/resolvers": "^3.9.1",
"@invertase/react-native-apple-authentication": "^2.4.0",
"@leancloud/platform-adapters-react-native": "^0.7.0",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-camera-roll/camera-roll": "^7.8.3",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-navigation/bottom-tabs": "^7.0.4",
"@react-navigation/elements": "^2.0.3",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.0.3",
"@sentry/react-native": "^5.35.0",
"@shopify/flash-list": "^1.7.2",
"@stripe/stripe-react-native": "^0.39.0",
"@tanstack/query-async-storage-persister": "^5.60.5",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query-persist-client": "^5.60.5",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"@walletconnect/modal-react-native": "^1.1.0",
"@walletconnect/react-native-compat": "^2.17.2",
"@xstate/react": "^5.0.0",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
"fast-text-encoding": "^1.0.6",
"i18next": "^23.16.5",
"jotai": "^2.10.2",
"leancloud-storage": "^4.14.0",
"native-base": "^3.4.28",
"react": "18.3.1",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.1",
"react-native": "^0.76.2",
"react-native-actions-sheet": "^0.9.7",
"react-native-blurhash": "^2.1.0",
"react-native-bootsplash": "^6.3.1",
"react-native-device-info": "^14.0.0",
"react-native-file-access": "^3.1.1",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-heroicons": "^4.0.0",
"react-native-image-colors": "^2.4.0",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.3.0",
"react-native-mmkv": "^3.1.0",
"react-native-modal": "^13.0.1",
"react-native-otp-entry": "^1.7.3",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.1.0",
"react-native-super-grid": "^6.0.1",
"react-native-svg": "^15.9.0",
"react-native-vector-icons": "^10.2.0",
"react-native-view-shot": "^4.0.0",
"react-native-webview": "^13.12.3",
"react-native-widgetkit": "^1.0.9",
"xstate": "^5.19.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-transform-template-literals": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.0",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-operations": "4.3.1",
"@graphql-codegen/typescript-react-apollo": "4.3.2",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@jest/globals": "^29.7.0",
"@react-native-community/cli": "^15.1.2",
"@react-native/babel-preset": "^0.76.2",
"@react-native/eslint-config": "^0.76.2",
"@react-native/metro-config": "^0.76.2",
"@react-native/typescript-config": "^0.76.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.8.1",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.14",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-jest": "^29.7.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^28.9.0",
"graphql": "^16.9.0",
"jest": "^29.7.0",
"nock": "^13.5.6",
"postcss": "^8.4.49",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@3.6.4"
}