-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.95 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.95 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
91
92
{
"name": "@expo-starter/template",
"main": "expo-router/entry",
"version": "1.1.1",
"homepage": "https://expostarter.com",
"repository": "git@github.com:expo-starter/expo-template.git",
"license": "Apache-2.0",
"scripts": {
"dev": "expo start",
"dev:android": "expo start -c --android",
"android": "expo run:android",
"ios": "expo run:ios",
"build:web": "expo export --platform web",
"format": "biome check --no-errors-on-unmatched --apply .",
"db:generate": "bun drizzle-kit generate",
"expo-check": "bun expo install --check"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.0",
"@gorhom/bottom-sheet": "^5.1.6",
"@hookform/resolvers": "^3.10.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "2.0.2",
"babel-plugin-inline-import": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.43.1",
"drizzle-zod": "^0.5.1",
"expo": "^54.0.0",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.13",
"expo-font": "~14.0.8",
"expo-intent-launcher": "~13.0.7",
"expo-linking": "~8.0.8",
"expo-navigation-bar": "~5.0.8",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.10",
"expo-splash-screen": "~31.0.10",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.8",
"gh-pages": "^6.3.0",
"lucide-react-native": "^0.514.0",
"nativewind": "^4.1.23",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.54.2",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-mmkv": "^3.3.3",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"sql.js": "^1.13.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@types/react": "~19.1.10",
"@types/sql.js": "^1.4.9",
"drizzle-kit": "^0.31.1",
"tailwindcss": "3.4.1",
"typescript": "~5.9.2"
},
"trustedDependencies": [
"tailwindcss",
"nativewind"
]
}