forked from get-bb/bb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.94 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
{
"name": "@bb/mobile",
"version": "0.0.1",
"private": true,
"main": "expo-router/entry",
"scripts": {
"dev": "expo start --dev-client",
"ios": "expo run:ios",
"android": "expo run:android",
"prebuild": "expo prebuild",
"typecheck": "tsc --noEmit",
"lint": "oxlint app src scripts metro.config.js",
"test": "vitest run --config vitest.config.ts",
"theme:generate": "node --conditions=source --import tsx scripts/generate-native-theme.ts",
"e2e:ios": "JAVA_HOME=${JAVA_HOME:-/opt/homebrew/opt/openjdk@17} maestro test e2e/flows"
},
"dependencies": {
"@bb/client-core": "workspace:*",
"@bb/connect-client": "workspace:*",
"@bb/core-ui": "workspace:*",
"@bb/domain": "workspace:*",
"@bb/fuzzy-match": "workspace:*",
"@bb/host-daemon-contract": "workspace:*",
"@bb/mobile-bridge": "workspace:*",
"@bb/plugin-interaction-contracts": "workspace:*",
"@bb/sdk": "workspace:*",
"@bb/server-contract": "workspace:*",
"@bb/thread-view": "workspace:*",
"@expo/ui": "57.0.11",
"@gorhom/bottom-sheet": "^5.2.14",
"@hugeicons/core-free-icons": "^4.1.3",
"@hugeicons/react-native": "^1.0.15",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native/normalize-colors": "0.86.2",
"@tanstack/react-query": "^5.62.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "~57.0.14",
"expo-asset": "~57.0.12",
"expo-build-properties": "~57.0.12",
"expo-camera": "~57.0.3",
"expo-constants": "~57.0.12",
"expo-crypto": "~57.0.1",
"expo-dev-client": "~57.0.13",
"expo-file-system": "~57.0.4",
"expo-glass-effect": "57.0.1",
"expo-haptics": "~57.0.1",
"expo-image": "~57.0.3",
"expo-linking": "~57.0.6",
"expo-notifications": "~57.0.12",
"expo-quick-actions": "^6.0.2",
"expo-router": "~57.0.14",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.7",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.2",
"nativewind": "5.0.0-preview.4",
"react": "^19.0.0",
"react-native": "0.86.2",
"react-native-css": "^3.0.7",
"react-native-gesture-handler": "~2.32.0",
"react-native-keyboard-controller": "1.21.9",
"react-native-mmkv": "^4.3.2",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.1",
"sonner-native": "^0.27.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@bb/tsconfig": "workspace:*",
"@tailwindcss/postcss": "^4.3.3",
"@types/culori": "^4.0.1",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"culori": "^4.0.2",
"eas-cli": "22.0.0",
"lightningcss": "1.30.1",
"postcss": "^8.5.26",
"sf-symbols-typescript": "^2.2.0",
"tailwindcss": "^4.3.0",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vitest": "^4.1.1"
}
}