82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "info_target",
|
|
"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",
|
|
"build": "expo prebuild && cd android && gradlew.bat assembleDebug",
|
|
"lint": "expo lint"
|
|
},
|
|
"dependencies": {
|
|
"@expo/html-elements": "^0.10.1",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@gluestack-ui/core": "^3.0.10",
|
|
"@gluestack-ui/utils": "^3.0.11",
|
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
"@legendapp/motion": "^2.4.0",
|
|
"@nkzw/create-context-hook": "^1.1.0",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/bottom-tabs": "^7.4.0",
|
|
"@react-navigation/elements": "^2.6.3",
|
|
"@react-navigation/material-top-tabs": "^7.4.13",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"@tanstack/react-query": "^5.90.17",
|
|
"axios": "^1.13.2",
|
|
"expo": "~54.0.31",
|
|
"expo-av": "~16.0.8",
|
|
"expo-blur": "~15.0.8",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-font": "~14.0.10",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-image": "~3.0.11",
|
|
"expo-image-picker": "~17.0.10",
|
|
"expo-linear-gradient": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-navigation-bar": "~5.0.10",
|
|
"expo-router": "~6.0.21",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-symbols": "~1.0.8",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"i18next": "^25.7.4",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"lucide-react-native": "^0.562.0",
|
|
"native-base": "^3.4.28",
|
|
"nativewind": "^4.1.23",
|
|
"react": "19.1.0",
|
|
"react-aria": "^3.33.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "^16.5.3",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-pager-view": "^8.0.0",
|
|
"react-native-reanimated": "~4.1.0",
|
|
"react-native-safe-area-context": "^5.6.1",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "^15.15.1",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "^0.5.1",
|
|
"react-stately": "^3.39.0",
|
|
"tailwind-variants": "^0.1.20",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
"eslint": "^9.25.0",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"private": true
|
|
}
|