-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.85 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.85 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
{
"name": "bacomponents",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"deploy:ios": "npx testflight",
"deploy:web": "expo export -p web && npx eas-cli@latest deploy"
},
"resolutions": {
"lightningcss": "1.30.1",
"@expo/metro-runtime": "55.0.1"
},
"dependencies": {
"@bacons/apple-colors": "^0.0.8",
"@bacons/mdx": "^1.0.2",
"@expo-google-fonts/source-code-pro": "^0.3.0",
"@expo/vector-icons": "^15.0.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toolbar": "^1.1.11",
"@react-native-community/datetimepicker": "8.6.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native-segmented-control/segmented-control": "2.5.7",
"@tailwindcss/postcss": "^4.1.11",
"agent-browser": "^0.5.0",
"clsx": "^2.1.1",
"expo": "^55.0.0-preview.5",
"expo-application": "~55.0.1",
"expo-blur": "~55.0.1",
"expo-clipboard": "~55.0.1",
"expo-constants": "~55.0.1",
"expo-font": "~55.0.1",
"expo-glass-effect": "~55.0.1",
"expo-haptics": "~55.0.1",
"expo-image": "~55.0.1",
"expo-linking": "~55.0.2",
"expo-router": "~55.0.0-beta.2",
"expo-splash-screen": "~55.0.1",
"expo-sqlite": "~55.0.1",
"expo-status-bar": "~55.0.1",
"expo-symbols": "~55.0.1",
"expo-system-ui": "~55.0.1",
"expo-updates": "~55.0.3",
"expo-web-browser": "~55.0.1",
"lucide-react": "^0.562.0",
"nativewind": "5.0.0-preview.2",
"prism-react-renderer": "^2.4.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.1",
"react-native-css": "0.0.0-nightly.5ce6396",
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.20.0",
"react-native-svg": "15.15.1",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.1",
"react-strict-dom": "0.0.54",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"sonner": "^2.0.5",
"sonner-native": "^0.21.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"vaul": "^1.1.2"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react": "~19.2.2",
"eslint": "^9.0.0",
"eslint-config-expo": "~55.0.0",
"shadcn": "^3.7.0",
"typescript": "^5.3.3"
},
"private": true
}