HoshiAI-app/package.json
2026-01-02 15:58:21 +01:00

70 lines
2.1 KiB
JSON

{
"name": "ai_questions_app",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@expo/html-elements": "^0.10.1",
"@expo/vector-icons": "^15.0.3",
"@gluestack-ui/config": "^1.1.20",
"@gluestack-ui/core": "^3.0.12",
"@gluestack-ui/themed": "^1.1.73",
"@gluestack-ui/utils": "^3.0.13",
"@hookform/resolvers": "^5.2.2",
"@legendapp/motion": "^2.5.3",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.13.2",
"expo": "~54.0.30",
"expo-constants": "~18.0.12",
"expo-font": "~14.0.10",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.21",
"expo-secure-store": "~15.0.8",
"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",
"nativewind": "^4.2.1",
"react": "19.1.0",
"react-aria": "^3.45.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.69.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.1",
"react-native-toast-notifications": "^3.4.0",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "^0.5.2",
"react-stately": "^3.43.0",
"tailwind-variants": "^0.1.20",
"zod": "^4.3.4"
},
"devDependencies": {
"@types/react": "~19.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},
"private": true
}