-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.91 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
{
"name": "brimapp",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"_start": "expo start",
"_android": "expo run:android",
"_ios": "expo run:ios",
"run:android": "TAMAGUI_TARGET=native $npm_execpath run _android",
"run:ios": "TAMAGUI_TARGET=native $npm_execpath run _ios",
"start:native": "TAMAGUI_TARGET=native $npm_execpath run _start --dev-client",
"start:web": "TAMAGUI_TARGET=web $npm_execpath run _start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "$npm_execpath run start:native",
"expo:prebuild": "$npm_execpath run expo prebuild --skip-dependency-update react-native,react",
"start:dev-client": "$npm_execpath run expo:prebuild && $npm_execpath run _start --dev-client",
"start:dev-client:clear": "$npm_execpath run expo:prebuild && $npm_execpath run _start --dev-client",
"postinstall": "patch-package",
"android": "expo run:android",
"ios": "expo run:ios",
"checkDead": "knip",
"build:editor": "vite build",
"dev:editor": "vite",
"generate-themes": "tamagui generate-themes ./src/themes/theme-builder.ts ./theme-output.ts",
"test": "jest"
},
"dependencies": {
"@expensify/react-native-live-markdown": "^0.1.5",
"@expo/metro-runtime": "~3.2.1",
"@google/generative-ai": "^0.1.3",
"@gorhom/bottom-sheet": "^4.6.0",
"@hookform/resolvers": "^3.3.4",
"@legendapp/state": "^2.1.8",
"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/auth": "^19.0.1",
"@react-native-firebase/database": "^19.0.1",
"@react-native-menu/menu": "^0.9.1",
"@react-navigation/elements": "^1.3.21",
"@sentry/react-native": "~5.22.0",
"@shopify/flash-list": "1.6.4",
"@shopify/react-native-skia": "1.2.3",
"@supabase/supabase-js": "^2.39.3",
"@tamagui/animations-moti": "^1.90.6",
"@tamagui/config": "^1.90.6",
"@tamagui/font-inter": "^1.90.6",
"@tamagui/linear-gradient": "^1.90.6",
"@tamagui/lucide-icons": "^1.90.6",
"@tanstack/react-query": "^5.18.0",
"date-fns": "^3.3.1",
"expo": "^51.0.0",
"expo-apple-authentication": "~6.4.1",
"expo-application": "~5.9.1",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.19",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.7",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.9",
"expo-router": "~3.5.17",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-updates": "~0.25.18",
"flagsmith": "^3.22.0",
"formik": "^2.4.5",
"google-libphonenumber": "^3.2.34",
"html-entities": "^2.4.0",
"i18next": "^23.8.2",
"lodash.capitalize": "^4.2.1",
"lodash.debounce": "^4.0.8",
"moti": "^0.27.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-i18next": "^14.0.2",
"react-native": "0.74.2",
"react-native-flagsmith": "^3.22.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-ios-context-menu": "^1.15.1",
"react-native-mmkv": "^2.11.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.10",
"tamagui": "^1.90.6",
"ts-pattern": "^5.0.6",
"vexo-analytics": "^1.3.13",
"zeego": "^1.7.2",
"zod": "^3.22.4"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@callstack/eslint-config": "^14.1.0",
"@manypkg/cli": "^0.21.2",
"@tamagui/babel-plugin": "^1.90.6",
"@tamagui/cli": "^1.90.6",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.3",
"@types/google-libphonenumber": "^7.4.30",
"@types/jest": "^29.5.11",
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "~18.2.79",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"better-sqlite3": "^9.4.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"knip": "^2.19.11",
"patch-package": "^7.0.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.0"
},
"resolutions": {
"metro": "~0.80.8",
"metro-resolver": "~0.80.8",
"metro-config": "~0.80.8"
}
}