Files
better-auth/dev/expo-app/package.json
Bereket Engida effc2383fa docs: fix
2024-09-04 16:02:13 +03:00

87 lines
2.7 KiB
JSON

{
"name": "expo-app",
"main": "index.ts",
"version": "1.0.0",
"homepage": "https://expo-starter.com",
"license": "Apache-2.0",
"scripts": {
"dev": "expo start --dev-client --clear",
"dev:web": "expo start -c --web",
"dev:android": "expo start -c --android",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start -c --web",
"export": "expo export -p web",
"format": "biome check --no-errors-on-unmatched --apply .",
"db:generate": "bun drizzle-kit generate",
"db:studio": "bun drizzle-kit studio"
},
"dependencies": {
"@bacons/text-decoder": "^0.0.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@hookform/resolvers": "^3.3.4",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "^1.6.3",
"babel-plugin-inline-import": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"drizzle-orm": "0.31.2",
"drizzle-zod": "^0.5.1",
"expo": "^51.0.0",
"expo-linking": "~6.3.1",
"expo-navigation-bar": "~3.0.4",
"expo-router": "~3.5.14",
"expo-splash-screen": "~0.27.4",
"expo-sqlite": "~14.0.3",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"lucide-react-native": "^0.314.0",
"nativewind": "^4.0.36",
"phosphor-react-native": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.4",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.3.0",
"react-native-web": "~0.19.6",
"sql.js": "^1.10.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@types/react": "18.2.0",
"@types/sql.js": "^1.4.9",
"drizzle-kit": "^0.21.2",
"tailwindcss": "3.4.1",
"typescript": "^5.4.5"
},
"trustedDependencies": [
"tailwindcss",
"nativewind"
],
"private": true
}