Files
2026-05-19 18:46:16 +02:00

82 lines
2.5 KiB
JSON

{
"name": "project-athena",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"dev": "expo start -p 5001",
"prod": "expo start --port 5001",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@clerk/clerk-expo": "^2.19.31",
"@expo/vector-icons": "^15.1.1",
"@hookform/resolvers": "^5.2.2",
"@react-native-async-storage/async-storage": "3.0.2",
"@react-native-picker/picker": "^2.11.4",
"@react-navigation/bottom-tabs": "^7.16.1",
"@react-navigation/elements": "^2.9.18",
"@react-navigation/native": "^7.2.4",
"@reduxjs/toolkit": "^2.12.0",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"expo": "~55.0.24",
"expo-auth-session": "~55.0.16",
"expo-blur": "~55.0.14",
"expo-constants": "~55.0.16",
"expo-font": "~55.0.7",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.10",
"expo-linear-gradient": "^55.0.14",
"expo-linking": "~55.0.15",
"expo-router": "~55.0.14",
"expo-secure-store": "~55.0.14",
"expo-splash-screen": "~55.0.21",
"expo-status-bar": "~55.0.6",
"expo-symbols": "~55.0.8",
"expo-system-ui": "~55.0.18",
"expo-web-browser": "~55.0.16",
"lodash": "^4.18.1",
"lucide-react": "^1.16.0",
"lucide-react-native": "^1.16.0",
"nativewind": "^5.0.0-preview.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.0",
"react-native": "0.85.3",
"react-native-css": "^3.0.7",
"react-native-gesture-handler": "~2.31.2",
"react-native-paper": "^5.15.2",
"react-native-paper-dates": "^0.23.8",
"react-native-pie-chart": "^4.0.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.25.0",
"react-native-svg": "^15.15.5",
"react-native-web": "~0.21.2",
"react-native-webview": "13.16.1",
"react-redux": "^9.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@tailwindcss/postcss": "^4.3.0",
"@types/lodash": "^4.17.24",
"@types/react": "~19.2.14",
"eslint": "^10.4.0",
"eslint-config-expo": "~55.0.1",
"json-server": "^1.0.0-beta.15",
"postcss": "^8.5.14",
"react-native-worklets": "^0.8.3",
"tailwindcss": "^4.3.0",
"typescript": "~6.0.3"
},
"overrides": {
"lightningcss": "1.30.1"
},
"private": true
}