85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "mobile",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@expo/ui": "~57.0.10",
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-community/datetimepicker": "9.1.0",
|
|
"@tanstack/react-query": "^5.101.4",
|
|
"expo": "~57.0.12",
|
|
"expo-constants": "~57.0.9",
|
|
"expo-device": "~57.0.1",
|
|
"expo-document-picker": "~57.0.1",
|
|
"expo-file-system": "~57.0.2",
|
|
"expo-font": "~57.0.1",
|
|
"expo-glass-effect": "~57.0.1",
|
|
"expo-image": "~57.0.2",
|
|
"expo-image-picker": "~57.0.9",
|
|
"expo-linear-gradient": "~57.0.1",
|
|
"expo-linking": "~57.0.5",
|
|
"expo-local-authentication": "~57.0.2",
|
|
"expo-location": "~57.0.9",
|
|
"expo-notifications": "~57.0.10",
|
|
"expo-router": "~57.0.12",
|
|
"expo-secure-store": "~57.0.1",
|
|
"expo-sharing": "~57.0.11",
|
|
"expo-splash-screen": "~57.0.6",
|
|
"expo-sqlite": "~57.0.1",
|
|
"expo-status-bar": "~57.0.1",
|
|
"expo-symbols": "~57.0.2",
|
|
"expo-system-ui": "~57.0.2",
|
|
"expo-web-browser": "~57.0.2",
|
|
"lucide-react-native": "^1.29.0",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.86.2",
|
|
"react-native-gesture-handler": "~2.32.0",
|
|
"react-native-reanimated": "4.5.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "~4.26.0",
|
|
"react-native-svg": "15.15.4",
|
|
"react-native-vector-icons": "^10.3.0",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.10.1",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^14.0.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "~19.2.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "~57.0.4",
|
|
"react-test-renderer": "^19.2.3",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\"",
|
|
"test": "jest"
|
|
},
|
|
"private": true,
|
|
"eslintConfig": {
|
|
"extends": "expo",
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"@typescript-eslint/no-require-imports": "off",
|
|
"no-empty": "off",
|
|
"no-useless-catch": "off",
|
|
"react-hooks/exhaustive-deps": "off"
|
|
}
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"moduleNameMapper": {
|
|
"\\.css$": "identity-obj-proxy"
|
|
}
|
|
}
|
|
}
|