Zipline-Android-App/package.json
2025-02-08 19:57:16 +01:00

68 lines
2.1 KiB
JSON

{
"name": "zipline",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"start:dev": "APP_VARIANT=development EDGE_PATH=/home/stef/.local/bin/google-chrome expo start --dev-client",
"prebuild:dev": "APP_VARIANT=development expo prebuild --no-install --clean",
"prebuild": "expo prebuild --no-install --clean",
"run:android": "expo run:android",
"run:android:release": "expo run:android --variant release",
"test": "jest --watchAll",
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@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": "^3.1.0",
"expo": "~52.0.26",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.4",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.7",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.4",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.4",
"expo-router": "~4.0.17",
"expo-secure-store": "^14.0.1",
"expo-share-intent": "^3.2.0",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-updates": "~0.26.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-gifted-charts": "^1.4.56",
"react-native-keyboard-controller": "^1.15.2",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-table-component": "^1.2.2",
"react-native-ui-datepicker": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/bytes": "^3.1.5",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-native-table-component": "^1.2.8",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.3",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}