2025-01-28 08:19:46 -06:00
|
|
|
{
|
2025-01-28 14:19:55 +00:00
|
|
|
"name": "tech-tracker-expo",
|
2025-01-28 08:19:46 -06:00
|
|
|
"license": "0BSD",
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
"version": "52.0.59",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web",
|
|
|
|
"test": "jest --watchAll",
|
2025-01-28 08:45:02 -06:00
|
|
|
"lint": "expo lint",
|
|
|
|
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"
|
2025-01-28 08:19:46 -06:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "jest-expo"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@expo/vector-icons": "^14.0.2",
|
|
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
|
|
"@react-navigation/native": "^7.0.14",
|
|
|
|
"expo": "~52.0.28",
|
|
|
|
"expo-blur": "~14.0.3",
|
|
|
|
"expo-constants": "~17.0.5",
|
2025-01-28 08:45:02 -06:00
|
|
|
"expo-dev-client": "~5.0.10",
|
2025-01-28 08:19:46 -06:00
|
|
|
"expo-font": "~13.0.3",
|
|
|
|
"expo-haptics": "~14.0.1",
|
2025-01-28 08:45:02 -06:00
|
|
|
"expo-insights": "~0.8.2",
|
2025-01-28 08:19:46 -06:00
|
|
|
"expo-linking": "~7.0.5",
|
|
|
|
"expo-router": "~4.0.17",
|
|
|
|
"expo-splash-screen": "~0.29.21",
|
|
|
|
"expo-status-bar": "~2.0.1",
|
|
|
|
"expo-symbols": "~0.2.1",
|
|
|
|
"expo-system-ui": "~4.0.7",
|
2025-01-28 08:45:02 -06:00
|
|
|
"expo-updates": "~0.26.13",
|
2025-01-28 08:19:46 -06:00
|
|
|
"expo-web-browser": "~14.0.2",
|
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
|
|
|
"react-native": "0.76.6",
|
|
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
|
|
"react-native-reanimated": "~3.16.1",
|
|
|
|
"react-native-safe-area-context": "4.12.0",
|
|
|
|
"react-native-screens": "~4.4.0",
|
|
|
|
"react-native-web": "~0.19.13",
|
2025-01-28 08:45:02 -06:00
|
|
|
"react-native-webview": "13.12.5"
|
2025-01-28 08:19:46 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
"@types/jest": "^29.5.12",
|
|
|
|
"@types/react": "~18.3.12",
|
|
|
|
"@types/react-test-renderer": "^18.3.0",
|
|
|
|
"jest": "^29.2.1",
|
|
|
|
"jest-expo": "~52.0.3",
|
2025-01-28 08:45:02 -06:00
|
|
|
"prettier": "^3.4.2",
|
2025-01-28 08:19:46 -06:00
|
|
|
"react-test-renderer": "18.3.1",
|
|
|
|
"typescript": "^5.3.3"
|
|
|
|
}
|
|
|
|
}
|