Files
klatab/package.json
2024-09-19 16:25:57 +02:00

55 lines
1.6 KiB
JSON

{
"name": "klatabusw",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@types/react": "~18.2.79",
"assert": "^2.1.0",
"axios": "^1.6.8",
"base-64": "^1.0.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^3.6.0",
"expo": "^51.0.32",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-error-boundary": "^1.2.4",
"react-native-gesture-handler": "~2.16.1",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6",
"react-native-web-refresh-control": "^1.1.2",
"recyclerlistview": "^4.2.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "~5.3.3",
"url": "^0.11.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"private": true
}