53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "rome check .",
|
|
"format": "rome format . --write"
|
|
},
|
|
"dependencies": {
|
|
"@open-draft/until": "^2.0.0",
|
|
"@types/react": "~18.0.27",
|
|
"axios": "^1.3.4",
|
|
"expo": "^48.0.4",
|
|
"expo-constants": "~14.2.1",
|
|
"expo-linking": "~4.0.1",
|
|
"expo-router": "^1.2.0",
|
|
"expo-splash-screen": "~0.18.1",
|
|
"expo-status-bar": "~1.4.2",
|
|
"immer": "^9.0.19",
|
|
"pretty-bytes": "^6.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.7",
|
|
"react-native": "0.71.3",
|
|
"react-native-gesture-handler": "~2.9.0",
|
|
"react-native-reanimated": "~2.14.4",
|
|
"react-native-safe-area-context": "4.5.0",
|
|
"react-native-screens": "~3.20.0",
|
|
"react-native-web": "~0.18.7",
|
|
"react-native-webview": "11.26.0",
|
|
"react-query": "^3.39.3",
|
|
"twrnc": "^3.6.0",
|
|
"typescript": "^4.9.4",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"rome": "^11.0.0"
|
|
},
|
|
"resolutions": {
|
|
"metro": "^0.73.7",
|
|
"metro-resolver": "^0.73.7"
|
|
},
|
|
"overrides": {
|
|
"metro": "^0.73.7",
|
|
"metro-resolver": "^0.73.7"
|
|
},
|
|
"name": "pvern",
|
|
"version": "1.0.0",
|
|
"private": true
|
|
} |