Files
volana/app/package.json
2026-07-02 18:14:55 +02:00

52 lines
1.4 KiB
JSON

{
"name": "volana",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-runtime": "~56.0.13",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5.2.14",
"expo": "~56.0.5",
"expo-constants": "~56.0.16",
"expo-font": "~56.0.5",
"expo-linking": "~56.0.12",
"expo-router": "~56.2.7",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"heroui-native": "^1.0.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.17",
"uniwind": "^1.5.0"
},
"devDependencies": {
"@types/react": "~19.2.15",
"@types/react-native-web": "^0",
"eslint": "^9.39.4",
"eslint-config-expo": "^56.0.4",
"prettier": "^3.8.3",
"typescript": "~6.0.3"
}
}