mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"start": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start",
|
|
"android": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start --android",
|
|
"ios": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start --ios",
|
|
"web": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/clerk-expo": "~0.17.8",
|
|
"@expo/config-plugins": "~8.0.0",
|
|
"@gorhom/bottom-sheet": "^4.6.1",
|
|
"@tanstack/react-query": "^5.37.1",
|
|
"@trpc/react-query": "^11.0.0-rc.374",
|
|
"contract-models": "*",
|
|
"dayjs": "^1.11.11",
|
|
"expo": "~51.0.17",
|
|
"expo-constants": "~16.0.2",
|
|
"expo-font": "~12.0.7",
|
|
"expo-linking": "~6.3.1",
|
|
"expo-router": "~3.5.17",
|
|
"expo-secure-store": "~13.0.2",
|
|
"expo-status-bar": "~1.12.1",
|
|
"expo-updates": "~0.25.18",
|
|
"fuse.js": "^7.0.0",
|
|
"nativewind": "^2.0.11",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.74.3",
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
"react-native-get-random-values": "~1.11.0",
|
|
"react-native-reanimated": "~3.10.1",
|
|
"react-native-remix-icon": "^0.4.0",
|
|
"react-native-safe-area-context": "4.10.1",
|
|
"react-native-screens": "3.31.1",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.45",
|
|
"react-native-svg-transformer": "^1.3.0",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"private": true
|
|
}
|