Files
volana/app/package.json
2026-07-03 12:48:32 +02:00

54 lines
1.5 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-google-fonts/dm-mono": "^0.4.2",
"@expo-google-fonts/dm-sans": "^0.4.2",
"@expo/metro-runtime": "~57.0.2",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.14",
"expo": "^57.0.1",
"expo-constants": "~57.0.2",
"expo-font": "~57.0.0",
"expo-linking": "~57.0.1",
"expo-router": "~57.0.2",
"expo-splash-screen": "~57.0.1",
"expo-status-bar": "~57.0.0",
"heroui-native": "^1.0.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.0",
"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.10.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.2",
"uniwind": "^1.10.0"
},
"devDependencies": {
"@types/react": "~19.2.17",
"@types/react-native-web": "^0",
"eslint": "^9.39.4",
"eslint-config-expo": "~57.0.0",
"prettier": "^3.9.4",
"typescript": "~6.0.3"
}
}