mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-18 23:33:50 +02:00
66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "zipline",
|
|
"main": "expo-router/entry",
|
|
"version": "1.5.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"start:dev": "APP_VARIANT=development EDGE_PATH=/home/stef/.local/bin/google-chrome expo start --dev-client",
|
|
"prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --no-install --clean --platform android",
|
|
"prebuild:dev": "EXPO_NO_GIT_STATUS=1 APP_VARIANT=development expo prebuild --no-install --clean --platform android",
|
|
"run:android": "expo run:android",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint",
|
|
"android": "expo run:android"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.4",
|
|
"@react-native-community/netinfo": "^11.4.1",
|
|
"@react-native-material/core": "^1.3.7",
|
|
"axios": "^1.7.9",
|
|
"bytes": "^3.1.2",
|
|
"date-fns": "^4.1.0",
|
|
"enhanced-ms": "^4.0.0",
|
|
"expo": "^52.0.31",
|
|
"expo-clipboard": "^7.0.1",
|
|
"expo-constants": "^17.0.5",
|
|
"expo-document-picker": "^13.0.3",
|
|
"expo-file-system": "^18.0.10",
|
|
"expo-haptics": "^14.0.1",
|
|
"expo-image": "^2.0.4",
|
|
"expo-linear-gradient": "^14.0.2",
|
|
"expo-linking": "^7.0.5",
|
|
"expo-router": "^4.0.17",
|
|
"expo-secure-store": "^14.0.1",
|
|
"expo-share-intent": "^3.2.1",
|
|
"expo-splash-screen": "^0.29.21",
|
|
"expo-status-bar": "^2.0.1",
|
|
"expo-system-ui": "^4.0.8",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "^0.77.0",
|
|
"react-native-gifted-charts": "^1.4.56",
|
|
"react-native-keyboard-controller": "^1.16.2",
|
|
"react-native-reanimated": "^3.16.7",
|
|
"react-native-reanimated-table": "^0.0.2",
|
|
"react-native-safe-area-context": "^5.2.0",
|
|
"react-native-svg": "^15.11.1",
|
|
"react-native-ui-datepicker": "^2.0.11",
|
|
"semver": "^7.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.8",
|
|
"@types/bytes": "^3.1.5",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-test-renderer": "^18.3.0",
|
|
"@types/semver": "^7.5.8",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "^52.0.3",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"private": true
|
|
}
|