mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "expo-example",
|
|
"main": "index.ts",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .expo .turbo android ios node_modules",
|
|
"start": "expo start",
|
|
"dev": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint",
|
|
"android": "expo run:android"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/expo": "workspace:*",
|
|
"@expo/vector-icons": "^14.0.4",
|
|
"@nanostores/react": "^0.8.2",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@rn-primitives/avatar": "^1.1.0",
|
|
"@rn-primitives/separator": "^1.1.0",
|
|
"@rn-primitives/slot": "^1.1.0",
|
|
"@rn-primitives/types": "^1.1.0",
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"babel-plugin-transform-import-meta": "^2.2.1",
|
|
"better-auth": "workspace:*",
|
|
"better-sqlite3": "^11.6.0",
|
|
"expo": "~52.0.25",
|
|
"expo-constants": "~17.0.4",
|
|
"expo-font": "~13.0.3",
|
|
"expo-linking": "~7.0.4",
|
|
"expo-router": "~4.0.16",
|
|
"expo-secure-store": "~14.0.1",
|
|
"expo-splash-screen": "~0.29.20",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "~4.0.7",
|
|
"expo-web-browser": "~14.0.2",
|
|
"nanostores": "^0.11.3",
|
|
"nativewind": "^4.1.23",
|
|
"pg": "^8.13.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-native": "~0.76.6",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-reanimated": "~3.16.7",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "4.4.0",
|
|
"react-native-svg": "^15.8.0",
|
|
"react-native-web": "~0.19.13",
|
|
"tailwindcss": "^3.4.16"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@babel/runtime": "^7.26.0",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "^18.3.14",
|
|
"@types/react-test-renderer": "^18.3.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
} |