mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "fressh",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint",
|
|
"format": "SORT_IMPORTS=true prettier . --write",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@dylankenneally/react-native-ssh-sftp": "^1.5.20",
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-picker/picker": "2.11.1",
|
|
"@react-navigation/bottom-tabs": "^7.4.0",
|
|
"@react-navigation/elements": "^2.6.3",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"@tanstack/react-form": "^1.19.3",
|
|
"@tanstack/react-query": "^5.87.1",
|
|
"expo": "~54.0.0-preview.12",
|
|
"expo-constants": "~18.0.6",
|
|
"expo-font": "~14.0.6",
|
|
"expo-haptics": "~15.0.5",
|
|
"expo-image": "~3.0.5",
|
|
"expo-linking": "~8.0.6",
|
|
"expo-router": "~6.0.0-preview.12",
|
|
"expo-secure-store": "~15.0.6",
|
|
"expo-splash-screen": "~31.0.7",
|
|
"expo-status-bar": "~3.0.6",
|
|
"expo-symbols": "~1.0.5",
|
|
"expo-web-browser": "~15.0.5",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.1",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-reanimated": "~4.0.2",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.15.4",
|
|
"react-native-uuid": "^2.0.3",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "~0.4.2",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@epic-web/config": "^1.21.3",
|
|
"@types/react": "~19.1.0",
|
|
"eslint": "^9.25.0",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|